Cliff Jones <[EMAIL PROTECTED]> wrote:

>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
>
>I used the wrapper script from LWQ:
>-------------------
>#!/bin/bash
>ulimit -d 1024
>exec /var/qmail/bin/qmail-smtpd ${1+"$@"}
>-------------------
>
>of course .bashrc is owned by admin w/ permissions of 644

Hmm. tcpserver should be running as user qmaild, whose home directory
should be /var/qmail. Whose home directory is /home/admin? Does the
uid conflict with qmaild?

What happens if you run /var/qmail/bin/qmail-smtpd-wrapper from the
command line as a normal user? You should see an SMTP banner. Enter
"quit" to exit.

-Dave

Reply via email to