Update 'installer.sh'
This commit is contained in:
@@ -360,9 +360,9 @@ echo "Listen: 127.0.0.1:10025" >> /etc/clamsmtpd.conf
|
||||
echo "OutAddress: 10026" >> /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 "# virus scanning" >> /etc/postfix/master.cf
|
||||
echo "content_filter = scan:127.0.0.1:10025" >> /etc/postfix/master.cf
|
||||
echo "receive_override_options = no_address_mappings" >> /etc/postfix/master.cf
|
||||
echo "# virus scanning" >> /etc/postfix/main.cf
|
||||
echo "content_filter = scan:127.0.0.1:10025" >> /etc/postfix/main.cf
|
||||
echo "receive_override_options = no_address_mappings" >> /etc/postfix/main.cf
|
||||
|
||||
##-----------------------##
|
||||
# Enabling Services #
|
||||
|
||||
Reference in New Issue
Block a user