mail4root: Restrict to unix_domains.
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / mmm_mail4root
CommitLineData
725c9874 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
8mail4root:
9 debug_print = "R: mail4root for $local_part@$domain"
10 driver = redirect
2b51c766 11 domains = +unix_domains
725c9874 12 data = /var/mail/mail
13 file_transport = address_file
14 local_parts = root
15 user = mail
16 group = mail
17