Next: load-mailutils, Up: mailutils [Contents][Index]
In the discussion below we often refer to meta-variable expansion in strings. This is a process, whereby any sequence ‘${variable}’ is replaced with the value of variable. The defined variables are:
The database name.
The map name.
The lookup key.
If the key was not found or some error occurred, this variable expands to a short diagnostics string, suitable for return message. Otherwise, expands to empty string.
The ‘name’ field from the retrieved record. Empty string if the user not found.
The ‘passwd’ field from the retrieved record. Empty string if the user not found.
The ‘uid’ field from the retrieved record. If the user was not found, expands to ‘-1’.
The ‘gid’ field from the retrieved record. If the user was not found, expands to ‘-1’.
The ‘gecos’ field from the retrieved record. Empty string if the user not found.
The ‘dir’ field from the retrieved record. Empty string if the user not found.
The ‘shell’ field from the retrieved record. Empty string if the user not found.
The ‘mailbox’ field from the retrieved record. Empty string if the user not found.
The ‘quota’ field from the retrieved record. If the user was not found, expands to ‘NONE’.
Mailbox size, in bytes. Defined only in ‘mbq’ mode.
Expected message size, in bytes. Defined only in ‘mbq’ mode.
Next: load-mailutils, Up: mailutils [Contents][Index]