MAILER Declarations

Delivery agents are declared using the MAILER directive:

MAILER(agent)

The available agents are listed in the cf/mailer directory (see ยง19.3.2). For example, consider:

MAILER(local) MAILER(smtp)

Here, the first includes support for local delivery, delivery to files, and delivery through programs. The second allows the sendmail daemon to accept incoming mail.