On Jun 6, 2006, at 11:22 , Gordon Rowell wrote:
This is what we use in the SME Server config (which should use chpst
instead of softlimit):
Thanks, Gordon, for providing another example for me to look at.
export QPSMTPD_CONFIG=/var/service/qpsmtpd/config
I have qpstmpd installed in /usr/local/qpsmtpd/, with config in /usr/
local/qpstmpd/config. Do you have qpsmtpd installed in /var/service/
qpsmtpd, or have a custom qpstmpd configuration in /var/service/
qpsmtpd/config? I'm wondering if I need this line. I don't believe
so, as the qpsmptd-forkserver starts up just fine from the command line.
exec /usr/local/bin/softlimit -d 25000000 -s 25000000 -l 25000000 \
/usr/bin/qpsmtpd-forkserver \
-u qpsmtpd \
-l 0.0.0.0 \
-p ${PORT:-25} \
-c ${INSTANCES:-40} \
-m ${INSTANCES_PER_IP:-5} \
2>&1
Is it necessary to run qpsmtpd under softlimit? If not, I'd rather
not use yet another unfamiliar app at this point.
Thanks again for your help, Gordon! It's definitely helpful for me to
see your example.
Thanks!
Michael Glaesemann
grzm seespotcode net