Sign In | Sign Out | Mailing Lists | Unsubscribe or Change Settings | Help |
OpenBSD Mailing List Server
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = configset GLOBAL passwords <<TAG [VALUE LINES] TAG - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - configset listname passwords <<TAG [VALUE LINES] TAG - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Default Value : no default Data Type : passwords Category : password Password Notes: Visible only with password. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = EXAMPLE: configset GLOBAL passwords << ENDTAG ENDTAG A table of (possibly encrypted) administrative passwords, the actions they allow an administrator to perform, and an optional list of addresses of administrators allowed to use the password. The table should look like: password1 : action, action, action password2 : action, action : user@host.dom, blah@example.edu If no addresses are listed, the password can be used by anyone who knows it. Passwords cannot begin with a '#'. They also cannot contain a ':' or '|'. The following actions are permitted: commands for all lists: announce, archive, digest, faq, get, index, info, intro, post, put, report, set, showtokens, subscribe, unsubscribe, which, who. commands for the GLOBAL pseudo-list: alias, changeaddr, createlist, help, lists, password, register, rekey, unalias, unregister. advertise - allows the administrator to see the mailing list in the output of the "lists" command. config_XYZ - allows the administrator to view and alter the contents of configuration settings in the category "XYZ". See "help configshow" for a list of configuration categories. Categories are always written in capital letters. config_xyz - allows the administrator to view and alter the contents of the configuration setting named "xyz". See "help topics" for a complete list of configuration settings. config_ALL - allows the administrator to view and alter any configuration setting. ALL - allows the administrator to issue any command. The "passwords" setting provides administrative passwords that have limited privileges. For ordinary mailing lists, these passwords have level 1, the lowest of the password levels. For the GLOBAL pseudo-list, these passwords have level 3 and apply to every mailing list (see "help admin_passwords" for a discussion of password levels). These passwords can be bound to certain e-mail addresses for added security. Each address is subject to the aliasing and transformation process. (See "help alias" and "help configset_addr_xforms" for more information). They are very useful for delegation of list management tasks without releasing the list's master password. The person with the master password can replace that password or any of the subsidiary passwords at will. For example, to give joe@example.com the ability to subscribe other people to your mailing list, and jane@example.net the ability to remove them, use this command: configset LISTNAME passwords <<ENDPASSWORDS SUBPW : subscribe : joe@example.com UNSUBPW : unsubscribe : jane@example.net ENDPASSWORDS (Substitute the name of a valid mailing list for LISTNAME, and actual passwords for SUBPW and UNSUBPW). Changing this setting will cause each password to become encrypted. Encrypted passwords are 27 characters long. Once the password is encrypted, there is no way to discover the original password if it is forgotten; you will have to change the password to a new value. Either a colon ':' or pipe '|' can be used to separate a password from the list of actions. Therefore, the password itself cannot contain a colon or pipe character. It is possible to use comments before, between, and after the individual rules, but not within rules. Comments are lines that begin with a '#'. As a consequence, a password cannot begin with '#'. You can use comments as a reminder of what a password does or why it was chosen, but comments have no impact on how the password works. See Also: help admin help admin_passwords help approve help configset_master_password (which explains a list's main password) help default help password (which explains personal passwords for subscribers) This is the "configset_passwords" help document for Majordomo 2, version 0.1201103110. For a list of all help documents, send the following command: help topics in the body of a message to majordomo@openbsd.org.
For assistance, please contact the openbsd.org administrators.
Sign In | Sign Out | Mailing Lists | Unsubscribe or Change Settings | Help |