Release Support > Pending Issues

help - Thunderbird works but can't get RoundCube to talk to server

(1/2) > >>

bferrell:
I'm sure I'm being an idiot somehow, because everything hard is already working, but I can't seem to find the issue.

Ubuntu server 16.04/MySQL/PostFix/Dovecot

PostFix and Dovecot are working, and I can create, read, and send mail with Thunderbird with SSL on.  Roundcube installer is finished and reports "OK", but I get errors trying to test the connections ((Login failed for bferrell from 192.168.100.31. Could not connect to ssl://mail.bdfserver.com:993: Unknown reason)).

Thunderbird settings
RC status

Brett

bferrell:
more data.  What gives?

bferrell:
Ok, here's another weird data point.  After banging my head against the wall for hours, I've forced RC to use port 143, and now I can get the tests to both work, but when I try to login for real I get an error still?

JohnDoh:
"unknown reason" typically means an SSL error. Are you using a self-signed cert on your mail server? If so try adding this to your roundcube config.inc.php:

--- Code: ---$config['imap_conn_options'] = array(
  'ssl' => array(
    'verify_peer'  => false,
  ),
);
--- End code ---

bferrell:
No, I have a let's encrypt cert, and like I mentioned, Thunderbird connects fine on SSL.  I got it "working" by.

1) use 143 instead of 993.  I saw a tip somewhere that 993 didn't work in RC on Ubuntu 16.04, and this apears true to me.

2) manually edit confi file to not append tld to the login user.  For some reason even though I had this blanked out in the installer, when I looked in the dovecot logs it was still using it, and it was in the config file.

Navigation

[0] Message Index

[#] Next page

Go to full version