> > I tried:
> >
> >  condition = ${if eq [EMAIL PROTECTED]
> 
> sender_helo_name is the name the sending MTA used when saying HELO
> to the receiver.  It should look like a full qualified domain name
> ie system.example.com - there should be no @ within it, so that
> example also will never match.
> 
> Working from your original example, you want
>    condition = ${if eq {$sender_helo_name}{mycomputer.dom.org}{1}{0}}
> 
> although personally I would just use
>       hosts = mycomputer.dom.org
> assuming your DNS works and is sane - or use the IP address there.
> 

Is there no way to use condition on senderadresses ?

-- 
kind regards,

Jens Strohschnitter

-----------------------------------------
LINUX LINUX LINUX LINUX LINUX LINUX LINUX

Set the controls
                 for the heart of the sun

LINUX LINUX LINUX LINUX LINUX LINUX LINUX
-----------------------------------------

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to