Re: [exim] how to log specific infos

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Drav Sloan
日付:  
To: Drav Sloan
CC: Exim Mailing List, Rainer Sigl
題目: 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.

Regards

D.