I ran into a problem with one of my Mailman mailing lists which was
sending mail from IP address ::1, the IPv6 localhost address.  These
emails were intercepted by the ratelimit module.  I whitelisted this IP
address in /etc/courier/smtpaccess/webadmin using the Courier web UI,
and webadmin has "::1     allow,BLOCK,RELAYCLIENT" in it, and although
I'm running the pythonfilter whitelist_relayclents module, this address
is still getting intercepted by ratelimit.py.  I had to do some (very
ugly!) hacks to ratelimit.py to excempt this address from rate limiting.
Is this a bug in whitelist_relayclients?  It works as expected for IPv4
addresses.

-- 
Lindsay Haisley       | "UNIX is user-friendly, it just
FMP Computer Services |       chooses its friends."
512-259-1190          |          -- Andreas Bogk
http://www.fmp.com    |


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to