Skip to content
Snippets Groups Projects
Commit 2f9a0115 authored by root's avatar root
Browse files

Fix issue that causes postfix to not start on systems other than Debian 10

parent 584aab3e
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,10 @@ virtual unix - n n - - virtual ...@@ -73,7 +73,10 @@ virtual unix - n n - - virtual
lmtp unix - - y - - lmtp lmtp unix - - y - - lmtp
anvil unix - - y - 1 anvil anvil unix - - y - 1 anvil
scache unix - - y - 1 scache scache unix - - y - 1 scache
{# This is not supported by older postfix versions #}
{% if grains['oscodename'] == 'buster' %}
postlog unix-dgram n - n - 1 postlogd postlog unix-dgram n - n - 1 postlogd
{% endif %}
# #
# ==================================================================== # ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual # Interfaces to non-Postfix software. Be sure to examine the manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment