From 1f7e2f52e6bff42b86b8725116783890768fdeed Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 23 May 2021 23:07:37 +0200 Subject: [PATCH] Rename mailman postfix override file --- compose.mailman.yml | 6 +++++- postfix.cf => postfix.mailman.cf | 0 2 files changed, 5 insertions(+), 1 deletion(-) rename postfix.cf => postfix.mailman.cf (100%) diff --git a/compose.mailman.yml b/compose.mailman.yml index 5ea0db6..e797764 100644 --- a/compose.mailman.yml +++ b/compose.mailman.yml @@ -1,5 +1,9 @@ version: "3.6" +# TODO(decentral1se): rename `postfix_override` to `mailman_override` because +# there are more override files now and it is good to be +# more specific + services: smtp: networks: @@ -25,4 +29,4 @@ volumes: configs: postfix_override: name: ${STACK_NAME}_postfix_overrides_${POSTFIX_OVERRIDE_VERSION} - file: postfix.cf + file: postfix.mailman.cf diff --git a/postfix.cf b/postfix.mailman.cf similarity index 100% rename from postfix.cf rename to postfix.mailman.cf