You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
472 B
Plaintext
18 lines
472 B
Plaintext
|
|
### router/mmm_mail4root
|
|
#################################
|
|
# deliver mail addressed to root to /var/mail/mail as user mail:mail
|
|
# if it was not redirected in /etc/aliases or by other means
|
|
# Exim cannot deliver as root since 4.24 (FIXED_NEVER_USERS)
|
|
|
|
mail4root:
|
|
debug_print = "R: mail4root for $local_part@$domain"
|
|
driver = redirect
|
|
domains = +local_domains
|
|
data = /var/mail/mail
|
|
file_transport = address_file
|
|
local_parts = root
|
|
user = mail
|
|
group = mail
|
|
|