No, I don't want to use verify = recipient
because it needs an extra search in my LDAP (my accounts are in LDAP), and I don't want to reject the mails at RCPT time. I want to receive the message, then send a bounce message to the original sender (with the original message attached to it), and that Exim doesn't send the original message to the queue. Thanks! >> > When I receive a message to an false user of my system, I >> want to send a >> > bounce message to the original sender just after the error, >> and I don't >> > want Exim send the original message to the queue. >> > >> > How can I get this? >> >> You mean you want Exim to reject the recipient by saying "550 >> No such user"? >> You need a >> >> verify = recipient >> >> somewhere in the RCPT ACL. It should be present in the >> default configuration. >> > However, remember that verification just runs through the routers and > ensures > that Exim can successfully route the email. If your accounts are all local > then > this should be fine, but if, for example, you pass on mail to another > server > then you may need to take this into account. > J > > -- > ## 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/ > -- ## 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/
