The behavior of imap4d is altered by the following configuration statements:
Statement | Reference
|
---|---|
debug | See Debug Statement.
|
tls | See TLS Statement.
|
mailbox | See Mailbox Statement.
|
locking | See Locking Statement.
|
logging | See Logging Statement.
|
pam | See PAM Statement.
|
sql | See SQL Statement.
|
virtdomain | See Virtdomain Statement.
|
radius | See Radius Statement.
|
ldap | See LDAP Statement.
|
auth | See Auth Statement.
|
server | See Server Settings.
|
acl | See ACL Statement.
|
tcp-wrappers | See Tcp-wrappers Statement.
|
Set shared namespace. List is a list of strings. See Namespace, for a detailed description.
Set other users' namespace. List is a list of strings. See Namespace, for a detailed description.
Set file mode for mailboxes created within shared namespace. See Namespace, for a detailed description.
Set file mode for mailboxes created within other users' namespace. See Namespace, for a detailed description.
Create nonexistent user home directories. See also home-dir-mode, below.
Set file mode for created user home directories. Mode is specified in octal.
The default value for mode is ‘700’ (‘drwx------’ in
ls
terms).
Require successful
STARTTLS
command before entering authentication phase.
Configure PREAUTH mode. Valid arguments are:
- prog:///program-name
- Imap4d invokes an external program to authenticate the connection. The command line is obtained from the supplied string, by expanding the following meta-variables:
${client_address}
- Remote IP address in dotted-quad notation;
${client_port}
- Remote port number;
${server_address}
- Local IP address;
${server_port}
- Local port number.
If the connection is authenticated, the program should print the user name, followed by a newline character, on its standard output and exit with code ‘0’.
Otherwise, it should exit with a non-zero exit code.
- ident[://:port]
- The remote machine is asked about the requester identity using the identification protocol (RFC 1413). Both plaintext and DES encrypted replies are understood. Optional port specifies the port to use, if it differs from the default ‘113’. It can be either a decimal port number or a symbolic name of a service, listed in /etc/services.
- stdio
- PREAUTH mode is enabled automatically if imap4d is started from command line in interactive mode (-i command line option). The current login name is used as the user name.
If bool is ‘true’, use only preauth mode. If unable to setup it, disconnect immediately.
Set DES keyfile for decoding encrypted ident responses. Used with ‘ident://’ preauth mode.
Set list of fields to return in response to ID command.
Valid field names are:
- name
- Package name (‘GNU Mailutils’).
- version
- Package version (‘2.99.97’).
- vendor
- Vendor name (‘GNU’).
- support-url
- The string ‘http://www.gnu.org/software/mailutils’
- address
- The string ‘51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA’.
- os
- OS name.
- os-version
- OS version number.
- command
- Name of the imap4d binary.
- arguments
- Invocation command line.
- environment
- List of environment variables with their values.