>> -----Original Message----- >> From: fedora-list-bounces@xxxxxxxxxx >> [mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of Steven Stern >> >> I'm using IMP for web email and I want to force all >> connections to go via SSL. How about in your httpd.conf file, use something like this: <VirtualHost *:80> ServerName webmail.mydomain.com Redirect / https://webmail.mydomain.com/ </VirtualHost> and that should do it. -- Henry