From 2b51c766343cdabc1807548178439bf4771390f6 Mon Sep 17 00:00:00 2001 From: mwolson_admin Date: Wed, 24 Sep 2008 01:07:24 -0400 Subject: [PATCH] mail4root: Restrict to unix_domains. This prevents mail sent to root@someuserdomain.com from piling up in /var/mail/mail. --- conf.d/router/mmm_mail4root | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/router/mmm_mail4root b/conf.d/router/mmm_mail4root index af6206e..202be70 100644 --- a/conf.d/router/mmm_mail4root +++ b/conf.d/router/mmm_mail4root @@ -8,7 +8,7 @@ mail4root: debug_print = "R: mail4root for $local_part@$domain" driver = redirect - domains = +local_domains : +unix_domains + domains = +unix_domains data = /var/mail/mail file_transport = address_file local_parts = root -- 2.20.1