6.3 Milter Connection Configuration

Mailfromd Conf: listen url

Listen for milter connections on the given URL. See milter port specification, for a description of allowed url formats.

Example:

 
listen inet://10.10.10.1:3331;
Mailfromd Conf: milter-timeout time

Sets the timeout value for connection between the filter and the MTA. Default value is 7210 seconds. You normally do not need to change this value.

Mailfromd Conf: acl

This block statement configures access control list for incoming Milter connections. See Mailutils Configuration File: (mailutils)ACL Statement section `ACL Statement' in GNU Mailutils Manual, for a description of its syntax. E.g.:

 
acl {
  allow from 10.10.10.0/24;
  deny from any;
}