Skip to content

Commit 94fdda5

Browse files
author
Jeroen Roos
committed
Issue#11: Simplify configuration
This change removes all the unchanged configuration items in `config.local.php`, so it's easier to spot what the differences are to the default config. Then, at the end, it checks for a `config.site.php` and includes it if it exist. This way configuration changes can be made there instead of the default files, making changes easier to manage. Issue #11
1 parent 662a1cd commit 94fdda5

2 files changed

Lines changed: 4 additions & 633 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ Once you have started your PostfixAdmin container successfully, it is now time t
6565
1. Create your first mailbox in this domain.
6666

6767
# Additional PostfixAdmin customization
68-
You can further customize `config.inc.local.php`. Please follow these instructions:
69-
70-
1. Get a copy of the file from the `/var/www/html` folder.
71-
1. Customize your configuration file.
72-
1. Provide your customized file back into the `/var/www/html` by using a volume mapping.
68+
You can further customize the configuration by placing a `config.site.php` into the `/var/www/html` folder by using a volume mapping.
7369

7470
# Issues
7571
This Docker image is mature and supports my own mailserver in production. There are no known issues at the moment.

0 commit comments

Comments
 (0)