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.

Attachment: signature.asc
Description: PGP signature

Reply via email to