Author Topic: SMTP error (220)  (Read 3807 times)

Offline dmrc

  • Newbie
  • *
  • Posts: 8
SMTP error (220)
« on: November 26, 2017, 03:01:32 PM »
Code: [Select]
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

Code: [Select]
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?
« Last Edit: November 26, 2017, 03:09:56 PM by dmrc »

Offline sathish

  • Newbie
  • *
  • Posts: 2
SMTP error (220) NEW
« Reply #1 on: March 26, 2019, 06:44:53 AM »
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.