Re: [Exim] Converting from sendmail, searching aliases in a …

Top Page
Delete this message
Reply to this message
Author: Roger B.A. Klorese
Date:  
To: John Jetmore
CC: exim-users
Subject: 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?