bizzare failure...
hello again...
i installed now the relay-ctrl package..
it seems working (relay-ctrl-allow) .
if it try connect to smtp directly, it doesent connect...
but if
* * * * * /usr/sbin/relay-ctrl-age
does his job, relaying (connecting) it wide open!
after i tryed to put
/etc/relay-ctrl/smtp.rules
with my default tcprules conf:
127.0.0.1:allow,RELAYCLIENT=""
:deny
but no changes...
some one know these problem ?
thanks... mike
----- Original Message -----
From: "Frank Tegtmeyer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 08, 2001 9:01 PM
Subject: Re: relay-ctrl ?
"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