HI,
I have written a message filter as
RBL: if (recv-listener == "outgoing") AND (dnslist ("rbl.logix.in")) {
drop();
}
But this does not work. we have C360 (6 no) and OS 7.0.1
any other ways ?
This is basically to stop the spamming done by ur own customers as we relay mails from them.
we have creadted internal rbl which gets IP information from Ironport outgoing senders.
we want our Ironport to query this rbls and if IP is listed in rbl then it should drop the connection.
Thanks in advance.
Homesh