2008/5/28 Mike Brudenell <[EMAIL PROTECTED]>:
> Greetings -
>
> I'm trying to add a header to a locally-originated (ie, not arriving
> over TCP/IP) message but can't seem to get it to work.  The relevant
> ACL in my config file is the first one:
>
>   accept  hosts           = :
>           add_header      = X-Test: VALUE
>

That's almost certainly what you have in an ACL that deals with SMTP
connections. Since the message you're targetting doesn't arrive over
SMTP, you need the logic somewhere else - have a look at
http://www.exim.org/exim-html-current/doc/html/spec_html/ch40.html#SECID189
to find an appropriate ACL slot.

Peter

-- 
Peter Bowyer
Email: [EMAIL PROTECTED]
Follow me on Twitter: twitter.com/peeebeee

-- 
## 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