My bad. I did actually enable $config['smtp_user'] = '%u'; Just to mention that for example thunderbird mail client works fine. Squirrelmail also. I can log in see mail, reply etc. So I know the auth nechanisms are working.
On Fri, Nov 18, 2016 at 1:04 PM, Benny Pedersen <[email protected]> wrote: > Peter Fraser skrev den 2016-11-18 18:54: > > $config['db_dsnw'] = >> 'pgsql://roundcube:password@localhost/roundcubemail'; >> $config['mime_types'] = '/usr/local/etc/nginx/mime.types'; >> $config['smtp_server'] = 'mail.domain.com [1]'; >> >> $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 > [email protected] > http://lists.roundcube.net/mailman/listinfo/users >
_______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
