View Single Post
  #3   (View Single Post)  
Old 7th June 2009
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

I still don't understand which problem you are trying to solve

Are you aware that nowadays many mail installations use port 587 (with TLS/SSL) for their users to submit mail? Users have to authenticate with username and password an an encrypted channel is being used. For example gmail
Code:
Outgoing Mail (SMTP) Server - requires TLS:  	smtp.gmail.com (use authentication)
Use Authentication: Yes
Use STARTTLS: Yes (some clients call this SSL)
Port: 465 or 587
BTW, I am not a postfix expert
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote