Configure Postfix To Use Gmail SMTP On Ubuntu
Configure Postfix To Use Gmail SMTP On Ubuntu
Ref:
https://stackoverflow.com/questions/48733960/configure-postfix-to-use-gmail-smtp-on-ubuntu
Ask Question
10
I'm using this online guide here to enable simple mail sending from linux (ubuntu) terminal
with postfix through some gmail account. I've done the steps listed there:
vim /etc/postfix/sasl_passwd
[smtp.gmail.com]:587 [email protected]:PASSWORD
And then:
Try with:
If you run into issues with above command, try rename the certificate
to:thawte_Primary_Root_CA.pem in above command.
● Yes it works!! I've used: thawte_Primary_Root_CA.pem ... Thanks a lot! – OrenIshShalom Mar 24
'18 at 18:10