]> git.pld-linux.org Git - packages/exim.git/blobdiff - exim-conf.patch
- add ipv6.patch ( thx misiek)
[packages/exim.git] / exim-conf.patch
index 829260859679a7b5c263ff46ac6f9bc5d67986ce..1cd215a7364bfdbe6e52fb95d27487e92d42597c 100644 (file)
@@ -1,5 +1,5 @@
---- exim.conf.orig     Fri Jan 19 10:32:07 2001
-+++ exim.conf  Wed May 16 20:10:39 2001
+--- exim.conf.orig     Mon Jun 18 13:03:23 2001
++++ exim.conf  Sat Jun 30 13:10:36 2001
 @@ -106,7 +106,7 @@
  # calling its own SMTP port, is locked out by default. If you want to permit
  # relaying from the local host, you should set
@@ -9,7 +9,7 @@
  #
  # If you want to permit relaying through your host from certain hosts or IP
  # networks, you need to set the option appropriately, for example
-@@ -196,6 +196,11 @@
+@@ -196,6 +196,17 @@
  
  timeout_frozen_after = 7d
  
 +# situations can be temporaty (such as DNS failures).
 +
 +auto_thaw = 12h
++
++# This emulates sendmails "newaliases". Keep in mind that the alias
++# transport does use lsearch by default. remember to change this,
++# if you want to use DBM-Lookups.
++
++bi_command=/usr/bin/newaliases
 +
  end
  
  
-@@ -224,9 +229,20 @@
+@@ -224,9 +235,10 @@
  # particular group instead of using the sticky bit. The commented options below
  # show how this can be done.
  
-+
-+procmail:
-+  driver = pipe
-+  command = "/usr/bin/procmail -d ${local_part}"
-+  return_path_add
-+  check_string = "From "
-+  escape_string = ">From "
-+  user = $local_part
-+  group = $local_part
-+
 +
  local_delivery:
    driver = appendfile
@@ -43,7 +39,7 @@
    delivery_date_add
    envelope_to_add
    return_path_add
-@@ -241,6 +257,21 @@
+@@ -241,6 +253,21 @@
  # to complete normally. You can set different transports for aliases and
  # forwards if you want to - see the references to address_pipe in the directors
  # section below.
@@ -65,7 +61,7 @@
  
  address_pipe:
    driver = pipe
-@@ -292,9 +323,9 @@
+@@ -292,9 +319,9 @@
  
  system_aliases:
    driver = aliasfile
@@ -78,7 +74,7 @@
    file_transport = address_file
    pipe_transport = address_pipe
  
-@@ -331,6 +362,13 @@
+@@ -331,6 +358,13 @@
  
  
  # This director matches local user mailboxes.
This page took 0.026223 seconds and 4 git commands to generate.