summaryrefslogtreecommitdiff
path: root/frontends/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-07-31 11:20:13 +0100
committerPaul Buetow <paul@buetow.org>2022-07-31 11:20:13 +0100
commit23b88eada5e53e408a369e67bab58a7fc61a52f1 (patch)
treea96b9225bb40043c25a6abffc0b3c03e712b4da1 /frontends/Rexfile
parentd32a317172229c7cad21d93dbc287716fb993a1b (diff)
use hostnames of the servers for mail TLS certs
Diffstat (limited to 'frontends/Rexfile')
-rw-r--r--frontends/Rexfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index f74959d..e61cfb1 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -223,8 +223,7 @@ task 'smtpd', group => 'frontends',
Rex::Logger::info('Dealing with smtpd.conf');
file '/etc/mail/smtpd.conf',
- content => template('./etc/mail/smtpd.conf.tpl',
- is_primary => $is_primary),
+ content => template('./etc/mail/smtpd.conf.tpl'),
owner => 'root',
group => 'wheel',
mode => '644',