]> git.pld-linux.org Git - packages/exim-lite.git/commitdiff
- added procmail configuration options
authortommat <tommat@pld-linux.org>
Wed, 12 Nov 2003 12:04:32 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim4.conf -> 1.5

exim4.conf

index 615618969ae596de1a575bec1b86906ec0554c82..0cebafbd30e99d8258037328081c0b64db82fe75 100644 (file)
@@ -437,6 +437,16 @@ userforward:
   pipe_transport = address_pipe
   reply_transport = address_reply
 
+# Procmail. Uncomment following if you want procmail delivery.
+
+#procmail:
+#  driver = accept
+#  check_local_user
+#  local_part_suffix = DSUFFIX*
+#  local_part_suffix_optional
+#  require_files = "${local_part}:+${home}/.procmailrc:\
+#                   +/usr/bin/procmail:!${home}/.forward"
+#  transport = procmail_pipe
 
 # This router matches local user mailboxes.
 
@@ -482,6 +492,20 @@ local_delivery:
 # group = mail
 # mode = 0660
 
+# Procmail transport. Uncomment following if you want procmail delivery
+
+#procmail_pipe:
+#  driver = pipe
+#  command = "procmail -f-"
+#  delivery_date_add
+#  envelope_to_add
+#  path = "/usr/local/bin:/usr/bin:/bin"
+#  return_path_add
+#  user = ${local_part}
+#  temp_errors= 75 : 75 : 256
+#  log_defer_output
+#  log_fail_output
+
 
 # This transport is used for handling pipe deliveries generated by alias or
 # .forward files. If the pipe generates any standard output, it is returned
This page took 0.078899 seconds and 4 git commands to generate.