[Pkg-roundcube-maintainers] Bug#994446: roundcube-core: SMTP error message 'SMTP auth failed (250)'

Guilhem Moulin guilhem at debian.org
Thu Sep 16 13:54:22 BST 2021


On Thu, 16 Sep 2021 at 14:46:34 +0200, Olaf Zaplinski wrote:
> Roundcube does authenticate to IMAP, but not to SMTP because it is not
> needed on localhost. 

The default is to use SMTP AUTH on localhost:587.  This is not an RC
bug.
 
>>   Does adding 
>>  
>>     $config['smtp_user'] = ''; 
>>  
>>     $config['smtp_pass'] = ''; 
>>  
>> to the configuration fixes the problem? 
> 
> I added it to my /etc/dovecot/local.conf => no.

I mean to the *Roundcube* configuration (/etc/roundcube/config.inc.php)…
I'm able to send mail to [::1]:25 without SMTP AUTH with the above and

    $config['smtp_port'] = 25;

> So I need a way to disable SMTP AUTH

That's what setting $config['smtp_user'] and/or $config['smtp_pass'] to
the empty string does.

-- 
Guilhem.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-roundcube-maintainers/attachments/20210916/a4c79ff2/attachment.sig>


More information about the Pkg-roundcube-maintainers mailing list