clifford thurber <[EMAIL PROTECTED]> wrote:
>How do I record all incoming SMTP traffic?
>
>Answer: This answer assumes that you are running qmail-smtpd under
>tcpserver, using tcpserver 0.84 or above, with tcpserver's
>connection messages being sent to syslog.
>
>Simply insert recordio before qmail-smtpd. SMTP traffic will be sent to
>syslog.
>
>Can someone tell me what the complete command line or inetd.conf line would
>be to enable this? I am currently using tcp-server to run qmail. Do I need
>to install any additional packages to do this? Thanks as always in advance.
I don't want to be rude, but what part of "Simply insert recordio
before qmail-smtpd" was unclear? :-) Likewise, "tcpserver 0.84 or
above" should be pretty obvious.
So if you currently have something like:
... tcpserver ... qmail-smtpd ...
You change that to read:
... tcpserver ... recordio qmail-smtpd ...
-Dave