diff options
author | Malfurious <m@lfurio.us> | 2024-06-15 17:43:00 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-06-15 17:43:00 -0400 |
commit | 2e2e06f47683d484e4852c2978fd787660ad730e (patch) | |
tree | b1f25e6b9fe681144c82b361527965a535a535d6 /postfix/master.cf | |
parent | 2ee344e9c7ab8182efde6a18e50d4b4e7d148e71 (diff) | |
parent | 57d0c93851d72789c2adda1ed1e8b671bcd3f884 (diff) | |
download | mailnode-2e2e06f47683d484e4852c2978fd787660ad730e.tar.gz mailnode-2e2e06f47683d484e4852c2978fd787660ad730e.zip |
Merge branch 'mailing-lists'
* mailing-lists:
mlmmj: Add maintenance service
mlmmj: Don't mention FAQ address
mlmmj: Use simpler message prologue
mlmmj: Add user configuration directories
mlmmj: Integration with postfix
mlmmj: Setup mailing list package
Diffstat (limited to '')
-rw-r--r-- | postfix/master.cf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/postfix/master.cf b/postfix/master.cf index 935dbec..3511856 100644 --- a/postfix/master.cf +++ b/postfix/master.cf @@ -65,6 +65,8 @@ postlog unix-dgram n - n - 1 postlogd # agent. See the pipe(8) man page for information about ${recipient} # and other message envelope options. # ==================================================================== +mlmmj unix - n n - - pipe + flags=ORhu user=mlmmj argv=/usr/bin/mlmmj-receive -F -L /var/spool/mlmmj/${nexthop} # # maildrop. See the Postfix MAILDROP_README file for details. # Also specify in main.cf: maildrop_destination_recipient_limit=1 |