SMTP authentication cannot be switched off

Issue #61 closed
Pavel Kutina created an issue

My config: Roundcube, Postfix, Dovecot on the same server

IMAP connection configured (port 143, no TLS) - works OK

SMTP connection configured with port 25 (either localhost or FQDN)
=> fails with >>SMTP Error: Authentication failure: SMTP server does not support authentication (Code: ) in /usr/share/roundcube/program/lib/Roundcube/rcube.php on line 1689 (POST /roundcube/?_task=mail&_unlock=loading1580258727579&_framed=1&_lang=en&_action=send)<<

Proposed solution: Add switch for applying SMTP authentication.

Quick fix: remove SMTP authentication when SMTP host = localhost

Comments (5)

  1. Pavel Kutina reporter

    Both:

    • Server host name - FQDN of the server
    • Port - 25

    I’ve also tried to use ‘localhost’ or/and port 587. With no luck. Also tried with empty fields.

  2. Log in to comment