1 Aug 2006 17:08
Re: 551 redirection
Robert Millan <rmh <at> aybabtu.com>
2006-08-01 15:08:20 GMT
2006-08-01 15:08:20 GMT
Btw, Exim 4.63 just been released with this feature.
On Thu, Jul 20, 2006 at 08:18:18AM +0200, Robert Millan wrote:
>
> Another approach at solving the forwarding problem is using standard 551 code,
> which eventualy (let's hope) every MTA will be able to interpret and act
> accordingly without generating a bounce:
>
> 551: User not local; please try <foo <at> bar.org>
>
> There's a plugin for qpsmtpd (in their wiki) to activate this via ~/.redirect.
> The next version of Exim (4.63) will have support for generating this code by
> prepending the error message with "551 ".
>
> For example, in /etc/aliases:
>
> foo: :fail: 551 User not local; please try <foo <at> bar.org>
>
> Or, if you want to enable it via user dotfiles:
>
> dot_redirect:
> driver = redirect
> check_local_user
> require_files = $home/.redirect
> verify_only
> allow_fail
> data = :fail: 551 User not local; please try <${readfile{$home/.redirect}{}}>
> condition = ${if !exists {$home/.forward}}
>
(Continue reading)
RSS Feed