Web
lamp
Apache check config :
/opt/lampp/bin/httpd -tApache restart :
/opt/lampp/bin/httpd -k restartPostfix
Basic postfix configuration /etc/postfix/main.cf :
relayhost = [smtp.gmail.com]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymousLast updated on