Well I first installed qmail on my RH6.2 box as a test.  When I was ready to go live.  I decided to copy over the scripts that I hacked on for hours.  My problem now is that svscan doesn't seem to start the the services automatically.  I can't start qmail at all.  I check the scripts and they are all ok.  I'm enclosing the scripts just in case.
 
I have made sure to create the symlinks for the service directory.  Svscan starts but the services don't.  I know I've made a goof but I don't know where.
 
Additionally I would like the pop3 to stop logging to the console.
How do I allow unlimited access to my server?  (No SPAM FILTER)
My tcprules say :allow
 
"pop3"
#!/bin/sh
exec /usr/local/bin/tcpserver -v -R 0 pop3  /var/qmail/bin/qmail-popup mail.alljax.net\
   /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1
 
"rc"
#!/bin/sh
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start "`cat /var/qmail/control/defaultdelivery`"
 
"send"
#!/bin/sh
exec /var/qmail/rc
"send/log"
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
s2500000 /var/log/qmail/qmail-send
 
 
"smtpd"
#!/bin/sh
QMAILUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 5000000 \
 /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
-u $QMAILUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
 
"smtpd/log"
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
s2500000  /var/log/qmail/qmail-smtpd

Reply via email to