In the [Courier] section, settings of interaction between Dr.Web MailD and Courier mail transfer system are specified. This section is included in Dr.Web MailD configuration file only if the software version is designed for operation with the MTA mentioned above.
ProcessingTimeout = {time}
|
Timeout for the drweb-courier module to wait for a message to be scanned.
It is recommended to set this parameter value greater than the value of the SendTimeout parameter from the [MailBase] section.
|
Default value:
ProcessingTimeout = 40s
|
ProcessingErrors = {action}
|
Action applied to messages that caused scan errors.
Only one of these actions can be specified:
tempfail, discard, pass, reject.
|
Default value:
ProcessingErrors = reject
|
MainPoolOptions = {pool options}
|
Settings for a pool of threads that process requests.
|
Default value:
MainPoolOptions = auto
|
ReplyPoolOptions = {pool options}
|
Settings for a pool of threads that process responses from the drweb-maild module.
|
Default value:
ReplyPoolOptions = auto
|
BaseDir = {path to directory}
|
Courier MTA installation directory.
|
Default value:
BaseDir = /usr/lib/courier
|
SocketDirs = {path to directory}
|
List of paths used to create UNIX sockets for interaction with the Courier MTA.
UNIX socket is created in the first directory of the list, other directories are checked for UNIX sockets with the same names as the drweb-courier module. Such UNIX sockets are deleted when found.
In the current version this parameter cannot be changed with SIGHUP signal, restart of Dr.Web MailD is required.
|
Default value:
SocketDirs = /var/lib/courier/allfilters, /var/lib/courier/filters
|
SocketAccess = {permissions}
|
Permissions for UNIX socket files used for interaction between Dr.Web MailD and Courier MTA.
In the current version this parameter cannot be changed with SIGHUP signal, restart of Dr.Web MailD is required.
|
Default value:
SocketAccess = 0660
|
|