From fb5b8c841052b0574b8a3a540e5fbb0aa8824b0f Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 20 Jul 2017 12:42:35 -0700 Subject: [PATCH] Run mailman aliases to generate LMTP files when running Core. (#77) * Run mailman aliases to generate LMTP files when running Core. * Change the order of commands in entrypoint. --- core/assets/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/assets/run.sh b/core/assets/run.sh index d5a08da..df4700f 100755 --- a/core/assets/run.sh +++ b/core/assets/run.sh @@ -126,6 +126,9 @@ base_url: $HYPERKITTY_URL api_key: $HYPERKITTY_API_KEY EOF +# Generate the LMTP files for postfix if needed. +mailman aliases + # Now chown the places where mailman wants to write stuff. chown -R mailman /opt/mailman