On Wed, 2007-02-21 at 13:43 +0200, Timo Neuvonen wrote: > > > Now, I have in 'acl_check_rcpt:' the following: > > > 2) > > > accept domains = +local_domains > > > endpass > > > message = unknown user > > > verify = recipient > > So, I'd like to reject messages with non-existent local part > *permanently*, independently whether they have a sender > address or just a blank F=<>.
run exim -bt [EMAIL PROTECTED] and see which router makes the address valid. then add verify = false or similar to that router. -- Kjetil T. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
