I've done this (with some help from others on the list)- I'm not at my
desk right now but when I am I'll try to remember to send you a copy of
my config if no one else does in the meantime.. ;)
On Wed, 14 Feb 2001, Dmitry Shikut wrote:
> Hello!
>
> I need do complex SMTP AUTH (LOGIN) and in server_condition I want to do
> next:
>
> $1 - user name; $2 - password
>
> if ($1 not contains '@')
> {
> # standart, system check
> crypted check in /etc/passwd
> }
> elseif (exist file /somewhere/${domain:$1}/passwd)
> {
> # virtual domains check
> not crypted check in /somewhere/${domain:$1}/passwd
> }
>
> Is it possible and how can I do this?
>
> Thanks.
>
> Dmitry Shikut, shikut@???
>
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
--