Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
communication
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
communication
Commits
1232de77
Commit
1232de77
authored
4 years ago
by
Lars Beckers
Browse files
Options
Downloads
Patches
Plain Diff
postfix: remove unneeded examples from config
parent
6050b72c
No related branches found
No related tags found
1 merge request
!16
Minimal Viable FSMPI Deployment
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
postfix/templates/master.cf.j2
+0
-16
0 additions, 16 deletions
postfix/templates/master.cf.j2
with
0 additions
and
16 deletions
postfix/templates/master.cf.j2
+
0
−
16
View file @
1232de77
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment