• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Roundcube gives mail 250 error

UweP

Regular Pleskian
[26-Sep-2015 11:54:24 +0200]: <6k52co3q> SMTP Error: Authentication failure: SMTP server does not support authentication (Code: ) in /usr/share/psa-roundcube/program/lib/Roundcube/rcube.php on line 1708 (POST /?_task=mail&_unlock=loading1443261264255&_lang=de_DE&_framed=1?_task=mail&_action=send)

sending over smtp using my mail client works though. can you help me?
 
Hi UweP,

did you use the forum search, before asking for help?



You could have found the following thread:

Plesk Webmail SMTP Error (250), Authentication Failed ( Forum - thread )

Do you have local IP in the While List? Try to remove it.

It looks like that roundcube was not upgraded successfully. Autoinstaller log should be investigated for determining of possible reasons. Try to fix it with bootstrapper repair at least.
You may also try to remove all SMTP settings in /usr/share/psa-roundcube/config/config.inc.php (all $config['smtp* lines)

What is settings of "Relaying" option in Home>Tools & Settings>Mail Server Settings?

Try to check your current authentication methods of mail server with

# telnet localhost 25

and then

EHLO localhost

You should see something like:

250-AUTH LOGIN CRAM-MD5 PLAIN DIGEST-MD5

Do you have line

smtpd_sasl_auth_enable = yes

in /etc/postfix/main.cf ?


If the mentioned thread and its answers didn't solve your issue, after you applied the suggestions, please cosnider to post depending configuration files from postfix and roundcube.​
 
its working now. i set the option to disallow relaying instead of auth required. because recently an email address got hacked and lots of messages were sent out and i was put on spam blacklists.
 
Back
Top