Open main menu

CDOT Wiki β

Changes

OPS335 Lab 4c

167 bytes added, 16:42, 4 March 2016
MTA and LDA for Receiving Email
<pre>mailbox_command = /usr/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT"</pre>
Don't replace any variables, those are set automatically by Postfix when it runs the LDA. If you're interested - you can read about dovecot-lda [http://wiki.dovecot.org/LDA/Postfix here] and [http://wiki.dovecot.org/LDA here] but it's not required reading.
If you look - you'll see that dovecot-lda doesn't exist yet. Install the dovecot package - that will come with dovecot-lda.
Don't forget to restart your postfix service.