Re: [Exim] Monitoring SMTP session

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Marc Perkel
CC: exim-users@exim.org
Subject: Re: [Exim] Monitoring SMTP session
On Sat, 30 Nov 2002, Marc Perkel wrote:

> I'm running a linux server. What do I do to monitor the smtp traffic so
> I can see the handshaking exchange between the user and the server? I'm
> running Windows XP on the client and if I could trap and display this
> interaction on the client side it would be better. I'm trying to debug
> something and need to monitor the smtp traffic to see what the
> interaction is.


Please learn to wrap your lines!

You can start debug-sessions with
exim -d -bd (exim4)
or
exim -d9 -bd (exim3)

ciao