Am 02.08.2017 um 12:43 schrieb Heiko Schlittermann via Exim-users: > Cyborg <[email protected]> (Mi 02 Aug 2017 12:30:24 CEST): >> Hi, >> >> how must a ACL look like, if we wanne drop the message, when the domain >> in question does not exists ? >> >> in other words, i wanne check if a domain is registered at all, and >> dnsdb looks like the correct approach. >> >> Any Ideas ? > condition = ${lookup dnsdb{$sender_address_domain}{yes}{no}} > > But isn't for sender verification > > require verify = sender > > the better approach? (Of course, if you do not talk about sender > verification, then …) >
Nope, i don't wanne verify them, i just wanne drop messages from none existing domains. Sender verification is the next step ;) Best regards, Marius -- ## 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/
