I am using courier 0.49 with slightly modified webadmin. Basically, I have ScriptAlias / "/usr/local/www/cgi-bin/webadmin/"
in my web server's config, so I use just https://mail.dino.sk/ in my web browser to access webadmin. Some simple modification shown below is necessary, otherwise browser just loops over itself. Milan --- webadmin.pl.orig Fri Mar 25 15:31:28 2005 +++ webadmin.pl Fri Mar 25 15:29:24 2005 @@ -716,7 +716,7 @@ my $form=$cgi->path_info(); -if ($form) +if ($form and $form ne '/') { if ($form =~ /^\/?([0-9A-Za-z\-_]+)$/) { ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
