Make exim use .public/.forward instead of .forward
authorroot <root@deleuze.hcoop.net>
Tue, 11 Sep 2007 12:39:48 +0000 (08:39 -0400)
committerroot <root@deleuze.hcoop.net>
Tue, 17 Jun 2008 04:21:51 +0000 (00:21 -0400)
conf.d/router/600_exim4-config_userforward

index 95784b6..6d24e7b 100644 (file)
 # forwarding generates a direct delivery to a directory, or a file, or to a
 # pipe, or sets up an auto-reply, respectively.
 
 # 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.
+# hcoop-change: Use unix_domains rather than local_domains.  Also, use
+# .public/.forward rather than .forward.
 
 userforward:
   debug_print = "R: userforward for $local_part@$domain"
   driver = redirect
   domains = +unix_domains
   check_local_user
 
 userforward:
   debug_print = "R: userforward for $local_part@$domain"
   driver = redirect
   domains = +unix_domains
   check_local_user
-  file = $home/.forward
-  require_files = $local_part:$home/.forward
+  file = $home/.public/.forward
+  require_files = $local_part:$home/.public/.forward
   no_verify
   no_expn
   check_ancestor
   no_verify
   no_expn
   check_ancestor