Hello everybody,
i have a big problem.
When i want to send an email over roundcube. I become the failure code 250 and Authentication failed as a message.
I search an error in the configuration of postfix or dovecot, but my search was unsuccessful.
Has anybody the same problem or the solution of this problem ?
Sorry for my bad english, i am german ::) ??? ;D
best regards,
rob
Hi I have the same problem :'(
I try to change some setting on the configuration file but no result, the SMTP is Postfix and it works from remote clients.
I have Postfix and enginx on the same server, if i telnet on the smtp ports all seem to be OK.
If I use TLS I get 220 error
Thanks for any help
Enable smtp_debug and post the log.
Thanks for quick reply, got this
[13-Aug-2016 15:21:24 America/Toronto] ERROR: SMTP server does not support authentication ()
[13-Aug-2016 15:21:24 -0400]: <3ngl60mu> SMTP Error: Authentication failure: SMTP server does not support authentication (Code: )
in /var/www/roundcube/program/lib/Roundcube/rcube.php on line 1595
(POST /?_task=mail&_unlock=loading1471116087986&_lang=en&_framed=1&_action=send)
and this is the SMTP
$config['smtp_server'] = 'localhost';
$config['smtp_port'] = 25;
// SMTP username (if required) if you use %u as the username Roundcube
// will use the current username for login
$config['smtp_user'] = '%u';
// SMTP password (if required) if you use %p as the password Roundcube
// will use the current user's password for login
$config['smtp_pass'] = '%p';
:)
-----
some more info, in thunderbird SMTP works with this settings
port 587
autentication normal
security STARTTLS
username and password
hope this help
Thanks
-------------------
this are the messages from SMTP log
Recv: 220 email.myserver ESMTP
Send: EHLO email.myserver
Recv: 250-email.mysever
Recv: 250-PIPELINING
Recv: 250-SIZE 10240000
Recv: 250-VRFY
Recv: 250-ETRN
Recv: 250-STARTTLS
Recv: 250-ENHANCEDSTATUSCODES
Recv: 250-8BITMIME
Recv: 250-DSN
Recv: 250 SMTPUTF8
Send: STARTTLS
Recv: 220 2.0.0 Ready to start TLS
Send: RSET
Send: QUIT
Solved changing setting on Postfix.
Thanks
8)
Hi Saulos, What did you change to fix the problem? Thanks.
Hi anybody! What did you change to fix the problem? Thanks.