On Tuesday 20 June 2006 11:17, Kai Riasol took the opportunity to write: > Sorry i mean, > > deny recipients = lsearch;/etc/exim4/users
That looks like you're rejecting mail to the existing users and accepting the rest. You will want to use accept or require instead of deny. Next, the recipients condition looks up a full address. If /etc/exim4/users contains usernames without domains you must use local_parts instead. And finally, as Jeremy said, as long as the internal mail server rejects nonexistent users you can use callout verification. Basically you use require verify = recipient/callout Read http://www.exim.org/exim-html-4.62/doc/html/spec_html/index.html#toc0335 and the following sections. -- Magnus Holmgren [EMAIL PROTECTED] (No Cc of list mail needed, thanks)
pgplCcwmLQg61.pgp
Description: PGP signature
-- ## 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/
