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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: John Jetmore
Ημερομηνία:  
Προς: Roger B.A. Klorese
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] Converting from sendmail, searching aliases in aunifiednamespace, pre-lookup key xformation (resend)
On Fri, 7 Jun 2002, Roger B.A. Klorese wrote:

> Well, that's better... but the last line of the condition errors:
>
> 2002-06-07 12:35:16 Exim configuration error
> option "" unknown in line 368
>
> Thanks for your assistance.


change the condition to look like this:

  condition = \
    ${if eq\
      {\
        ${lookup{"${local_part}-${domain}"}\
          lsearch{/war/lists/ALIASES/mj-alias-${domain}}\
          {$value}{}\
        }\
      }{}{no}{yes}\
    }


(what was the second to last ans is now the third to last line was missing
a backslash)

--John