File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 379
379
echo
380
380
echo " Install and configure postfix as email gateway (send only)"
381
381
# http://library.linode.com/email/postfix/gateway-ubuntu-10.04-lucid
382
+ echo " The value you assign as your system's FQDN should have an \" A\" record in DNS pointing to your IPv4 address."
382
383
echo " ---------------------------------------------------------------"
383
384
#
384
385
echo " postfix postfix/main_mailer_type select Internet Site" | debconf-set-selections
@@ -389,8 +390,6 @@ aptitude -y install postfix mailutils
389
390
#
390
391
ln -s /usr/bin/mail /bin/mail
391
392
#
392
- sed -i " s/myhostname =/#myhostname =/g" /etc/postfix/main.cf
393
- echo " myhostname = $HOSTNAME " >> /etc/postfix/main.cf
394
393
sed -i " s/#myorigin = \/etc\/mailname/myorigin = $DOMAIN /g" /etc/postfix/main.cf
395
394
#
396
395
echo
@@ -1016,6 +1015,7 @@ echo
1016
1015
echo " Adding custom OWASP configuration"
1017
1016
# http://permalink.gmane.org/gmane.comp.apache.mod-security.user/8735
1018
1017
# https://ppmts.custhelp.com/app/answers/detail/a_id/92
1018
+ # http://www.modsecurity.org/blog/archives/intrusion_detection/ - see Handling False Positives Using Exceptions
1019
1019
echo " ---------------------------------------------------------------"
1020
1020
#
1021
1021
echo " # Whitelisting notify.paypal.com(IPN)
You can’t perform that action at this time.
0 commit comments