"Mike A. Sauvain" <[EMAIL PROTECTED]> writes:
> my qmail smtp start script looks
relay-ctrl has nothing to do with qmail-smtpd except that it changes the
access control file (switch -x) for the tcpserver process that services port 25.
> where (and how) i should putt them in line?
> - Insert the program "relay-ctrl-allow" between your checkpassword
> program and qmail-pop3d in your invocation of tcpserver for the POP
> service.
For example like this:
exec env ..... tcpserver ..... 0 pop3 qmail-popup mypophost /bin/checkpassword
<insert_here> qmail-pop3d Maildir 2>&1
in your run file for the pop3 service (this assumes that you are using daemontools).
Regards, Frank