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.
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.
> -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
>
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