Re: [SM-USERS] Accessing Squirrelmail via HTTPS

2005-11-16 Thread zamri
Hi all, I don't think one need imaps if imap server and squirrelmail reside on the same box or u're using https. but if u want to allow other clients to connect to it (e.g outlook, thunderbird etc), u might want to consider imaps for secure authentication. On Wed, November 16, 2005 7:02 pm, J.

Re: [SM-USERS] Accessing Squirrelmail via HTTPS

2005-11-16 Thread J. Craig Woods
All you need to do is to make sure your web server is serving up ssl pages on port 443. This is done in your apache config files, and make sure you generate a ssl cert and ssl key. This can be a self signed cert if you wish to save some money. You should be fine with your current imap and sendmail.

RE: [SM-USERS] Accessing Squirrelmail via HTTPS

2005-11-15 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:squirrelmail- > [EMAIL PROTECTED] On Behalf Of Alejandro Kurchis > Sent: Tuesday, November 15, 2005 9:38 AM > To: squirrelmail-users@lists.sourceforge.net > Subject: [SM-USERS] Accessing Squirrelmail via HTTPS >

[SM-USERS] Accessing Squirrelmail via HTTPS

2005-11-15 Thread Alejandro Kurchis
Hi people, I have basically sendmail + uw-imapd + squirrelmail + httpd on a Fedora Core 3 server (also I have clamav + spamassasin + procmail). Now I access the webmail through HTTP and not HTTPS, and so it's insecure. I want to implement the web access via HTTPS, so I have two questions: 1) Whic