Next: invocation-calloutd, Up: calloutd [Contents][Index]
Main configuration file /etc/mailfromd.conf is used
(see Mailfromd Configuration). The configuration statements are
basically the same as for mailfromd
.
The address to listen on is defined in the server
statement.
Basically, it is the only statement the configuration file is required
to have. The minimal configuration can look like:
program calloutd { server { listen inet://198.51.100.1:3535; } }
To instruct the mailfromd
daemon to use this server, the
following statement should be added to the /etc/mailfromd.conf
file:
program mailfromd { callout-url inet://198.51.100.1:3535; }
The server
statement differs a little from the similar
statement for mailfromd
. This and another
calloutd
-specific statements are described in detail in the
subsections that follow. The rest of statements is shared with
mailfromd
. The following table lists all supported
configuration statements along with cross-references to the
correspondent descriptions:
Statement | Reference |
---|---|
acl | See Mailutils Configuration File in GNU Mailutils Manual. |
auth | See Mailutils Configuration File in GNU Mailutils Manual. |
database | See conf-database. |
database-mode | See database-mode. |
database-type | See database-type. |
debug (section) | See Mailutils Configuration File in GNU Mailutils Manual. |
debug | See conf-calloutd-log. |
ehlo-domain | See ehlo-domain. |
enable-vrfy | See enable-vrfy. |
group | See group. |
include | See Mailutils Configuration File in GNU Mailutils Manual. |
io-timeout | See io-timeout. |
locking | See Mailutils Configuration File in GNU Mailutils Manual. |
lock-retry-count | See lock-retry-count. |
lock-retry-timeout | See lock-retry-timeout. |
logger | See conf-calloutd-log. |
logging | See Mailutils Configuration File in GNU Mailutils Manual. |
mailer | See Mailutils Configuration File in GNU Mailutils Manual. |
mail-from-address | See mail-from-address. |
pidfile | See pidfile. |
server | See conf-calloutd-server. |
source-ip | See source-ip. |
smtp-timeout | See conf-timeout. |
state-directory | See state-directory. |
transcript | See conf-calloutd-log, |
user | See user. |
• conf-calloutd-setup | calloutd General Setup.
| |
• conf-calloutd-server | The server Statement.
| |
• conf-calloutd-log | calloutd Logging.
|
Next: invocation-calloutd, Up: calloutd [Contents][Index]