USER.TAB

 "variable"[TAB]"value"[NEWLINE]

store user information such as:

 "RealName"  "Someone User"
 "HomePage"  "http://www.some-server.org/someone.html";
 "MaxMBSize" "30000"
 "ClosedML"  "0"

Please refer to USER.TAB VARIABLES below.


USER.TAB VARIABLES

The following variables are for use in the USER.TAB configuration file.

[RealName]

Full user name, ie.:

 "RealName"  "Someone User"
[HomePage]

User home page, ie.:

 "HomePage"  "http://www.some-server.org/someone.html";
[MaxMBSize]

Max user mailbox size in Kb, ie.:

 "MaxMBSize" "30000"
[ClosedML]

Specify if the mailing list is closed only to subscribed users, ie.:

 "ClosedML"  "1"
[ListSender]

Specify the mailing list sender or administrator:

 "ListSender"    "ml-admin@axmsserver.org"

This variable should be set to avoid delivery error notifications to reach the original message senders.

[SmtpPerms]

User SMTP permissions (see SMTPAUTH.TAB for info).

[ReceiveEnable]

Set to '1' if the account can receive email, '0' if you want to disable the account from receiving messages.

[PopEnable]

Set to '1' if you want to enable the account to fetch POP3 messages, '0' otherwise.

[UseReplyTo]

Enable/Disable the emission of the Reply-To: header for mailing list's messages (default 1).

[MaxMessageSize]

Set the maximum message size (in Kb) that the user is able to send through the server. Overrides the SERVER.TAB variable.

[DisableEmitAuthUser]

Enable/disable the emission the the 'X-AuthUser:' mail header for authenticated users. Valid values are '0' or '1', default is '0' (emission enabled). This variable overrides the SERVER.TAB one when present.

[Pop3ScanCur]

In case of Maildir mailbox structure, scan the ''cur'' directory during POP3 message list build. Set to ''0'' to disable ''cur'' directory scanning, or to ''1'' to enable it.

[top]