On Wed, 26 Mar 2008, Konstantin Boyandin wrote: > > I have installed 'out-of-the-box' exim 4 on a Fedora 7 system and > tried to make this trick: to have all the addresses starting from, > say, 'mailer-' be forwarded to the same local address.
See the local_part_suffix stuff that's commented out in the default configuration file. http://www.exim.org/exim-html-current/doc/html/spec_html/ch07.html#SECID55 > The catch-all alias > > *: localbox > > doesn't work, either. You need to tweak the system_aliases router to use lsearch* instead of plain lsearch. http://www.exim.org/exim-html-current/doc/html/spec_html/ch07.html#SECID55 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://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/
