The port-587 tag has no wiki summary.
6
votes
1answer
17k views
Configure Postfix to send/relay emails Gmail (smtp.gmail.com) via port 587
Using Centos 5.4, with Postfix. I can do a
mail foo@gmail.com
subject: blah
test
.
Cc:
and the msg gets sent to gmail, but it resides in the spam folder, which is to be expected.
My goal is to ...
3
votes
4answers
3k views
SMTP relay through GMail overrides “from:” address with “[me]@gmail.com”
I've been trying to figure out if this is a new "feature" or if there is an issue with my configuration. I'm using Ubuntu 10.04 Desktop with Postfix as MTA. My smtp (as opposed to smtpd) ...
2
votes
4answers
2k views
Disable SMTP AUTH on Port 25
Due to PCI-DSS, we are required to disable plaintext authentication. We've achieved this by encapsulating communications between our mail server and clients with TLS on port 465.
The problem lies in ...