From julien@linuxwall.info Wed Aug 5 14:18:12 2009 From: Julien Vehent To: dev@lists.roundcube.net Subject: [RCD] Error in SMTP over SSL Date: Wed, 05 Aug 2009 23:17:55 +0200 Message-ID: <4A79F703.20500@linuxwall.info> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8258030801566028540==" --===============8258030801566028540== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello guys, I've been testing 0.3rc1 and everything works fine until now, except for=20 the SSL feature of SMTP. My config is as follow : # less config/main.inc.php [...] $rcmail_config['smtp_server'] =3D 'ssl://localhost'; $rcmail_config['smtp_port'] =3D 25; $rcmail_config['smtp_user'] =3D '%u'; $rcmail_config['smtp_pass'] =3D '%p'; $rcmail_config['smtp_auth_type'] =3D 'PLAIN'; [...] This configuration works fine in Thunderbird (see attachment) but=20 doesn't with roundcube. When I try to send an email, I get a server=20 error in the interface and the following log in apache : ------- [Wed Aug 05 23:06:08 2009] [info] [client xxx.xxx.xxx.xxx] Connection to=20 child 0 established (server xxx.xxx.xxx.xxx:443) [Wed Aug 05 23:06:08 2009] [info] Seeding PRNG with 1672 bytes of entropy [Wed Aug 05 23:06:08 2009] [info] Initial (No.1) HTTPS request received=20 for child 0 (server xxx.xxx.xxx.xxx:443) [Wed Aug 05 23:06:08 2009] [info] Subsequent (No.2) HTTPS request=20 received for child 0 (server xxx.xxx.xxx.xxx:443) [Wed Aug 05 23:06:08 2009] [error] [client xxx.xxx.xxx.xxx] fsockopen()=20 [function.fsockopen]: unable to connect=20 to ssl://localhost:25 (Unknown error) (0): , referer:=20 https://xxx.xxx.xxx.xxx/mail/?_task=3Dmail&_id=3D141016[number_and_letters]&_= action=3Dcompose [Wed Aug 05 23:06:08 2009] [error] [client xxx.xxx.xxx.xxx] Failed to=20 connect socket: fsockopen() [function.fsockopen]: unable to connect to=20 ssl://localhost:25 (Unknown error) (): , referer:=20 https://xxx.xxx.xxx.xxx/mail/?_task=3Dmail&_id=3D141016[number_and_letters]&_= action=3Dcompose [Wed Aug 05 23:06:13 2009] [info] [client xxx.xxx.xxx.xxx] (70007)The=20 timeout specified has expired: SSL input filter read failed. [Wed Aug 05 23:06:13 2009] [info] [client xxx.xxx.xxx.xxx] Connection=20 closed to child 0 with standard shutdown (server xxx.xxx.xxx.xxx:443) ------- I've hesitated before posting this here because I'm not too sure about=20 what the configuration of roundcube should be... But, it can't do any=20 bad to clarify it anyway. Any clue ? Julien --- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/8C/ephhinum/smtp_ssl_tbird.png http://detached.gigo.com/rc/8C/ephhinum/smime.p7s Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< --- _______________________________________________ List info: http://lists.roundcube.net/dev/ --===============8258030801566028540==--