]> git.pld-linux.org Git - packages/exim-lite.git/commitdiff
- :%s/\/etc\/aliases/\/etc\/mail\/aliases/g - we have /etc/mail/aliases by
authorŁukasz Jarosław Mozer <lukasz.mozer@gmail.com>
Sun, 12 Jan 2003 04:31:04 +0000 (04:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  default, and default config causes annoying messages after first install

Changed files:
    exim4.conf -> 1.3

exim4.conf

index 4d37332ac4705d21cd4def96ee2b75149086f09d..11cf3347b7d61a87c34d422ae45d44e290aef370 100644 (file)
@@ -345,9 +345,9 @@ dnslookup:
 # The remaining routers handle addresses in the local domain(s).
 
 
-# This router handles aliasing using a traditional /etc/aliases file.
+# This router handles aliasing using a traditional /etc/mail/aliases file.
 #
-##### NB  You must ensure that /etc/aliases exists. It used to be the case
+##### NB  You must ensure that /etc/mail/aliases exists. It used to be the case
 ##### NB  that every Unix had that file, because it was the Sendmail default.
 ##### NB  These days, there are systems that don't have it. Your aliases
 ##### NB  file should at least contain an alias for "postmaster".
@@ -364,7 +364,7 @@ system_aliases:
   driver = redirect
   allow_fail
   allow_defer
-  data = ${lookup{$local_part}lsearch{/etc/aliases}}
+  data = ${lookup{$local_part}lsearch{/etc/mail/aliases}}
 # user = exim
   file_transport = address_file
   pipe_transport = address_pipe
This page took 0.090855 seconds and 4 git commands to generate.