Author: Drav Sloan Date: To: Drav Sloan CC: Exim Mailing List, Rainer Sigl Subject: Re: [exim] how to log specific infos
Drav Sloan wrote: > > Hi all,
> > I would like to log into a file all outgoing emails with sender,
> > recipient, a specific header line $h_x-spam-level on exim4.
> > Can somebody give me a hint how to do this?
Oh yeah you said "outgoing emails", you'd also need to add:
domains = !+local_domains
Where local_domains is your domainlist of locally hosted domains.