summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2018-04-04 16:16:44 +0200
committerGuilhem Moulin <guilhem@fripost.org>2018-04-04 16:16:44 +0200
commitb560b9aa10268b642de528d34e47fdca1d9ae197 (patch)
tree3e05e6562ba731a3c610ac4429342511ef71f438
parent566df29501e55a5c3fee9b5721915ad48fa07799 (diff)
Postfix: replace 'fifo' types with 'unix', as it's the new default.
-rw-r--r--roles/common/templates/etc/postfix/master.cf.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/common/templates/etc/postfix/master.cf.j2 b/roles/common/templates/etc/postfix/master.cf.j2
index e2c743d..c30f95b 100644
--- a/roles/common/templates/etc/postfix/master.cf.j2
+++ b/roles/common/templates/etc/postfix/master.cf.j2
@@ -34,9 +34,9 @@ submission inet n - - - - smtpd
[{{ postfix_instance[inst].addr }}]:{{ postfix_instance[inst].port }} inet n - - - - smtpd
-o smtpd_authorized_xforward_hosts=127.0.0.0/8,[::1]/128{{ ipsec_subnet is defined | ternary(','+ipsec_subnet, '') }}
{% endif %}
-pickup fifo n - - 60 1 pickup
+pickup unix n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
-qmgr fifo n - n 300 1 qmgr
+qmgr unix n - n 300 1 qmgr
tlsmgr unix - - - 1000? 1 tlsmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce