Hey all first time am using this so hope someone can help me.
I am settting up imaps on my server i have it working perfect for me
thunderbird client but not for roudcube.
I try connect to https://mywebsite/webmail and it comes up with
roundcube login screen, i try to login but get back a message
-----
IMAP Error: Authentication for namit failed (LOGIN): "a001 NO Plaintext
authentication disabled."
Warning: Cannot modify header information - headers already sent in
/var/www/roundcube/program/include/rcube_shared.inc on line 132
----
I have got the following lines in my roundcube changed
$rcmail_config['default_host'] = 'ssl://Mywebaddress.org:993';
$rcmail_config['default_port'] = 143; have also tried 993
I donot have ssl for smtp
Christian Kortenhorst