diff --git a/README.md b/README.md index ab72be0..52922e2 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,9 @@ This container implement's the excellent [s6-overlay](https://github.com/just-co ### Configuration examples -The documentation includes two diffrerent examples for Nomad and Docker-compose +The documentation includes two diffrerent examples for Nomad/Terraform and Docker-compose -* [Nomad](./doc/nomad/) +* [Nomad/Terraform](./doc/nomad/) * [Docker-Compose](./doc/docker-compose/README.md) ### Wrap a Local Exchange Server diff --git a/doc/nomad/mailserver-in.nomad b/doc/nomad/mailserver-in.nomad index d99a719..9b25f29 100644 --- a/doc/nomad/mailserver-in.nomad +++ b/doc/nomad/mailserver-in.nomad @@ -1,13 +1,5 @@ # -# Docker Postfix container with ClamAV, and OpenDKIM -# -# "queue:/var/spool/postfix:rw" -# "clamav:/var/lib/clamav:rw" -# "tables:/etc/postfix/tables:ro" -# "postgrey:/etc/postgrey:ro" -# -# external DNS records should be set up as explained here: -# https://datatracker.ietf.org/doc/html/rfc6186 +# Docker Postfix ingress email with ClamAV, and OpenDKIM # variable "key_names" { type = list(string) diff --git a/doc/nomad/mailserver-out.nomad b/doc/nomad/mailserver-out.nomad index 718e7fb..666a98c 100644 --- a/doc/nomad/mailserver-out.nomad +++ b/doc/nomad/mailserver-out.nomad @@ -1,13 +1,5 @@ # -# Docker Postfix container with ClamAV, and OpenDKIM -# -# "queue:/var/spool/postfix:rw" -# "clamav:/var/lib/clamav:rw" -# "tables:/etc/postfix/tables:ro" -# "postgrey:/etc/postgrey:ro" -# -# external DNS records should be set up as explained here: -# https://datatracker.ietf.org/doc/html/rfc6186 +# Docker Postfix egress email with ClamAV, and OpenDKIM # variable "key_names" { type = list(string)