At 3:38 PM -0400 4/17/02, James Ralston wrote: > Qpopper (version 4.0.4, at least) does not provide an easy way to > disable support for the XNTD XMIT command.
Have you tried setting the 'mail-command' option to something bogus? There doesn't appear to be any error checking in the code, so this won't give a nice error message, but it will prevent XTND XMIT from working. You could even try having 'mail-command' point at a shell script that prints an error message. From the sample config 'sample/qpopper.config': # Set this to the full path to sendmail or other such program used to # submit new messages. Qpopper uses this to implement XTND XMIT. # # The default is determined at compile time. # # # set mail-command = /usr/sbin/sendmail
