Roundcube Community Forum

 

SMTP error (220)

Started by dmrc, November 26, 2017, 03:01:32 PM

Previous topic - Next topic

dmrc


Roundcube Webmail 1.1.2:

$config['smtp_server'] = 'tls://smtp.example.com';
$config['smtp_port'] = 587;
$config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p';
$config['smtp_auth_type'] = 'DIGEST-MD5';

SMTP sent OK



Roundcube Webmail 1.1.10:

$config['smtp_server'] = 'tls://smtp.example.com';
$config['smtp_port'] = 587;
$config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p';
$config['smtp_auth_type'] = 'DIGEST-MD5';

SMTP error (220): Authorisation Error.


maillog:

postfix/smtpd[5636]: connect from mail.example.com[192.168.1.5]
postfix/smtpd[5636]: setting up TLS connection from mail.example.com[192.168.1.5]
postfix/smtpd[5636]: Anonymous TLS connection established from mail.example.com[192.168.1.5]: TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)
dovecot: auth: Debug: auth client connected (pid=0)
postfix/smtpd[5636]: lost connection after STARTTLS from mail.example.com[192.168.1.5]
postfix/smtpd[5636]: disconnect from mail.example.com[192.168.1.5]


What could be the problem?

sathish

Can anyone help me to figure out "SMTP error (220)" in roundcube webmail.
Via webmail im unable to send a mail but through outlook and thunderbird its working.