diff options
Diffstat (limited to 'modules/postfix/templates')
-rw-r--r-- | modules/postfix/templates/main.cf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index 2c7408c6..547acf36 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -24,7 +24,7 @@ newaliases_path = /usr/bin/newaliases mailq_path = /usr/bin/mailq queue_directory = /var/spool/postfix mail_owner = postfix -<% if all_tags.include?('postfix::simple_relay') %> +<% if all_tags.include?('postfix::simple_relay') || all_tags.include?('postfix::server::secondary') %> relayhost = sucuk.<%= domain %> <%- end -%> |