Base Debian config for exim 4.69-9
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / 600_exim4-config_userforward
index dab56a4..59259ca 100644 (file)
 # The four transports specified at the end are those that are used when
 # 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.
-
+#
 userforward:
   debug_print = "R: userforward for $local_part@$domain"
   driver = redirect
-  domains = +unix_domains
+  domains = +local_domains
   check_local_user
-  file = $home/.public/.forward
-  require_files = $local_part:$home/.public/.forward
+  file = $home/.forward
+  require_files = $local_part:$home/.forward
   no_verify
   no_expn
   check_ancestor
   allow_filter
   forbid_smtp_code = true
-#  forbid_filter_run = true
-#  forbid_pipe = true
   directory_transport = address_directory
   file_transport = address_file
   pipe_transport = address_pipe