D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
procmail
/
examples
/
Filename :
local_procmail_lmtp.m4
back
Copy
divert(-1) # Copyright 2001, Philip Guenther, The United States of America # # This file should be copied to the cf/feature directory of the # sendmail distribution. The following blurb is roughly what would # go in the list of FEATURES in the cf/README file: # # `local_procmail_lmtp # Use procmail as an LMTP capable local mailer. By using # LMTP for the connection between sendmail and procmail, # delivery to multiple recipients can be performed more # efficiently while still allowing a separate status code # for each recipient. With this feature, the local mailer # can make use of the "user+indicator@local.host" syntax; # normally the +indicator is just tossed, but by default # it is passed as the -a argument to procmail. # # This feature can take up to three arguments: # 1. Path to the mailer program # [default: PROCMAIL_MAILER_PATH or /usr/local/bin/procmail] # 2. Argument vector including name of the program # [default: procmail -Y -a $h -z] # 3. Flags for the mailer [default: PSXhmnz9] # # Empty arguments cause the defaults to be taken. # WARNING: This feature sets LOCAL_MAILER_FLAGS unconditionally, # i.e., without respecting any definitions in an OSTYPE setting.' # # This feature would probably be better implemented on top of the # local_lmtp or local_procmail features that are currently distributed, # but the following is known to work with Sendmail 8.11 divert(0) VERSIONID(`$Id: local_procmail_lmtp.m4,v 1.3 2001/09/11 04:45:48 guenther Exp $') divert(-1) define(`LOCAL_MAILER_PATH', ifelse(defn(`_ARG_'), `', ifdef(`PROCMAIL_MAILER_PATH', PROCMAIL_MAILER_PATH, `/usr/local/bin/procmail'), _ARG_)) define(`LOCAL_MAILER_ARGS', ifelse(len(X`'_ARG2_), `1', `procmail -Y -a $h -z', _ARG2_)) define(`LOCAL_MAILER_FLAGS', ifelse(len(X`'_ARG3_), `1', `PSXhmnz9', _ARG3_)) define(`LOCAL_MAILER_DSN_DIAGNOSTIC_CODE', `SMTP')
Name
Size
Last Modified
Owner
Permissions
Actions
1procmailrc
0.629
KB
May 26 1994 1:46:39
root
0644
1rmail
0.395
KB
December 21 1996 3:28:15
root
0644
2procmailrc
1.942
KB
May 26 1994 1:46:40
root
0644
2rmail
0.387
KB
December 21 1996 3:28:15
root
0644
3procmailrc
1.497
KB
May 26 1994 1:46:41
root
0644
3rmail
0.743
KB
December 21 1996 3:28:15
root
0644
advanced
13.05
KB
October 12 2019 11:30:02
root
0644
dirname
0.524
KB
May 26 1994 2:11:52
root
0644
forward
0.096
KB
March 20 1995 2:51:06
root
0644
local_procmail_lmtp.m4
1.844
KB
September 11 2001 4:54:15
root
0644
mailstat
5.722
KB
November 16 1999 6:32:54
root
0644
procmail-rpm.spec
3.286
KB
September 11 2001 4:54:15
root
0644
2017 © D7net | D704T team