Re: [EXIM] Unqualified domains?

Top Page
Delete this message
Reply to this message
Author: Harald Meland
Date:  
To: Joel Rowbottom
CC: exim-users
Subject: Re: [EXIM] Unqualified domains?
[Joel Rowbottom]

> 58d  636K 10RGWK-0008EG-00 <>
>           kerri@sparkesporter


[...]

> What I want to do is bounce messages which haven't got a properly qualified
> domain name.


If you by "properly qualified domain name" mean the same we do -- that
the domain has either MX or A DNS RRs -- you could use this:

  # First make sure that the domain we're trying to route is correctly
  # configured in DNS.  This only works if the main config options
  # `sender_verify' and/or 'receiver_verify' are set to true.
  verify_dns_ok:
    driver = lookuphost
    verify_only


as your first router.

--
Harald

--
*** Exim information can be found at http://www.exim.org/ ***