On Fri, 21 Jun 2002, Marc MERLIN wrote:
> Just making sure I understand:
> trusted_users = mail:/etc/mail/trusted_users
> isn't legal and neither is
> trusted_users = mail:lsearch;/etc/mail/trusted_users
>
> Correct?
Correct.
> If so, it's an RFE :-)
What you could use (in Exim 4) is
.include "/etc/trusted/users"
if you want the list to be in a separate file.
Exim does the check for a trusted user really early on in its execution,
_not_ every time it needs to know if it has been called by a trusted
user. So there's not much in the way of expansion that might be useful.
However, I suppose I could make it into a local part list so that you
could use a lookup on it. I never expected it to be more than a list of
2 or three names....
Added to the Wish List.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.