mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Rename config examples directory (#2438)
This commit is contained in:
parent
1eca829cc1
commit
a8a8c859dc
|
@ -40,4 +40,4 @@ And you're done. The user patches script runs right before starting daemons. Tha
|
|||
!!! note
|
||||
Many "patches" can already be done with the Docker Compose-/Stack-file. Adding hostnames to `/etc/hosts` is done with the `#!yaml extra_hosts:` section, `sysctl` commands can be managed with the `#!yaml sysctls:` section, etc.
|
||||
|
||||
[gh-file-userpatches]: https://github.com/docker-mailserver/docker-mailserver/blob/master/config/user-patches.sh.dist
|
||||
[gh-file-userpatches]: https://github.com/docker-mailserver/docker-mailserver/blob/master/config-examples/user-patches.sh.dist
|
||||
|
|
|
@ -119,8 +119,8 @@ Here `192.168.1.15` is our banned IP.
|
|||
```
|
||||
|
||||
[docs-setupsh]: ../setup.sh.md
|
||||
[github-file-f2bjail]: https://github.com/docker-mailserver/docker-mailserver/blob/master/config/fail2ban-jail.cf
|
||||
[github-file-f2bconfig]: https://github.com/docker-mailserver/docker-mailserver/blob/master/config/fail2ban-fail2ban.cf
|
||||
[github-file-f2bjail]: https://github.com/docker-mailserver/docker-mailserver/blob/master/config-examples/fail2ban-jail.cf
|
||||
[github-file-f2bconfig]: https://github.com/docker-mailserver/docker-mailserver/blob/master/config-examples/fail2ban-fail2ban.cf
|
||||
[rootless::rootless-kit]: https://github.com/rootless-containers/rootlesskit
|
||||
[rootless::port-drivers]: https://github.com/rootless-containers/rootlesskit/blob/v0.14.5/docs/port.md#port-drivers
|
||||
[rootless::slirp4netns]: https://github.com/rootless-containers/slirp4netns
|
||||
|
|
0
target/scripts/helpers/accounts.sh
Executable file → Normal file
0
target/scripts/helpers/accounts.sh
Executable file → Normal file
0
target/scripts/helpers/aliases.sh
Executable file → Normal file
0
target/scripts/helpers/aliases.sh
Executable file → Normal file
0
target/scripts/helpers/dns.sh
Executable file → Normal file
0
target/scripts/helpers/dns.sh
Executable file → Normal file
0
target/scripts/helpers/error.sh
Executable file → Normal file
0
target/scripts/helpers/error.sh
Executable file → Normal file
0
target/scripts/helpers/index.sh
Executable file → Normal file
0
target/scripts/helpers/index.sh
Executable file → Normal file
0
target/scripts/helpers/log.sh
Executable file → Normal file
0
target/scripts/helpers/log.sh
Executable file → Normal file
0
target/scripts/helpers/network.sh
Executable file → Normal file
0
target/scripts/helpers/network.sh
Executable file → Normal file
0
target/scripts/helpers/postfix.sh
Executable file → Normal file
0
target/scripts/helpers/postfix.sh
Executable file → Normal file
0
target/scripts/helpers/relay.sh
Executable file → Normal file
0
target/scripts/helpers/relay.sh
Executable file → Normal file
0
target/scripts/helpers/sasl.sh
Executable file → Normal file
0
target/scripts/helpers/sasl.sh
Executable file → Normal file
0
target/scripts/helpers/ssl.sh
Executable file → Normal file
0
target/scripts/helpers/ssl.sh
Executable file → Normal file
0
target/scripts/helpers/utils.sh
Executable file → Normal file
0
target/scripts/helpers/utils.sh
Executable file → Normal file
Loading…
Reference in a new issue