From 28e84d2553bdc9e88dc36e35749173d121524201 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 1 May 2020 12:16:07 +0200 Subject: [PATCH] Fixed postfix insert --- CoreModules/generic/conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreModules/generic/conf.sh b/CoreModules/generic/conf.sh index fc807b6..f61926e 100644 --- a/CoreModules/generic/conf.sh +++ b/CoreModules/generic/conf.sh @@ -5,7 +5,7 @@ sed -i 's/#inet_interfaces = all/inet_interfaces = loopback-only/g' /etc/postfix/main.cf sed -i 's/mydestination/#mydestination/g' /etc/postfix/main.cf sed -i 's/relayhost =/mydestination = '$hostname', localhost.'$hostname', '$hostname'/g' /etc/postfix/main.cf -echo "bounce_notice_recipient = info@$domain" >/etc/postfix/main.cf +echo "bounce_notice_recipient = info@$domain" >> /etc/postfix/main.cf cat < /etc/aliases # See man 5 aliases for format postmaster: root