Hello!

Did you try using the submission port (587) in Roundcube?

You probably won't want to enforce auth on port 25 because that's used mostly for incoming mail.

Good luck,
Reio

On 12.07.2018 10:52, Teno Deuter wrote:
Dear all,

I have following configuration:

openbsd 6.3
opensmtpd
dovecot 2.2.34
roundcubemail 1.3.5
httpd web server

here is my roundcube config file:

$config['default_host'] = '127.0.0.1';
$config['smtp_server'] = '127.0.0.1';
$config['smtp_port'] = 25;
$config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p';

my opensmtpd.conf file has following settings:

listen on $egress_int pki server.pki tls-require auth hostname [domain]
listen on $egress_int pki server.pki port 587 tls-require auth hostname [domain]
listen on $egress_int pki server.pki smtps auth hostname [domain]

when trying to send an email from roundcube I get:

ERROR: SMTP server does not support authentication ()

How can I enable AUTH?

Thank you



--
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to