Συντάκτης: Roger B.A. KloreseΗμερομηνία: 2002-06-07 19:11 UTC Προς: John JetmoreΥ/ο: exim-usersΑντικείμενο: Re: [Exim] Converting from sendmail, searching aliases in a unifiednamespace, pre-lookup key xformation (resend)
---------Included Message----------
>majordomo_aliases:
> driver = forwardfile
> pipe_transport = address_pipe
> suffix = "+*"
> suffix_optional
> user = lists
> group = lists
> domains = lsearch;/war/lists/ALIASES/mj-domains
> #file = /war/lists/ALIASES/mj-alias-${domain}
> #search_type = lsearch
> data = \
> ${lookup{"${local_part}-${domain}"}\
> lsearch{/war/lists/ALIASES/mj-alias-${domain}}\
> {$value}{}\
> }
> condition = \
> ${if eq\
> {\
> ${lookup{"${local_part}-${domain}"}\
> lsearch{/war/lists/ALIASES/mj-alias-${domain}}\
> {$value}{}\
> }
> }{}{no}{yes}\ }
Is that Exim 4 dependent?