On Wed, 12 Apr 2006, Casey Allen Shobe wrote: > > It is usual to set no_verify on redirect routers which handle > users' .forward files, as in the example above. > > I don't quite follow this. If I have [EMAIL PROTECTED] as a user account, > but [EMAIL PROTECTED], [EMAIL PROTECTED], and [EMAIL PROTECTED] all go to the > same > place via redirect routers, shouldn't any one of these verify? What happens > if the user is sending mail with a default from address set to one of his > aliases (this is the case sometimes)?
Aliases are usually not handled by .forward files. Unless you are very careful, Exim can't process .forward files at verification time because it cannot switch users. 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/
