You have to rebuild qmail. See the procedure provided by Nick Hemmesch:
Nick Hemmesch wrote:
The easy way:
rpm -Uvh qmail-toaster*.src.rpm
cd /usr/src/redhat/SPECS (assuming you are using CentOS 4)
edit qmail-toaster.spec
find 'sleep 5' (should be line 606)
change 5 to 300 (5 seconds to 300 seconds)
rpmbuild -bb --with cnt40 qmail-toaster.spec
When the build process pauses, make your changes. You have 5 minutes.
edit /usr/src/redhat/BUILD/qmail- 1.03/chkuser_settings.h as you wish
Save your changes and wait for the 300 seconds to expire and
watch it build.
cd ../RPMS/i386/
qmailctl stop
rpm -Uvh --replacefiles --replacepkgs qmail-*.rpm
qmailctl start
On 11/8/06, Lucian Cristian <[EMAIL PROTECTED]> wrote:
Quinn Comendant wrote:
> Is there an easy way to disable CHKUSER_RCPT_MX or do I need to recompile chkuser?
>
> It seems this one should be disabled by default. It is pretty annoying to be sending an email to a couple dozen people and not be able to send because one domain is wrong -- then having to go over the list manually with your human eye-balls. That's the job of the computer tell me which domain is missing MX records (even if via a bounce message).
>
> Quinn
>
> ---------------------------------------------------------------------
> QmailToaster hosted by: VR Hosted <http://www.vr.org>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
I couldn't disable it even if I disabled the lines in
chkuser_settings.h and recompiled it.
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Best regards,
Bill
