Re: [Assp-user] SMTP 'backtrace' function

2012-11-29 Thread Grayhat
> Similar but more sane idea is SPF, but it also breaks many things like > forwarding messages. Uh... "breaks forwarding" ?!? Yes, it does, but only if you implement SPF and don't implement SRS, otherwise it won't break anything --

Re: [Assp-user] SMTP 'backtrace' function

2012-11-29 Thread Grayhat
> Does ASSP have the ability to 'check' an SMTP connection is actually > coming from a real server and not a botnetted PC? By this I mean to > suspend processing an incoming connection and call back to the > originating IP address on port 25 seeing if a real server answers? BAD idea; a lot of

Re: [Assp-user] SMTP 'backtrace' function

2012-11-29 Thread krz...@gmail.com
You can't expect IP used for outbound delivery to also be used for incoming mail - those are defined by MX records under senders domain. Large mail servers hame many mx-es and many mta-smtps for outgoing mail. Similar but more sane idea is SPF, but it also breaks many things like forwarding message

[Assp-user] SMTP 'backtrace' function

2012-11-29 Thread Cameron Biggart
Hi Does ASSP have the ability to 'check' an SMTP connection is actually coming from a real server and not a botnetted PC? By this I mean to suspend processing an incoming connection and call back to the originating IP address on port 25 seeing if a real server answers? I'd imagine that a spamm