From 2e33190c583d9e90fed30ec05ec3f3e220bf95dd Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sun, 4 Oct 2009 18:04:05 -0400 Subject: [PATCH] Merge hcoop user .forward rules --- conf.d/router/600_exim4-config_userforward | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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 -- 2.20.1