In the smtpd.run script I see:
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 6000000 \
/usr/local/bin/tcpserver -H -R -l 0 \
-x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
/var/qmail/bin/qmail-smtpd domain.com \
/home/vpopmail/bin/vchkpw /bin/true 2>&1
Now I can explain everything that is there except for the domain.com
part. Shouldn't that be changed to our hostname and not left generic
like that?
David Shirley
[EMAIL PROTECTED]
http://www.webquarry.com
- Re: [toaster] Confused about some toaster scripts David Shirley
