[vchkpw] Exhaustive LOG

2004-06-09 Thread Martin Leduc
Hi,
Can I have the exhaustiv log with vchkpw?
Like
w.x.y.x session Open OK
SEND USER.. OK
SEND PASS.. OK
SEND LIST ... OK
RETR 1 .. ERROR
ERROR BECAUSE
Currently, I have customer who connect to my VPOPMAIL Server, see the amount 
of the Email to retrieve but dont retrieve it and Outlook tell

"Contact your ADM"
The only log I see is "Connexion..OK  [EMAIL PROTECTED]:IP"
Best Regards
Martin
_
MSN Search, le moteur de recherche qui pense comme vous !  
http://fr.ca.search.msn.com/



Re: [vchkpw] Exhaustive LOG

2004-06-09 Thread Ken Jones
On Wednesday 09 June 2004 1:44 pm, Martin Leduc wrote:
> Hi,
>
> Can I have the exhaustiv log with vchkpw?
>
> Like
>
> w.x.y.x session Open OK
> SEND USER.. OK
> SEND PASS.. OK
> SEND LIST ... OK
> RETR 1 .. ERROR
>  ERROR BECAUSE
>
> Currently, I have customer who connect to my VPOPMAIL Server, see the
> amount of the Email to retrieve but dont retrieve it and Outlook tell
>
> "Contact your ADM"
>
> The only log I see is "Connexion..OK  [EMAIL PROTECTED]:IP"

Look into recordio. You can put it in front of any tcpserver controlled 
service and it will allow you to log the complete conversation between
the client and server. 

Ken Jones


Re: [vchkpw] Exhaustive LOG

2004-06-09 Thread Alex Borges
Also tcpdump -s0 -w out.eth -i eth0 port 143
will write a file suitable to be openened by ethereal...


On Wed, 2004-06-09 at 17:53, Ken Jones wrote:
> On Wednesday 09 June 2004 1:44 pm, Martin Leduc wrote:
> > Hi,
> >
> > Can I have the exhaustiv log with vchkpw?
> >
> > Like
> >
> > w.x.y.x session Open OK
> > SEND USER.. OK
> > SEND PASS.. OK
> > SEND LIST ... OK
> > RETR 1 .. ERROR
> >  ERROR BECAUSE
> >
> > Currently, I have customer who connect to my VPOPMAIL Server, see the
> > amount of the Email to retrieve but dont retrieve it and Outlook tell
> >
> > "Contact your ADM"
> >
> > The only log I see is "Connexion..OK  [EMAIL PROTECTED]:IP"
> 
> Look into recordio. You can put it in front of any tcpserver controlled 
> service and it will allow you to log the complete conversation between
> the client and server. 
> 
> Ken Jones
> 


signature.asc
Description: This is a digitally signed message part


Re: [vchkpw] Exhaustive LOG

2004-06-11 Thread Greg Kopp
Martin Leduc wrote:
Hi,
Can I have the exhaustiv log with vchkpw?
Like
w.x.y.x session Open OK
SEND USER.. OK
SEND PASS.. OK
SEND LIST ... OK
RETR 1 .. ERROR
ERROR BECAUSE
Currently, I have customer who connect to my VPOPMAIL Server, see the 
amount of the Email to retrieve but dont retrieve it and Outlook tell

"Contact your ADM"
The only log I see is "Connexion..OK  [EMAIL PROTECTED]:IP"
Best Regards
Martin
_
MSN Search, le moteur de recherche qui pense comme vous !  
http://fr.ca.search.msn.com/

If you use tcpserver to launch the pop3 server, you could put recordio 
in the middle of the process and record all IO of the stream. Of course, 
if you have a busy server, your log will be HUGE.