From: Clinton Ebadi Date: Sun, 4 Oct 2009 22:04:05 +0000 (-0400) Subject: Merge hcoop user .forward rules X-Git-Url: https://git.hcoop.net/hcoop/zz_old/config/exim4-hopper.git/commitdiff_plain/2e33190c583d9e90fed30ec05ec3f3e220bf95dd Merge hcoop user .forward rules --- diff --git a/conf.d/router/600_exim4-config_userforward b/conf.d/router/600_exim4-config_userforward index 59259ca..f8d1d3c 100644 --- a/conf.d/router/600_exim4-config_userforward +++ b/conf.d/router/600_exim4-config_userforward @@ -18,19 +18,27 @@ # 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. 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 = +local_domains + domains = +unix_domains check_local_user - file = $home/.forward - require_files = $local_part:$home/.forward + check_owner = false + check_group = false + file = $home/.public/.forward + require_files = $local_part:$home/.public/.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