2013-10-29 17:42:20 +00:00
|
|
|
diff --git a/src/configure.default b/src/configure.default
|
2017-01-23 14:09:19 +00:00
|
|
|
index 985f1d0..8b6162b 100644
|
2013-10-29 17:42:20 +00:00
|
|
|
--- a/src/configure.default
|
|
|
|
+++ b/src/configure.default
|
2017-01-23 14:09:19 +00:00
|
|
|
@@ -630,7 +630,7 @@ system_aliases:
|
2005-04-19 04:06:04 +00:00
|
|
|
driver = redirect
|
|
|
|
allow_fail
|
|
|
|
allow_defer
|
|
|
|
- data = ${lookup{$local_part}lsearch{SYSTEM_ALIASES_FILE}}
|
|
|
|
+ data = ${lookup{$local_part}lsearch{/etc/aliases}}
|
|
|
|
# user = exim
|
|
|
|
file_transport = address_file
|
|
|
|
pipe_transport = address_pipe
|
2017-01-23 14:09:19 +00:00
|
|
|
@@ -731,8 +731,8 @@ local_delivery:
|
2005-04-19 04:06:04 +00:00
|
|
|
delivery_date_add
|
|
|
|
envelope_to_add
|
|
|
|
return_path_add
|
|
|
|
-# group = mail
|
|
|
|
-# mode = 0660
|
|
|
|
+ group = mail
|
|
|
|
+ mode = 0660
|
|
|
|
|
|
|
|
|
|
|
|
# This transport is used for handling pipe deliveries generated by alias or
|