Talk:SMTP Port 587

From DreamHost

Jump to: navigation, search

This page is the top listing returned when a new (e-mail) user follows the search link provided in the welcome e-mail:

[yadayada 12345678] DreamHost Mail Account Activated

...

To see a partial list of such ISPs, visit:

http://wiki.dreamhost.com/index.php/Special:Search?fulltext=Search&search=port%20587

...

However, there is no "partial list of such ISPs" here

Suggestions?

ok, newbie fix: editing this page now, but I recommend DH needs to fix their welcome e-mail to direct the user to:

http://wiki.dreamhost.com/KB_/_Email_/_POP3/IMAP/SMTP_Servers#Does_my_ISP_block_port_25.3F


Postfix configuration

If you are trying to configure postfix, add the following to your main.cf account /etc/postfix

relayhost = [mail.{yourdomain}.{com,net,etc.}]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl/passwd
smtp_sasl_security_options =

then:

mkdir /etc/postfix/sasl

and put the followin in /etc/postfix/sasl/passwd:

mail.{yourdomain}.{com,net,org}     {your email at that domain}: {Your Password}

Save it and then type:

postmap /etc/postfix/sasl/passwd


All commands must be run as root.

Personal tools