On Thu, Apr 17, 2014 at 04:30:11PM +0000, Thomas Hommers wrote: > > I've setup a manual route to forward all emails addresses to a certain domain > to one host. This is working fine, except the dns of this host cannot be > resolved. In this case the SMTP connection in temporarily rejected. > > I would like to have the email accepted and queued instead of temporarily > rejected. > > Does somebody knows if this is possible?
Try option "host_find_failed = defer" for manualroute router. Look at http://www.exim.org/exim-html-current/doc/html/spec_html/ch-the_manualroute_router.html for description of this option. However, you shoud understand that "solution" is bad, because situation when DNS answers "no such host" is a serious configuration error (don't mess is with DNS timeout, which should be a temporary error). You have better to make address of your mail hub resolvable, maybe by entry in local /etc/hosts. -- Eugene Berdnikov -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
