Skip to content
Snippets Groups Projects
Commit 1232de77 authored by Lars Beckers's avatar Lars Beckers
Browse files

postfix: remove unneeded examples from config

parent 6050b72c
No related branches found
No related tags found
1 merge request!16Minimal Viable FSMPI Deployment
...@@ -100,9 +100,6 @@ postlog unix-dgram n - n - 1 postlogd ...@@ -100,9 +100,6 @@ postlog unix-dgram n - n - 1 postlogd
# and other message envelope options. # and other message envelope options.
# ==================================================================== # ====================================================================
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
{% if postfix_verify_spf %} {% if postfix_verify_spf %}
policy-spf unix - n n - 0 spawn policy-spf unix - n n - 0 spawn
user=nobody argv=/usr/bin/policyd-spf user=nobody argv=/usr/bin/policyd-spf
...@@ -122,19 +119,6 @@ spamassassin unix - n n - - pipe ...@@ -122,19 +119,6 @@ spamassassin unix - n n - - pipe
user=debian-spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f ${sender} ${recipient} user=debian-spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f ${sender} ${recipient}
{% endif %} {% endif %}
#maildrop unix - n n - - pipe
# flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
#uucp unix - n n - - pipe
# flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#ifmail unix - n n - - pipe
# flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
#bsmtp unix - n n - - pipe
# flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
#scalemail-backend unix - n n - 2 pipe
# flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
#mailman unix - n n - - pipe
# flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
# ${nexthop} ${user}
{% if postfix_fsmpi|default(false) and ansible_hostname == "lists" %} {% if postfix_fsmpi|default(false) and ansible_hostname == "lists" %}
mailman unix - n n - - pipe mailman unix - n n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment