On Wednesday 10 March 2010 16:18:24 michael crane wrote: > hello, > out of interest really I've installed squirrelmail and dovecot at home. > I couldn't connect until I changed squirrelmail.conf > --- > #<Directory /usr/share/squirrelmail> > # RewriteEngine on > # RewriteCond %{HTTPS} !=on > # RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} > #</Directory> > > <Directory "/usr/share/squirrelmail/plugins/squirrelspell/modules"> > Deny from all > </Directory> > > <Directory /usr/share/squirrelmail> > order deny,allow > deny from all > allow from xxxxxxxx > </directory> > --- > I guess I haven't setup ssl ? > what do these Rewrite lines do ? this looks like squirrelmail.conf from Fedora package the rewrite rule there is to force ssl connection by default - protection for using plain password without encrypted connection you can a)comment out that rewrite rule if you don't want to use ssl encryption b)install mod_ssl module and restart httpd if you want to use ssl Michal > > cheers > > Mick > > --------------------------------------------------------------------------- > --- Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > ----- > squirrelmail-users mailing list > Posting guidelines: http://squirrelmail.org/postingguidelines > List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx > List archives: http://news.gmane.org/gmane.mail.squirrelmail.user > List info (subscribe/unsubscribe/change options): > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users