Hi.

Started out following instructions from tarball, then ran into
the daemontools 0.61 problem, switched to 0.53 following 
LWQ doc.  This is what I see in the log...

941130601.185707 tcpserver: status: 0/40
941130675.846824 tcpserver: status: 1/40
941130675.847354 tcpserver: pid 2487 from 209.176.133.26
941130675.929574 tcpserver: ok 2487 :209.176.133.28:25 :209.176.133.26::1269
941130675.937539 bash: /home/admin/.bashrc: Permission denied
941130675.940906 /var/qmail/bin/qmail-smtpd-wrapper: 1+: command not found
941130675.975267 tcpserver: end 2487 status 0
941130675.975356 tcpserver: status: 0/40 

I used the wrapper script from LWQ:
-------------------
To prevent certain denial-of-service attacks against qmail-smtpd, you should create a 
simple wrapper in
/var/qmail/bin/qmail-smtpd-wrapper that looks like:

#!/bin/bash
ulimit -d 1024
exec /var/qmail/bin/qmail-smtpd ${1+"$@"}
-------------------

of course .bashrc is owned by admin w/ permissions of 644

Any ideas what I'm missing?

TIA,
-Cliff

Reply via email to