Peter Fraser skrev den 2016-11-18 18:54:
$config['db_dsnw'] =
'pgsql://roundcube:password@localhost/roundcubemail'; $config['smtp_server'] = 'mail.domain.com [1]';
$config['mime_types'] = '/usr/local/etc/nginx/mime.types';
$config['smtp_port'] = 25;
not very good port selected here, real inbound and sasl auth inbound should keep ports seperated, change to port 465 or 587, depending on needs
$config['smtp_pass'] = '%p';
missing smtp_user aswell with %u
$config['des_key'] = 'rcmail-!24ByteDESkey*Str';
I would really appreciate any help
and disable sasl auth on port 25, but keep starttls
telnet localhost 25
ehlo localhost
must NOT show AUTH
_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users