2013-10-29 17:42:20 +00:00
|
|
|
diff --git a/src/configure.default b/src/configure.default
|
2019-02-11 20:15:08 +00:00
|
|
|
index 555dec3..69e0ed1 100644
|
2013-10-29 17:42:20 +00:00
|
|
|
--- a/src/configure.default
|
|
|
|
+++ b/src/configure.default
|
2019-02-11 20:15:08 +00:00
|
|
|
@@ -718,7 +718,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
|
2019-02-11 20:15:08 +00:00
|
|
|
@@ -867,8 +867,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
|