Thank Quinn, this solve my problem. In my case i have install in a
SUSE 10.1and i have make a change in the procedure tha in
http://wiki.qmailtoaster.com/index.php/Chkuser
Here is the procedure to Suse 10.1
# rpm -Uvh qmail-toaster*.src.rpm
# cd /usr/src/packages/SPECS
edit qmail-toaster.spec. find 'sleep 5' (should be line 606). change 5 to
300 (5 seconds to 300 seconds). save.
# rpmbuild -bb --with sus101 qmail-toaster.spec
(use the appropriate --with value for your distro)
When the build process pauses, open another terminal and edit *
/usr/src/redhat/BUILD/qmail-1.03/chkuser_settings.h* to your liking. You
have 5 minutes (or whatever you changed the sleep parameter to). 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
Thank for your help
2007/2/13, Quinn Comendant <[EMAIL PROTECTED]>:
On Tue, 13 Feb 2007 15:29:12 -0300, Claudio Mundin wrote:
> (1) In this example in my server the mail is not send to
> [EMAIL PROTECTED] and is not send to [EMAIL PROTECTED] The bad
> address is [EMAIL PROTECTED]
>
> (2) But if I use my count of gmail, anda I try send the message, the
> mail is send to [EMAIL PROTECTED], and for the address
> [EMAIL PROTECTED] I recive a mail that say that this address is
> incorrrect.
>
> I want to my server work how i say in (2)
I had the same problem and *was* able to fix it with chkuser. Claudio, I
just sent you a test message to the addresses you gave as an example. The
messages were accepted for delivery, then I received an undeliverable
message for the bad address:
<[EMAIL PROTECTED]>:
Sorry, I couldn't find any host named gmail.com.uy. (#5.1.2)
The solution is to modify the chkuser_settings.h file during qmail compile
time and comment out the following:
#define CHKUSER_RCPT_MX
...becomes:
/* #define CHKUSER_RCPT_MX */
Here are instructions for editing this file:
http://wiki.qmailtoaster.com/index.php/Chkuser
I've attached my patch file I use to make my updates.
Quinn
---------------------------------------------------------------------
Strangecode :: Internet Consultancy
http://www.strangecode.com/
+1 530 624 4410
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]