On 19/11/2016 08:02, Peter Fraser wrote:
Guys I really would like to try roundcube but as I research this I am seeing so many people with the same exact error, many of them for different reasons. For some it is suhosin, I don't have that. Others https settings, I have none. I have tried so many different settings in the past two days and it's getting a bit frustrating now. Is there any step by step way I could troubleshoot this? Dovecot is up and running fine. I can log in with all the other clients I have tried except roundcube. Can anyone please even point me in the right direction.
On Fri, Nov 18, 2016 at 1:35 PM, Peter Fraser petros.fraser@gmail.com wrote:
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 me@junc.eu 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] [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 users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users [2]
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Ensure you meet minimum requirements, to me it sounds like an antique version of php based on incidents a few years back