5.11 on page 748
F=SPfhn9 ?†? see ?§20.5.6 on page 743
A=procmail -Y -a $h -d $u ?†? see ?§20.5.2 on page 738
If you have installed procmail in a different location, you can specify that alternative location
with a second argument:
FEATURE(`local_procmail??, `/admin/mail/bin/procmail??)
Beginning withV8.10, sendmail allows this FEATURE(local_procmail) to accept additional
arguments to define the A= values (set withLOCAL_MAILER_ARGS; ?§20.5.2.1 on page
738) and the F= values (set withLOCAL_MAILER_FLAGS; ?§20.5.6.2 on page 744). Those
additional arguments were added to support other programs in addition to procmail(1),
such as maildrop(1) and scanmails(1).* They are used like this:
FEATURE(`local_procmail??, `/admin/mail/bin/procmail??, `A= stuff here??, `F= stuff here??)
If you need to specify command-line arguments different from the defaults shown earlier,
you can do so either with the second argument (the A= stuff here), or by using the LOCAL_
MAILER_ARGS (?§20.5.2.1 on page 738) mc macro:
FEATURE(`local_procmail??)
define(`LOCAL_MAILER_ARGS??, `procmail -Y -a hidden.domain -d $u??)
If you need to use F= flags different from those shown, you can do so either with the third
argument (the F= stuff here), or by using the LOCAL_MAILER_FLAGS (?§20.5.6.2 on page
744) mc macro:
FEATURE(`local_procmail??)
define(`LOCAL_MAILER_FLAGS??, `SPfhn??)
Both must follow FEATURE(local_procmail).
Pages:
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106