Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: Sylver--- on October 22, 2006, 02:39:11 PM

Title: Need help to configure RC with courier-authdaemon
Post by: Sylver--- on October 22, 2006, 02:39:11 PM
Hello,
i'v installed today my mail server with this tutorial : http://workaround.org/articles/ispmail-sarge/
All works, i can send/receive mail with Thunderbird.
Now i want to use a webmail and i choose RC !
My problem is : how configure RC to use courier-authdaemon (TLS) to log-in ? (just like i use TB).

Thanks !
Title: Re: Need help to configure RC with courier-authdaemon
Post by: mnmr on October 22, 2006, 04:15:06 PM
I'm using Courier-IMAP and only had to set the default_host (to the host running courier-imapd) and default_port (143) in main.inc.php. The imap server automatically referes the authentication request to the authlib package, but you connect to the imap daemon itself to access it.
Title: Re: Need help to configure RC with courier-authdaemon
Post by: Sylver--- on October 22, 2006, 04:55:24 PM
I don't understand, in my /var/log/mail.log i have (when i try to connect in RC)

Code: [Select]
Oct 11 23:03:40 sd-559 imaplogin: Connection, ip=[::ffff:127.0.0.1]
Oct 11 23:03:40 sd-559 imaplogin: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], command=CAPABILITY
Oct 11 23:03:40 sd-559 imaplogin: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], command=AUTHENTICATE
Oct 11 23:03:40 sd-559 imaplogin: authdaemon: starting client module
Oct 11 23:03:40 sd-559 imaplogin: authdaemon: ACCEPT, username [email]seo@toto.net[/email]
Oct 11 23:03:40 sd-559 imaplogin: LOGIN, user=seo@draponoir.net, ip=[::ffff:127.0.0.1], protocol=IMAP
Oct 11 23:03:40 sd-559 imaplogin: LOGOUT, user=seo@draponoir.net, ip=[::ffff:127.0.0.1], headers=0, body=0, time=0

It's normal ? What could i change to log in ? :/

Thanks ^^