table of contents
other versions
SM-ARCHIVE.CONF(5) | SM-ARCHIVE.CONF(5) |
NAME¶
sm-archive.conf - configuration file for sm-archive sendmail milter
SYNOPSIS¶
sm-archive.conf
DESCRIPTION¶
The sm-archive.conf configuration file is specified by this partial bnf description.
CONFIG = {ENV-FROM ENV-TO}+ ENV-FROM = env_from "{" LIST "}" ";" ENV-TO = rcpt_to "{" LIST "}" ";" LIST = ELEMENT {LIST}+ ELEMENT = ADDRESS TARGET ["remove"] ";" ADDRESS = (USER@ | DOMAIN | USER@DOMAIN) TARGET = ("" | USER@DOMAIN)
SAMPLE¶
env_from {
fred@example.com manager@example.com;
example.com archive@example.com;
# suppress archiving for joe
joe@example.com ""; }; rcpt_to {
fred@example.com manager@example.com;
# sam does not get a copy
sam@example.com manager@example.com remove; };
VERSION¶
1.7
2008-03-21 |