At 10:40 AM -0400 5/16/01, A. M. Salim wrote:

>  This user says he
>  can download attachments just fine from other hosts, just us he is having
>  a problem with, so that would lead me to believe it is something at the
>  server end (i.e. qpopper).

Try enabling debug tracing in Qpopper (at least for this user) and 
see what the client sends and what Qpopper sends.

To enable tracing in Qpopper:

1.  Do a 'make clean'
2.  Re-run ./configure, adding '--enable-debugging'.
3.  Edit the inetd.conf line for Qpopper, adding '-d' or '-t tracefile'.
4.  Send inetd a HUP signal.

This causes detailed tracing to be written to the syslog (if you used 
'-d') or to the file specified as 'tracefile'.

Note that in order to include the contents of messages in the trace, 
you also need to add
'#define TRACE_MSG_BODY 1' (without the quotes) as the first line of 
config.h after running ./configure but before running make.

Reply via email to