RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Requests

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 10-30-2006, 01:37 PM
Registered User
 
Join Date: Oct 2006
Posts: 2
Downloads: 0
Uploads: 0
Default STARTTLS + SASL

I've got a mail server that only accepts SASL authentication if STARTTLS is used. That means RC won't let me send email, although I can use it to read email. Of course, the server won't adapt to RC.

Feature request : TLS support for SASL.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 10-30-2006, 08:24 PM
Registered User
 
Join Date: Oct 2006
Posts: 4
Downloads: 0
Uploads: 0
Default Re: STARTTLS + SASL

Yes I need this feature too.

Edit

I have a solution, when You using Postfix and SASL with TLS, like me

edit the master.cf:
and uncomment or add this
Code:
# only used by postfix-tls
tlsmgr	 fifo	-	-	n	300	1	tlsmgr
smtps	 inet	n	-	n	-	-	smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
587	 inet	n	-	n	-	-	smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
restart postfix
u will see:
Code:
netstat -l
tcp    0   0 mail.testsystem.local:ssmtp  *:*           LISTEN
...postfix listen now on port 465 (ssmtp)

no edit the main.inc.php from RC
Code:
$rcmail_config['smtp_server'] = 'ssl://localhost';
$rcmail_config['smtp_port'] = 465;
and You will see, it works:
tail -f /var/log/mail.log | loco
Code:
Oct 30 22:07:17 mail postfix/smtpd[32039]: setting up TLS connection from localhost[127.0.0.1]
Oct 30 22:07:17 mail postfix/smtpd[32039]: TLS connection established from localhost[127.0.0.1]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
or mybe it works when You are using "smptd_enforce_tls = yes"...



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 09:26 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