On 14-11-01 02:27 AM, Eric Kom wrote:
Good day all,
I'm running a Mail server based on Dovecot and Postfix for 2 years now without problem and would like to try OpenSMTPD instead of Sendmail.
Where can I find an user documentation?
It is possible for OpenSMTPD to support a MDA like LDA from Dovecot?

Absolutely.

In smtpd.conf, use something like:
delivery = "mda \"/usr/local/libexec/dovecot/dovecot-lda -a %{rcpt} -d %{user.username} -e -f %{sender} -m INBOX\""
then:
accept from local for local alias <aliases> deliver to $delivery
(etc.)

RTFM: "man smtpd.conf"

--
-Adam Thompson
 athom...@athompso.net


--
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Reply via email to