Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jan 2022 15:18:18 +0100
From:      michael.osipov@siemens.com
To:        freebsd-current@freebsd.org
Subject:   Re: Dragonfly Mail Agent (dma) in the base system
Message-ID:  <5d96363b-3bc1-bfdc-169e-3f6a273a00cd@siemens.com>
In-Reply-To: <835dc887-6491-602c-7d71-d99309871126@siemens.com>
References:  <835dc887-6491-602c-7d71-d99309871126@siemens.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Am 2022-01-30 um 15:01 schrieb michael.osipov@siemens.com:
> Requirements for a simplistic MTA with a relay host:
> * Support TLS or STARTTLS through OpenSSL in base
> * Verify server's certificate chain against default certstore 
> (/etc/ssl/certs) and log success/failure, e.g, sendmail does this after 
> config
> * Properly rewrite FROM for local users user@localhost or even <> when 
> delivered with sendmail executable
> * Accept messages on localhost:25 or a configurable loopback address in 
> general (e.g., multihomed with cloned interface and jails) for those 
> applications which only support SMTP (e.g., Java Mail or other 
> programming libraries)

Another feature I have forgot:
* .forward support. All mails received on a Unix account shall be 
redirected to the user's email address.

Michael



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5d96363b-3bc1-bfdc-169e-3f6a273a00cd>