Problem with enabling notifications with postfix
Re: Problem with enabling notifications with postfix
Okay, the configuration to allow the ISP to gmail in my ubuntu in main.cf of postfix, would be the same in centos?
Re: Problem with enabling notifications with postfix
Yes.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Problem with enabling notifications with postfix
But in the configuration of ubuntu i have this:
that cacert.pem is neccesary on centos?, because with the tutorial of ubuntu i cant see the certs
Code: Select all
relayhost =[smtp.gmail.com]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_tls_CAfile = /etc/postfix/cacert.pem
smtp_use_tls = yes-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: Problem with enabling notifications with postfix
The directive smtp_tls_CAfile or smtp_tls_CApath will be required if you're using TLS. Without it postfix has no way to verify the certificate chain presented by the smtp server.
Re: Problem with enabling notifications with postfix
You would have to contact support at gmail for that.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Problem with enabling notifications with postfix
Oh okay:/, can look this thread, very thanks!