- LMTP is apparently better? (Persistent server, rather than a program
to run each time.)
- The RPi has a different domain, and in general this whole file is
pretty domain-specific, so it makes sense to not depend on the host
machine as much.
# parameters.
#
#mydomain = domain.tld
+mydomain = dehnerts.com
# SENDING MAIL
#
# ALIAS THAT FORWARDS MAIL FOR ROOT TO A REAL USER.
#
#mailbox_commane = /some/where/procmail
-mailbox_command = /usr/lib/dovecot/deliver
+#mailbox_command = /usr/lib/dovecot/deliver
#mailbox_command = /some/where/procmail -a "$EXTENSION"
# Bump mailbox size limit to 512MB since cache files were maxing out
#
#mailbox_transport = lmtp:unix:/file/name
#mailbox_transport = cyrus
+mailbox_transport = lmtp:unix:private/dovecot-lmtp
# The fallback_transport specifies the optional transport in master.cf
# to use for recipients that are not found in the UNIX passwd database.