hi all
 
i wanna setup a run script for pop server in qmail.my user get authenticated from openladap server.when i use inetd to
run pop .i m able to telnet on 110 port.while if i use run script telnet on 110 port refuses conn..
can i use pop run script without checkpassword program??
 
my run script is as follows:
 
#!/bin/sh    exec /usr/local/bin/softlimit -m 2000000 \
        /usr/local/bin/tcpserver -v -R  0 110 /var/qmail/bin/qmail-popup
mailbx2.aaipl.com /var/qmail/bin/auth_pop /var/qmail/bin/qmail-pop3d Ma
ildir 2>&1
 
and log run script as foll:
 
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t \
/var/log/qmail/pop3d
~
 
my pop daemon is running fine
svstat /service/qmail-pop3d/
/service/qmail-pop3d/: up (pid 16068) 0 seconds
 
ownership permissions for run scripts are same as smtpd files.
 
Regards
Niti
 

Reply via email to