Bjørn Ruberg put forth on 10/9/2009 4:44 PM:
> Owen Townsend wrote:
> 
> [...]
> 
>> Oct  9 12:42:05 uvsoft4 postfix/smtp[10496]: ECF0546964:
>> to=<o...@uvsoftware.ca>, relay=smtp.webfaction.com[74.55.86.74]:587,
>> delay=0.62, delays=0.07/0.01/0.4/0.14, dsn=5.7.1,
>> status=bounced (host smtp.webfaction.com[74.55.86.74] said: 554 5.7.1
>> <65-38-39-25.dhcp465.dsl.ucc-net.ca[65.38.39.25]>: Client host rejected:
>> Access denied (in reply to RCPT TO command))
> 
> As you are obviously able to send e-mail using your regular e-mail
> client, you should already know which configuration settings are
> required for sending e-mail through your ISP. The log below shows your
> posting's first step on its way to the mailing list, seems like
> "smtp.webfaction.com" is indeed the correct SMTP server.

I spoon fed him the complete answer a few days ago.  He adopted the :587
but then ignored my SASL instructions:

Stan Hoeppner put forth on 10/7/2009 2:50 PM:

> What he's going to need to do is one (or more) of the following:
>
> 1.  Request ISP remove TCP 25 block from his account
> 2.  Install/configure SASL red hat libraries -- sry no help here, Google
> for "rad hat SASL library"
> 3.  Configure Postfix to send via SASL over either TCP 25 or 587
>
> Create /etc/postfix/sasl_passwd
> smtp.webfaction.com   usern...@webfaction.com:password
>
> Then execute:
> postmap /etc/postfix/sasl_passwd
>
> Add the following to /etc/postfix/main.cf
>
> relayhost = [smtp.webfaction.com]:587
> smtp_sasl_auth_enable = yes
> smtp_sasl_security_options = noanonymous
> smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd

Reply via email to