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 [2026/01/15 18:02] (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 | ||
| + | </ | ||
| + | |||
| + | This might not be enough with Dovecot 2.4, because the web user also needs to be able to read the dovecot certificate files. The page related to the dovecot configuration shows how to fix this. | ||
| + | |||
| + | |||
| + | === Autostart === | ||
| + | |||
| + | PostfixAdmin requires PHP-FPM and NGINX to be up and running. | ||
| + | |||
| + | |||
| + | |||