SMTP problem? (part 2)

Jim Mozley jim.mozley at exponential-e.com
Mon Apr 19 18:22:09 CEST 2004


Francesco De Santolo wrote:

> Maybe this is the config I have to edit?
> 
> rfc1413_query_timeout = 2s

I've come in half way through this, I missed part 1, but I can make some 
comments on the exim mta...

disable rfc 1413 idents in your exim config to avoid timeout problems.

rfc1413_query_timeout = 0s

for exim version 4 but I think this will work for version 3.

> 
> or
> 
> # This router routes to remote hosts over SMTP by explicit IP address,
> # given as a "domain literal" in the form [nnn.nnn.nnn.nnn]. The RFCs
> # require this facility, which is why it is enabled by default in Exim.
> # If you want to lock it out, set forbid_domain_literals in the main
> # configuration section above.

Disable IP literals on an MTA. My I be flamed forever for suggesting it!

Its not turned on in exim 4 by default, you have to use 
allow_domain_literals. Which is why I assume your MTA is exim version 3. 
 From memory use forbid_domain_literals as the comment suggests in the 
main part of your config file, I don't think it takes any values. All 
this assumes you are not using domain literals to send email.

Exim doco is a www.exim.org.


Jim Mozley


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list