RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > News and Announcements > General Discussion

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 06-29-2007, 01:31 AM
Registered User
 
Join Date: Jun 2007
Posts: 1
Downloads: 0
Uploads: 0
Default Help!!!, RoundCube don't get Authenticate in Sendmail+AUTH+SSL

Hi. I have installed RoundCube in web server with Ubuntu 6.06 and i have an other server that have Solaris 9 x86, where is Sendmail, CyrusSASL, Openssl, IMAP, qpoper. Sendmail has been configured with AUTH and STARTTLS, and the authentication is only allowed with SSL, that works with Oultook, Thunderbird, Eudora, but don't works with RoundCube. I can log in to the server with IMAPS and edit, view, add contacts and identities, but when i try to send a message i get the next error:

SMTP Error: SMTP error: Connection failed: Failed to connect socket: Success in /...../roundcubemail-0.1-rc1/program/steps/mail/sendmail.inc on line 340

this is my main.inc.php:

$rcmail_config['enable_caching'] = FALSE;
$rcmail_config['auto_create_user'] = TRUE;
$rcmail_config['default_host'] = 'ssl://example.com:993';
$rcmail_config['default_port'] = 993;
$rcmail_config['username_domain'] = '';
$rcmail_config['mail_domain'] = '';
$rcmail_config['virtuser_file'] = '';
$rcmail_config['virtuser_query'] = '';
$rcmail_config['smtp_server'] = 'ssl://example.com';
$rcmail_config['smtp_port'] = 465;
$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = 'LOGIN';
$rcmail_config['smtp_log'] = TRUE;

It works with an other server without AUTH+STARTTLS. I have been looking for a solution but i haven't found anything. I hope someone cant help me to resolve this problem, or say me that RoundCube don't support SMTP+AUTH+STARTTLS.

Thanks!!!!.
Sorry, my english is very bad.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 10:28 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community