Skip to content

Commit

Permalink
Issue#3: Simplify configuration
Browse files Browse the repository at this point in the history
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 #3
  • Loading branch information
Jeroen Roos committed Jun 7, 2023
1 parent 662a1cd commit 6ac5ea5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 633 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ Once you have started your PostfixAdmin container successfully, it is now time t
1. Create your first mailbox in this domain.

# Additional PostfixAdmin customization
You can further customize `config.inc.local.php`. Please follow these instructions:

1. Get a copy of the file from the `/var/www/html` folder.
1. Customize your configuration file.
1. Provide your customized file back into the `/var/www/html` by using a volume mapping.
You can further customize the configuration by placing a `config.site.php` into the `/var/www/html` folder by using a volume mapping.

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

0 comments on commit 6ac5ea5

Please sign in to comment.