mmm_mail4root 472 B

1234567891011121314151617
  1. ### router/mmm_mail4root
  2. #################################
  3. # deliver mail addressed to root to /var/mail/mail as user mail:mail
  4. # if it was not redirected in /etc/aliases or by other means
  5. # Exim cannot deliver as root since 4.24 (FIXED_NEVER_USERS)
  6. mail4root:
  7. debug_print = "R: mail4root for $local_part@$domain"
  8. driver = redirect
  9. domains = +local_domains
  10. data = /var/mail/mail
  11. file_transport = address_file
  12. local_parts = root
  13. user = mail
  14. group = mail