postfix-users January 2011 archive
Main Archive Page > Month Archives  > postfix-users archives
postfix-users: Re: Unable To Send Email

Re: Unable To Send Email

From: Carlos Mennens <carloswill_at_nospam>
Date: Wed Jan 12 2011 - 16:00:31 GMT
To: Postfix <postfix-users@postfix.org>

On Wed, Jan 12, 2011 at 10:51 AM, Gary Chambers <gwchamb@gwcmail.com> wrote:
> This is definitely not a Postfix problem.  For the record, the OP needs to
> choose whether or not they wish to authenticate (via submission (587) or
> SMTPS (465)) or send mail with plain SMTP.  To fix the problem as described
> by the OP:
>
> $rcmail_config['smtp_user'] = '';
> $rcmail_config['smtp_pass'] = '';
>
> IOW, the OP's system is configured to try to use authentication on a plain
> SMTP session.

This fixed it. Thank you!