Routine update.
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / 600_exim4-config_userforward
index dab56a4..f8d1d3c 100644 (file)
 # forwarding generates a direct delivery to a directory, or a file, or to a
 # pipe, or sets up an auto-reply, respectively.
 
-# hcoop-change: Use unix_domains rather than local_domains.  Also, use
-# .public/.forward rather than .forward.
+# hcoop-change: Use unix_domains rather than local_domains.  Use
+# .public/.forward rather than .forward.  Do not verify the owner and
+# group of the .forward file.
 
 userforward:
   debug_print = "R: userforward for $local_part@$domain"
   driver = redirect
   domains = +unix_domains
   check_local_user
+  check_owner = false
+  check_group = false
   file = $home/.public/.forward
   require_files = $local_part:$home/.public/.forward
   no_verify