I've setup filter_relay with something like whats listed below...
sub filter_relay ($$) {
my ($ip, $name) = @_;
if ($name =~ /(test\.com$)/) {
return (REJECT, "Sorry; your domain $1 is blacklisted");
}
return (CONTINUE, "ok");
}
This is pretty much a cut and paste from the man page. I've also
changed the init script...
MX_RELAY_CHECK=yes
However when I send mail from the test.com domain the mail passes
through mimedefang without being rejected.
What am I doing wrong? What else do I need to configure?
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang