Hi,

I hope I have the corrent mail list.

I have CHKUSER_SENDER_MX enabled (uncommented) in my chkuser_settings.h. I would like to know if its possible to set this option on/off in the qmail-smtpd run script. For example is it possible to set different values (ie on/off or 0/1) for this variable - (see my example below)?? Or would I have to comment it out and re-make qmail?? Thanks for any help / advice in this area. Rgds. Otto Rodusek.


#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`

CHKUSER_SENDER_MX="on"

exec /usr/local/bin/softlimit -m 9999999 \
   /usr/local/bin/tcpserver -v -H -R -l 0 \
   -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
   -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
   /var/qmail/bin/qmail-smtpd \
   /home/vpopmail/bin/vchkpw /bin/true 2>&1

Reply via email to