Initial import
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / mmm_mail4root
1
2 ### router/mmm_mail4root
3 #################################
4 # deliver mail addressed to root to /var/mail/mail as user mail:mail
5 # if it was not redirected in /etc/aliases or by other means
6 # Exim cannot deliver as root since 4.24 (FIXED_NEVER_USERS)
7
8 mail4root:
9 debug_print = "R: mail4root for $local_part@$domain"
10 driver = redirect
11 domains = +local_domains
12 data = /var/mail/mail
13 file_transport = address_file
14 local_parts = root
15 user = mail
16 group = mail
17