On Tue, 23 May 2006, Patrick Unthank wrote: > > What do I need to do in order to make an autoreply for a list of > addresses which are aliases. We are using ldap front end to maintain our > user list. There is an /etc/aliases file in existence but not all > aliases appear in there.
You probably want to use an autoreply transport, as described at http://www.exim.org/exim-html-4.62/doc/html/spec_html/ch27.html and I expect you'd want an accept router for the relevant addresses which passes them to your autoreply transport. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## 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/
