Ticket #1485157 (new Bugs)

Opened 2 months ago

Last modified 2 months ago

smtp auth problem

Reported by: cebe Owned by:
Priority: 5 Milestone: 0.2-beta
Component: SMTP connection Version: 0.2-alpha
Severity: normal Keywords:
Cc:

Description

If I let :

$rcmail_config['smtp_auth_type'] = '';

I have :

postfix/smtpd[6180]: warning: localhost.localdomain[127.0.0.1]: SASL DIGEST-MD5 authentication failed: another step is needed in authentication

But if I give PLAIN as value, it's ok. Though :

 SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use best server supported one)

Change History

Changed 2 months ago by thomasb

  • component changed from Client Scripts to SMTP connection

Looks like DIGEST-MD5 does not work => PEAR Net_SMTP or Auth_SASL issue.

Note: See TracTickets for help on using tickets.