You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

POSTFIXADMIN.txt 1.2KB

1234567891011121314151617181920212223242526
  1. ---------------------------------------
  2. The different parts of PostfixAdmin
  3. Postfix Admin has a concept of a "global" administrator (think 'root') and
  4. domain administrators. When you install PostfixAdmin, the setup.php file
  5. will ask you to create the global administrators account. Using this global
  6. account, you can (if you so wish) create domain administrators who are
  7. limited to making changes within the domains you specify for them.
  8. Historically when you logged in as the 'global' (or superadmin) user, you'd
  9. access /admin; with version 2.2.0, this 'functionality' was removed (as there
  10. was excessive code duplication) and everyone uses the same login.php script.
  11. Needless to say, as a global administrator, you can do all kinds of bad things -
  12. like deleting domains and stopping delivery of mail to a particular mailbox. So
  13. - take care, and if you're unsure take semi-regular backups.
  14. If you login, and you are not an administrator (i.e. you are a 'regular' user
  15. who just has a mailbox on the server), then you will only see functionality to
  16. modify your own account - e.g. change password, edit forward records and specify
  17. whether you are on vacation (out of office) or not.