Koozali.org: home of the SME Server

SMTP commands

Alejandro

SMTP commands
« on: May 15, 2003, 01:13:10 AM »
How i can disable the commands "debug", "wiz" and "from" from qmail smtp server?

Thanks

Charlie

Re: SMTP commands
« Reply #1 on: May 15, 2003, 01:18:57 AM »
What "debug", "wiz" and "from" commands?

220 e-smith.mycompany.xxx mailfront ESMTP
wiz
500 Not implemented.
debug
500 Not implemented.
from
500 Not implemented.

[And if you are observant, you'll notice that qmail's smtp daemon is not being used in any case.]

Charlie