From 170dc68f9275dffb48fbe3f8ebb2183cd7ddf111 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 1 Jul 2014 14:38:52 +0200 Subject: Outgoing SMTP proxy. --- roles/IMAP/templates/etc/amavis/conf.d/50-user.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'roles/IMAP/templates') 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; -- cgit v1.2.3