Lo all, Given I am using the vanilla run file that came with the download:
#!/bin/sh QMAILDUID=`id -u qpsmtpd` NOFILESGID=`id -g qpsmtpd` exec /usr/local/bin/softlimit -m 25000000 \ /usr/local/bin/tcpserver -c 10 -v -R -p \ -u $QMAILDUID -g $NOFILESGID `head -1 config/IP` 2525 \ ./qpsmtpd 2>&1 Should I be using qpsmtpd as above or qpsmtpd-forkserver. The email flow is less than 800 a day, if that. It is also a low spec box, AMD K6, top gives memory as: Mem: 247260K total, 242828K used, 4432K free, 41472K buffers Swap: 787168K total, 9840K used, 777328K free, 57452K cached John
