]> git.pld-linux.org Git - packages/exim.git/commitdiff
- Patch for default config file.
authormkochano <mkochano@pld-linux.org>
Wed, 16 May 2001 18:00:35 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim-conf.patch -> 1.1

exim-conf.patch [new file with mode: 0644]

diff --git a/exim-conf.patch b/exim-conf.patch
new file mode 100644 (file)
index 0000000..079681e
--- /dev/null
@@ -0,0 +1,90 @@
+--- exim.conf.orig     Fri Jan 19 10:32:07 2001
++++ exim.conf  Wed May 16 19:50:20 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
+ #
+-# host_accept_relay = localhost
++host_accept_relay = localhost
+ #
+ # 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 @@
+ timeout_frozen_after = 7d
++# This option unfrozes frozen messages after specified time. Some critical
++# situations can be temporaty (such as DNS failures).
++
++auto_thaw = 12h
++
+ end
+@@ -224,6 +229,17 @@
+ # 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
+   file = /var/mail/$local_part
+@@ -241,6 +257,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.
++# Modification by Florian Wallner <wallner@speed-link.de> make use of
++# procmail as director if a user has a .procmailrc to avoid breaking
++# something that worked before.
++
++procmail:
++  driver = pipe
++  command = "/usr/bin/procmail -d ${local_part}"
++#  return_path_add
++#  delivery_date_add
++#  envelope_to_add
++#  check_string = "From "
++#  escape_string = ">From "
++  user = $local_part
++#  group = mail
++#  group = $local_part
+ address_pipe:
+   driver = pipe
+@@ -292,9 +323,9 @@
+ system_aliases:
+   driver = aliasfile
+-  file = /etc/aliases
+-  search_type = lsearch
+-# user = exim
++  file = /var/spool/exim/db/aliases
++  search_type = dbm
++  user = exim
+   file_transport = address_file
+   pipe_transport = address_pipe
+@@ -331,6 +362,13 @@
+ # This director matches local user mailboxes.
++
++
++procmail:
++  driver = localuser
++  require_files = ${local_part}:${home}/.procmailrc
++  transport = procmail
++
+ localuser:
+   driver = localuser
This page took 0.15475 seconds and 4 git commands to generate.