Update 'installer.sh'

This commit is contained in:
b.waal
2019-09-01 01:46:59 +02:00
parent 10928d25cf
commit c28189d0d3

View File

@@ -360,9 +360,9 @@ echo "Listen: 127.0.0.1:10025" >> /etc/clamsmtpd.conf
echo "OutAddress: 10026" >> /etc/clamsmtpd.conf echo "OutAddress: 10026" >> /etc/clamsmtpd.conf
echo "# A header to add to all scanned email" >> /etc/clamsmtpd.conf echo "# A header to add to all scanned email" >> /etc/clamsmtpd.conf
echo "Header: X-AV-Checked: ClamAV using ClamSMTP" >> /etc/clamsmtpd.conf echo "Header: X-AV-Checked: ClamAV using ClamSMTP" >> /etc/clamsmtpd.conf
echo "# virus scanning" >> /etc/postfix/master.cf echo "# virus scanning" >> /etc/postfix/main.cf
echo "content_filter = scan:127.0.0.1:10025" >> /etc/postfix/master.cf echo "content_filter = scan:127.0.0.1:10025" >> /etc/postfix/main.cf
echo "receive_override_options = no_address_mappings" >> /etc/postfix/master.cf echo "receive_override_options = no_address_mappings" >> /etc/postfix/main.cf
##-----------------------## ##-----------------------##
# Enabling Services # # Enabling Services #