From 1704dc01deabc03cd7399521053b4220033057b3 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 21 Dec 2017 20:30:43 +0000 Subject: Use sucuk for outgoing emails --- modules/postfix/templates/main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/postfix') diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index a8e7bea0..75777566 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -25,7 +25,7 @@ mailq_path = /usr/bin/mailq queue_directory = /var/spool/postfix mail_owner = postfix <% if all_tags.include?('postfix::simple_relay') %> -relayhost = alamut.<%= domain %> +relayhost = sucuk.<%= domain %> <%- end -%> # User configurable parameters -- cgit v1.2.1