On Tuesday, January 14, 2003, at 02:31 PM, David Shirley wrote:
In the smtpd.run script I see:Sorry about that last blank email..
#!/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?
Yeah, change domain.com to your hostname. But leaving it doesn't hurt anything. That is just what will show up in the greeting.
Regards,
Bill
