User Guide
Appendix A 103
OutgoingAddr exec:/usr/sbin/sendmail -bs
Domain antispam.localhost
OnError accept
MessageStoreMem 50
TempDir /var/tmp
FilteringSizeLimit 500
MultipleMessagesAllowed Yes
LogFacility MAIL
LogLevel silent
LogStderrToo No
Description of the program's parameters:
SpamtestAddr – the address of a socket used for communication and
interaction with the filtering process. Format: tcp:host:port or
unix:/path/to/socket.
ConnectTimeout – maximum allowable waiting time in milliseconds when
establishing connection with the filtering process.
RWTimeout – maximum allowable waiting time (in milliseconds) when
exchanging data with the filtering process.
InProtocolLMTP – determines whether LMTP protocol will be used for
receiving. Allowable values: Yes, No.
OutProtocolLMTP – determines whether LMTP protocol will be used for
sending. Allowable values: Yes, No.
OutgoingAddr – address for transferring mail messages in one of the
following formats: tcp:host:port, unix:/path/to/socket,
exec:/path/to/program params. For example,
exec:/usr/sbin/sendmail -bs -C /my/sendmail.cf
or
tcp:127.0.0.1:9025.
OnError – error processing mode (unable to establish connection with the
filtering process, waiting time exceeded when exchanging data, etc.)
Allowable values:: reject, tempfail, accept.
Domain –SMTP helo domain name used for sending and receiving mail
messages.
MessageStoreMem – the minimum message size in kilobytes that requires
the storage of intermediate data on the hard drive and initiates the
corresponding mode. This mode allows to monitor the RAM resources
consumed. If the value of this parameter is 0 (default value), then all
data will always be stored in the RAM.










