[Mailman-Users] Securing Apache
Clayton Rogers
claytonr at bundaberg.qld.gov.au
Thu May 22 01:58:30 CEST 2003
I would like to restrict access to mailman based on IP address/FQDN.
This is what I have done so far:
<Directory /var/mailman/archives>
Options +FollowSymlinks
Order Deny,Allow
Deny from all
Allow from blah.blah.domain
</Directory>
Seems to work.
My problems seems to be the cgi-bin scripting area where I am unable to
restrict access. Users are still able to go
http://mailman/mailman/listinfo/list. Are restrictions possible either
in apache or mailman?
Cheers
More information about the Mailman-Users
mailing list