Skip to content

Commit

Permalink
fix table for contents
Browse files Browse the repository at this point in the history
  • Loading branch information
maxadamo committed Aug 25, 2024
1 parent ace8351 commit 42cb8ae
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,31 @@ Postfix is Wietse Venema's excellent mail server.
4. [Services](#services)
5. [Deployment Recipes](#deployment-recipes)
1. [Wrap a Local Exchange Server](#wrap-a-local-exchange-server)
6. [Environment Variables](#environment-variables)
6. [Configuration examples](#configuration-examples)
7. [Environment Variables](#environment-variables)
1. [Container configuration](#container-configuration)
2. [Syslog configuration](#syslog-configuration)
3. [Postfix configuration](#postfix-configuration)
1. [Backwards-Compatibility Safety Net Options](#backwards-compatibility-safety-net-options)
4. [LDAP Recipient Verification](#ldap-recipient-verification)
5. [OpenDKIM Configuration](#opendkim-configuration)
6. [ClamAV Configuration](#clamav-configuration)
7. [Configuration Files](#configuration-files)
8. [Configuration Files](#configuration-files)
1. [Postfix table files](#postfix-table-files)
2. [Postgrey whitelist files](#postgrey-whitelist-files)
3. [Local Aliases](#local-aliases)
8. [Paths](#paths)
9. [Paths](#paths)
1. [Required to be mapped](#required-to-be-mapped)
2. [Optional](#optional)
9. [DKIM](#dkim)
10. [DKIM](#dkim)
1. [Generating a DKIM key](#generating-a-dkim-key)
10. [LDAP](#ldap)
11. [Helper Commands](#helper-commands)
11. [LDAP](#ldap)
12. [Helper Commands](#helper-commands)
1. [Reloading Postfix's table files](#reloading-postfixs-table-files)
12. [Postfix's Order of Checks/Restrictions](#postfixs-order-of-checksrestrictions)
13. [Testing](#testing)
14. [Getting help](#getting-help)
15. [References](#references)
13. [Postfix's Order of Checks/Restrictions](#postfixs-order-of-checksrestrictions)
14. [Testing](#testing)
15. [Getting help](#getting-help)
16. [References](#references)

## Credits

Expand Down Expand Up @@ -74,7 +75,7 @@ Currently supported docker architecture is `linux/amd64`.

CI is a work in progress.
The original CI was set to run on Github. At the moment we use an internal Gitlab CI, tirggered by tag creation.
We plan to move back to Action, but on Forgejo/Codeberg.
We plan to use Action on Forgejo/Codeberg.

## Services

Expand Down Expand Up @@ -123,7 +124,7 @@ From a networking perspective:
* The site's internet router is configured to NAT incoming connections on TCP port 25 through to the docker host running `mail_in` on port TCP 2525.
* The site's Exchange server is configured to send email (via "smart host") to the docker host (which is hard-coded to TCP port 25)

## Examples
## Configuration examples

The documentation includes two diffrerent examples for Nomad and Docker-compose

Expand Down

0 comments on commit 42cb8ae

Please sign in to comment.