diff options
Diffstat (limited to 'roles/amavis/templates')
-rw-r--r-- | roles/amavis/templates/etc/amavis/conf.d/50-user.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 b/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 index 7d0302a..26bcdb9 100644 --- a/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 +++ b/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 @@ -93,6 +93,7 @@ $default_ldap = { # http://www.ijs.si/software/amavisd/amavisd-new-docs.html#pbanks-ex $protocol = 'LMTP'; +$inet_socket_bind = ['127.0.0.1']; $inet_socket_port = []; {% if 'out' in group_names %} |