On Fri, Mar 6, 2009 at 8:52 AM, Wietse Venema <wie...@porcupine.org> wrote:
>
> 1) One tcpdump for client<->before-proxy postfix smtpd
>
> 2) One tcpdump for before-proxy postfix smtpd<->proxy
>
> 3) One tcpdump for proxy<->after-proxy postfix smtpd
>
> Then we have the evidence to decide which program responds
> out of protocol.
>
> I will not participate in this discussion until you have
> proper evidence.
>
>        Wietse
>

Daniel,

you can use:

1) tcpdump -nn -i ethX -s 0 -A port 25 # (maybe -i lo)
2) tcpdump -nn -i lo -s 0 -A port 225
3) tcpdump -nn -i lo -s 0 -A port 325



-- 
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net

Reply via email to