Hi, Control: severity -1 important Control: tag -1 moreinfo
On Thu, 16 Sep 2021 at 09:29:49 +0200, Olaf Zaplinski via
Pkg-roundcube-maintainers wrote:
> Severity: grave
> Justification: renders package unusable
I disagree with that: I believe a typical Roundcube installation uses
IMAP credentials to authenticate to the submission server. Downgrading
the severity accordingly.
> on Debian 10, Roundcube worked as configured and could send emails to
> [::1]:25 without authentication as intended.
> Now on Debian 11, it says that 'SMTP error (250) authentication failed' or so
> (my system is set to German).
>
> The error message makes no sense. SMTP 250 reply code is 'ok'.
It's not an SMTP error code; Roundcube refuses to proceed because
smtp_{user,pass} are set while the SMTPd doesn't offer authentication.
Does adding
$config['smtp_user'] = '';
$config['smtp_pass'] = '';
to the configuration fixes the problem?
--
Guilhem.
signature.asc
Description: PGP signature

