Next: , Previous: Auth Statement, Up: configuration


3.2.13 PAM Statement

Editor's note:

The information in this node may be obsolete or otherwise inaccurate. This message will disappear, once this node revised.

Syntax

     pam {
       # Set PAM service name.
       service text;
     }

Description

The pam statement configures PAM authentication. It contains a single sub-statement:

— Configuration: service text

Define service name to look for in PAM configuration. By default, the base name of the Mailutils binary is used.

This statement takes effect only if ‘pam’ is listed in authentication statement (see Auth Statement).