diff options
Diffstat (limited to 'roles/IMAP')
-rw-r--r-- | roles/IMAP/templates/etc/amavis/conf.d/50-user.j2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/IMAP/templates/etc/amavis/conf.d/50-user.j2 b/roles/IMAP/templates/etc/amavis/conf.d/50-user.j2 index 503907e..b3ae7a9 100644 --- a/roles/IMAP/templates/etc/amavis/conf.d/50-user.j2 +++ b/roles/IMAP/templates/etc/amavis/conf.d/50-user.j2 @@ -110,10 +110,10 @@ $inet_socket_port = 10041; $interface_policy{'10041'} = 'INBOUND'; -{% if 'MTA-out' in group_names %} -$notify_method = 'smtp:[127.0.0.1]:{{ postfix_instance["MTA-out"].port }}'; +{% if 'out' in group_names %} +$notify_method = 'smtp:[127.0.0.1]:{{ postfix_instance.out.port }}'; {% else %} -$notify_method = 'smtp:[outgoing.fripost.org]:{{ postfix_instance["MTA-out"].port }}'; +$notify_method = 'smtp:[outgoing.fripost.org]:{{ postfix_instance.out.port }}'; {% endif %} $forward_method = 'lmtp:/var/run/dovecot/lmtp'; $requeue_method = $forward_method; |