Re: [Exim] setting drop_cr for the cyrus user only

Etusivu
Poista viesti
Vastaa
Lähettäjä: John Jetmore
Päiväys:  
Vastaanottaja: Oliver Eikemeier
Kopio: exim-users
Aihe: Re: [Exim] setting drop_cr for the cyrus user only
On Thu, 24 Apr 2003, Oliver Eikemeier wrote:

> how can I set the drop_cr option (in Exim 4) to true only for the cyrus
> user?
>
> drop_cr = ${if eq{$caller_uid}{60}{true}{false}}
>
> does not work:


From the docs it looks like drop_cr isn't expanded - you can only set it
to true or false.

--John