Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
email:configure-admin [2025/03/03 09:49] – willy | email:configure-admin [2025/03/13 14:05] (current) – willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Now, configure it by creating a file called | + | ====== H) Configure PostfixAdmin ====== |
+ | |||
+ | PostfixAdmin uses the **postfixadmin/ | ||
+ | |||
+ | The following example can be used as a starting point, but make sure to customize it as needed: | ||
<file - config.local.php> | <file - config.local.php> | ||
<?php | <?php | ||
Line 17: | Line 21: | ||
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: | /* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: | ||
</ | </ | ||
- | |||
- | |||
__note:__ when adding new domains, choose " | __note:__ when adding new domains, choose " | ||
+ | |||
At this point, you can already create all the mail domains and user accounts you want. | At this point, you can already create all the mail domains and user accounts you want. | ||
+ | |||
+ | === Permissions === | ||
+ | |||
+ | Unfortunately, | ||
+ | |||
+ | Add **web** user to **dovecot** group: | ||
+ | <code bash> | ||
+ | groupmod -a dovecot -U web web | ||
+ | </ | ||
+ | |||
+ | === Autostart === | ||
+ | |||
+ | PostfixAdmin requires PHP-FPM and NGINX to be up and running. | ||
+ | |||
+ | |||
+ | |||