Hi all,
we trying to restrict POP3 services to a x.x.x.x-x.x.x.x IP blocks or
predefined Ip's to implement a very specific service.

Is it a tcpserver topic?
Is there anyone who was implemented this?

Should I concentrate myself in /service/qmail-pop3d/run and
/service/qmail-pop3ds/run   scripts?


......
#!/bin/sh

VPOPMAILUID=`id -u vpopmail`
VPOPMAILGID=`id -g vpopmail`

exec /usr/local/bin/tcpserver -l 0 -R -H -v             \
        -u"$VPOPMAILUID" -g"$VPOPMAILGID" 0 110       \
..
.......


Thanks in advance for any clue!


----------------------------------------------------------------------------
Abel Lucano
DECODE SA
TE/FAX +5411 4383 1161
[EMAIL PROTECTED]


Reply via email to