OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Route outgoing through ISP's server

From: Victor Duchovni (Victor.DuchovniMorganStanley.com)
Date: Sat Dec 02 2006 - 13:40:52 CST


On Sat, Dec 02, 2006 at 12:13:04PM -0600, jantmanverizon.net wrote:

> relayhost = outgoing.verizon.net

Try:

    relayhost = [outgoing.verizon.net]

> smtp_sasl_auth_enable = yes
> smtp_sasl_security_options = noanonymous
> smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd

The table should contain:

        [outgoing.verizon.net] your-login-name:your-password

and should be owned by root, mode 0600.

> (I also tried this last line with hash:/etc/postfix/sasl_passwd.db but it made no difference).
>
> and if I run postmap -q verizon.net hash:sasl_passwd I get the correct user:password output.

Well, of all possible lookup keys, "verizon.net" is *definitely* not
the right one.

    postmap -q "[outgoing.verizon.net]" hash:/etc/postfix/sasl_passwd

--
        Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:majordomopostfix.org?body=unsubscribe%20postfix-users>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.