Following configuration file statements affect the behavior of movemail:
Avoid copying the message if a message with the same UIDL already exists in the destination mailbox.
Define list of methods for setting ownership of the destination mailbox. The method-list argument can contain the following elements:
- copy-id
- Copy owner UID and GID from the source mailbox. This method works only with local mailboxes, i.e.: ‘mbox’ (UNIX mailbox), ‘maildir’ and ‘mh’.
- copy-name
- Get owner name from the source mailbox URL and obtain UID and GID for this user using mailutils authorization methods.
- set-id=uid[:gid]
- Set supplied uid and gid. If gid is not supplied, it is read from the /etc/passwd record for this UID.
- set-name=user
- Make destination mailbox owned by user.
| Statement | Reference
|
|---|---|
| debug | See Debug Statement.
|
| tls | See TLS Statement.
|
| mailbox | See Mailbox Statement.
|
| locking | See Locking 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.
|