X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fexim4%2Fconf.d%2Frouter%2Fmmm_mail4root;fp=etc%2Fexim4%2Fconf.d%2Frouter%2Fmmm_mail4root;h=0000000000000000000000000000000000000000;hb=00913fc5c4f0bd4a78df5fb067cfb10392aebe7c;hp=88017ba295eabbe8092f815157c14ecdb4a5ba45;hpb=0625c01974df320cade3f9cd56674bcdfee0d9f3;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/exim4/conf.d/router/mmm_mail4root b/etc/exim4/conf.d/router/mmm_mail4root deleted file mode 100644 index 88017ba..0000000 --- a/etc/exim4/conf.d/router/mmm_mail4root +++ /dev/null @@ -1,17 +0,0 @@ - -### 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 -