Page 1 of 1

Q: RBLs and Scalix inbound MTA

Posted: Fri Mar 10, 2006 10:11 pm
by Stws
Hi

Anyway to configure the inbound MTA to check RBLs?

TIA

Posted: Fri Mar 10, 2006 11:28 pm
by ScalixSupport
At present, it's not possible to configure the SMTP Relay to access RBLs. If you're looking for that feature you need to configure sendmail to do it and have it as the primary SMTP listener.

Cheers

Dave

sendmail instead of Scalix MTA

Posted: Sat Mar 11, 2006 5:59 am
by Stws
How would I define the local mailers to send msgs into scalix messagestore. Isn't there a sendmail.cf like file somewhere for the scalix mta?

Posted: Sun Mar 12, 2006 11:05 am
by florian
sendmail already submits messages destined for scalix users to the scalix system; it is setup that way during install.

Your best bet is the SMTPFILTER option. Please search for this string in the forum, as there will be numerous articles referring to it.

Cheers,
Florian.

Posted: Tue Mar 14, 2006 1:45 pm
by e1kosau
hi i just put in some RBLs in my sendmail.mc. is it possible that this is causing the error connection timed out in my maillogs?

im running scalix 10.0 under RHEL 4. i get this error:

Code: Select all

Mar 14 09:33:24 webmail sendmail[12334]: k2EBIhTU011181: to=<user@apgloan.com>, delay=06:14:41, xdelay=00:00:00, mailer=esmtp, pri=759271, relay=apgloan.com., dsn=4.0.0, stat=Deferred: Connection timed out with apgloan.com.
Mar 14 09:33:28 webmail sendmail[12334]: k2E9upOs011102: to=<user1@apgloan.com>, delay=07:36:37, xdelay=00:00:00, mailer=esmtp, pri=845415, relay=apgloan.com., dsn=4.0.0, stat=Deferred: Connection timed out with apgloan.com.
Mar 14 09:33:28 webmail sendmail[12334]: k2E8m10F011040: to=<user2@apgloan.com>, delay=08:45:27, xdelay=00:00:00, mailer=esmtp, pri=935471, relay=apgloan.com., dsn=4.0.0, stat=Deferred: Connection timed out with apgloan.com.
Mar 14 09:33:33 webmail sendmail[12334]: k2E95TDW011060: to=<user3@apgloan.com>, delay=08:28:04, xdelay=00:00:00, mailer=esmtp, pri=935529, relay=apgloan.com., dsn=4.0.0, stat=Deferred: Connection timed out with apgloan.com.


please help. thanks.

Posted: Mon Mar 20, 2006 3:45 am
by Valerion
These are indications that the remote mail server is not listening to you. Happens quite a lot if you send out email directly, instead of through a relay at your ISP. You can test this by doing a host -t mx apgloan.com and telnetting to the IP on port 25. If you can't connect, it's the remote server. If you can, run sendmail -q -v and see if that clears your queue.

Remember that if you change the sendmail.mc you have to rebuild the sendmail.cf

cp sendmail.cf sendmail.cf.back
m4 sendmail.mc > sendmail.cf

And then you need to run

omsendin

Posted: Mon Mar 20, 2006 3:01 pm
by e1kosau
hey thanks for the help. i didnt have to run the macro processor m4 i just did a omsendin and that did it!

Thanks!

Don