On 03/12/2007, ikearns <[EMAIL PROTECTED]> wrote: > > Just installed a local Exim server as a means to try and limit the amount of > rubbish we get through to random addresses on the domain. Is there a way to > reject mail under the RCPT ACL if the recipients email address cannot be > verified? > > I am currently doing a "callout" to verify the sender but I would also like > to perform a lookup in the other direction as well
The same section of documentation that contains 'verify = sender' also describes 'verify = recipient'. The default config has this option configured for local verification, but not for callouts. Peter -- Peter Bowyer Email: [EMAIL PROTECTED] -- ## List details at http://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/
