docker-mailserver/target/scripts
Brennan Kinney c314c9c471
chore(check-for-changes.sh): Drop redundant guards (#2623)
* chore: Remove requirement for `postfix-accounts.cf`

This is an old requirement from when the change detector service was first introduced. It's no longer relevant.

* chore: Do not needlessly create `postfix-aliases.cf`

The config was created regardless to workaround early change detection support. No longer necessary to require the file to exist.

* chore: Drop guards requiring `/tmp/docker-mailserver` to exist

Legacy guards when this was the only location change detection location supported.

There does not appear to be any need for changing into this directory at the start of `check-for-changes.sh` as we use absolute filepaths (originally monitored files were checked with relative paths to this config dir).

* chore: Revise inline docs

* chore: Add change detection monitoring for extra configs

These are also handled at run-time in the current change detection support, so it makes sense to allows these config updates to also trigger change events.
2022-06-09 19:48:07 +12:00
..
helpers chore(check-for-changes.sh): Drop redundant guards (#2623) 2022-06-09 19:48:07 +12:00
startup chore: Extract out /var/mail ownership workaround (#2628) 2022-06-08 10:09:19 +12:00
wrapper refactoring: split helper functions into smaller scripts (#2420) 2022-02-21 11:56:57 +01:00
check-for-changes.sh chore(check-for-changes.sh): Drop redundant guards (#2623) 2022-06-09 19:48:07 +12:00
start-mailserver.sh chore: Merge helpers/sasl.sh into helpers/relay.sh (#2605) 2022-06-06 10:59:42 +12:00
update-check.sh scripts: refactoring & miscellaneous small changes (#2499) 2022-03-26 10:17:08 +01:00