>> I recompiled vpopmail without domainquotas but the problem still exists. >> >> PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND >> >> 9765 vpopmail 25 0 6884 1412 1176 R 16.6 0.1 1:54.98 >> qmail-smtpd-chk
>did you recompile that? >vpopmail's library is a static library, meaning that if you recompile >vpopmail, you'll have recompile anything that links vpopmail in for the >changes to properly take effect. >try recompiling whatever is making 'qmail-smtpd-chk' >-Jeremy It seems that qmail-smtpd-chk is used in older versions of qmailtoaster. Today I installed the latest version of qmailtoaster from www.qmailtoaster.com. The new version does not use qmail-smtpd-chk anymore and the problem has gone away. By default the vpopmail-toaster SRPM package enables domain quotas. I recompiled without domain quota using the following steps. rpm -Uhv package.src.rpm vi /usr/src/RPM/SPECS/package.spec Edit configure section of the spec file to disable domain quotas rpmbuild -bb --with fdr30 /usr/src/RPM/SPECS/package.spec The spec file will may not be at the exact location as above but will be somewhere within /usr/src. - Jonathan