Exim

From Halfface
Revision as of 21:17, 27 April 2016 by Ekaanbj (talk | contribs) (Created page with "=copy all mails= Make a file called exim.filter in the /etc/exim directory with the following line: unseen deliver <email adress of the admin> and in the main part of the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

copy all mails

Make a file called exim.filter in the /etc/exim directory with the following line:
unseen deliver <email adress of the admin>

and in the main part of the exim.conf
system_filter = /etc/exim/exim.filter
system_filter_user = exim

THE file /etc/exim/exim.filter has to be owned by exim.
ALL email that comes in and out comes with a copy to the admin.