This is a discussion on Discard rather than reject unknown users within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; Hello, A presumably infected machine is constantly banging on my machine with tom@domain.com, dick@domain.com, harry@domain....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
A presumably infected machine is constantly banging on my machine with tom@domain.com, dick@domain.com, harry@domain.com etc. in the hope of finding a valid recipient. I would like to discard rather than reject such a mail in the hope that thinking a user has been found the infected machine will turns its sights elsewhere (very likely this is wishful thinking). In a world without spammers and viri, it makes no sense to do what I want to do, i.e. pretend a message has been accepted,but I'm getting desperate... Bernard Higonnet |
|
|||
|
Dnia Wed, 04 Feb 2004 07:58:57 +0100
"Bernard T. Higonnet" <bth@higonnet.net> Napisal: > Hello, > > A presumably infected machine is constantly banging on my machine with > tom@domain.com, dick@domain.com, harry@domain.com etc. in the hope of > finding a valid recipient. I use iptables to do that. Drop all connections from such hosts. > I would like to discard rather than reject such a mail in the hope that > thinking a user has been found the infected machine will turns its > sights elsewhere (very likely this is wishful thinking). It's wishful thinking. > In a world without spammers and viri, it makes no sense to do what I > want to do, i.e. pretend a message has been accepted,but I'm getting > desperate... With spammers it's also without sense. It's cheaper to send 550 than to accept DATA. Spammers like addresses which they can send DATA. So they wuold send You more and more every week ;) pozdr. Janek -- Cukier krzepi! |
|
|||
|
Jan Alboszta wrote:
> Dnia Wed, 04 Feb 2004 07:58:57 +0100 > "Bernard T. Higonnet" <bth@higonnet.net> Napisal: > >> Hello, >> >> A presumably infected machine is constantly banging on my machine with >> tom@domain.com, dick@domain.com, harry@domain.com etc. in the hope of >> finding a valid recipient. > > I use iptables to do that. Drop all connections from such hosts. I happen to be using Freebsd so I've just started to use ipfw instead, but thanks for putting me on the right track! Bernard Higonnet |