mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
Change the default MDA binary to "maildrop"
The current default is "procmail" for historical reasons, but the program has been unmaintained for years and its use is not generally advisable. This patch changes the default MDA binary to "maildrop", which is a more modern and reasonable MDA to use. We keep the courier.Procmail name for now, as that's internal, but it may be changed later. Its documentation is updated to note that the name is just for reference but it actually works with almost any binary.
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
# This should point to the binary to use to deliver email to local users.
|
||||
# The content of the email will be passed via stdin.
|
||||
# If it exits unsuccessfully, we assume the mail was not delivered.
|
||||
# Default: "procmail".
|
||||
#mail_delivery_agent_bin: "procmail"
|
||||
# Default: "maildrop".
|
||||
#mail_delivery_agent_bin: "maildrop"
|
||||
|
||||
# Command line arguments for the mail delivery agent. One per argument.
|
||||
# Some replacements will be done.
|
||||
|
||||
Reference in New Issue
Block a user