1/* 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (c) 2008-2014, Simon Schubert <2@0x2c.org>. 5 * Copyright (c) 2008 6 * The DragonFly Project. All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without 9 * modification, are permitted provided that the following conditions 10 * are met: 11 * 12 * 1. Redistributions of source code must retain the above copyright 13 * notice, this list of conditions and the following disclaimer. 14 * 2. Redistributions in binary form must reproduce the above copyright 15 * notice, this list of conditions and the following disclaimer in 16 * the documentation and/or other materials provided with the 17 * distribution. 18 * 3. Neither the name of The DragonFly Project nor the names of its 19 * contributors may be used to endorse or promote products derived 20 * from this software without specific, prior written permission. 21 * 22 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 24 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 25 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 26 * COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 27 * INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, 28 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 29 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 30 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 31 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 32 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33 * SUCH DAMAGE. 34 */ 35 36comment = "DragonFly Mail Agent" 37 38desc = <<EOD 39The DragonFly Mail Agent (dma) is a lightweight mail transport agent intended 40for home and office use. dma can accept mail from local users and deliver it 41either locally or remotely (via SMTP). dma can be configured to route remote 42mail via an SMTP smart host, optionally using STARTTLS and/or authentication. 43 44dma does not implement an SMTP server and cannot receive mail from remote 45systems, nor act as a mail exchanger for other hosts. If an SMTP server 46is required, or when more advanced mail routing is needed, consider using 47the $PKG_NAME_PREFIX-sendmail package instead. 48EOD 49 50annotations { 51 set = "optional,optional-jail" 52} 53