hi,

i've tryed to installed qmail 1.03
according "Life with qmail"
http://www.lifewithqmail.org/lwq.html
instructions on FreeBSD4.0, but
script

/var/qmail/supervise/qmail-smtpd/run
reporting errors:

bash-2.03# /var/qmail/supervise/qmail-smtpd/run
softlimit: usage: softlimit [-a allbytes] [-c corebytes] [-d databytes] [-f filebytes] 
[-l lockbytes] 
[-m membytes] [-o openfiles] [-p processes] [-r residentbytes] [-s stackbytes] [-t 
cpusecs] 
child
bash-2.03# 

script /var/qmail/supervise/qmail-send/run
reoprts:

bash-2.03# /var/qmail/supervise/qmail-send/run
env: illegal option -- P
usage: env [-] [-i] [name=value ...] [command]

scripts:

------------------------------
/var/qmail/supervise/qmail-smtpd/run script
------------------------------

#!/bin/sh

QMAILDUID=`id -u qmaild`

NOFILESGID=`id -g qmaild`

MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`

exec /usr/local/bin/softlimit -m 2000000 \

    /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \

        -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd 2>&1

------------------------------------
/var/qmail/supervise/qmail-send/run script
-----------------------------------
#!/bin/sh

exec /var/qmail/rc
---------------------

Could it be incompatibility with FreeBSD?
Or my system misconfiguration?
thank you in advance,

t_oo

Stating the Obvious.  All meta, all the time.  <http://www.theobvious.com/>
____________________________________________________________
Get your own FREE Web and POP E-mail Service in 14 languages at http://www.zzn.com.

Reply via email to