home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 26 May 2020 23:14:23 +0000 (01:14 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 26 May 2020 23:14:23 +0000 (01:14 +0200)
buster/other_files/append_opendkim.conf
buster/other_files/append_postfix_main.cf
buster/setup_scripts/setup_mail.sh

index 67bd960a88b7de2dd15fa7d4765b98af2fca4e80..ee5dc14d86b8a42de67db54e72b7e36c41bd4fe0 100644 (file)
@@ -1,6 +1,6 @@
 
 # plomlompom customizations
-Domain REPLACE_hostname_ECALPER
+Domain REPLACE_maildomain_ECALPER
 KeyFile /etc/dkimkeys/REPLACE_selector_ECALPER.private
 Selector REPLACE_selector_ECALPER
 Socket inet:8892@localhost
index 8bb38a89d574c8fbe9381bf95a13157af27d50ec..385058c7dd8acf6befba1b3f9b1bf619b5335035 100644 (file)
@@ -20,4 +20,4 @@ smtpd_sasl_path = private/auth
 smtpd_sasl_auth_enable = yes
 
 # we append mail domain here for if it is different than $myhostname 
-mydestination = $myhostname localhost.$mydomain localhost REPLACE_mail_domain_ECALPER 
+mydestination = $myhostname localhost.$mydomain localhost REPLACE_maildomain_ECALPER 
index e65c036645ed6d82a8accdc88e9cc4d9c082b775..dd8f80f8e63e3f60d03b3e39a76617cd90f05102 100755 (executable)
@@ -34,12 +34,12 @@ certbot certonly --standalone --agree-tos --no-eff-email -m "${mail}" -d "$(host
 
 # For if FQDN != mail domain name.
 sed -i "s/REPLACE_maildomain_ECALPER/${mail_domain}/g" /etc/mailutils.conf
-sed -i 's/REPLACE_mail_domain_ECALPER/${mail_domain}/g' /etc/postfix/main.cf
+sed -i "s/REPLACE_maildomain_ECALPER/${mail_domain}/g" /etc/postfix/main.cf
 
 # OpenDKIM setup.
 selector=$(hostname)$(date +%Y%m%d)
 opendkim-genkey -d "${mail_domain}" -D /etc/dkimkeys -s "${selector}"
-sed -i "s/REPLACE_hostname_ECALPER/$(hostname -f)/g" /etc/opendkim.conf
+sed -i "s/REPLACE_maildomain_ECALPER/${mail_domain}/g" /etc/opendkim.conf
 sed -i "s/REPLACE_selector_ECALPER/${selector}/g" /etc/opendkim.conf
 
 # Dovecot sieve filtering via LMTP.  Without this, mail only gets
@@ -97,8 +97,8 @@ service dovecot restart
 # Pingmail and fetchmail have some systemd timers waiting. To let systemd
 # know about them, do this.
 systemctl daemon-reload
-#systemctl enable --now fetchmail_old_account.timer
-#systemctl enable --now pingmail.timer
+systemctl enable --now fetchmail_old_account.timer
+systemctl enable --now pingmail.timer
 
 # Final advice to user.
 echo "To put into DNS:"