From 0e1affb0d4111b2ab0de2fa9cc9fd381c7e37609 Mon Sep 17 00:00:00 2001 From: Carlos Mogas da Silva Date: Wed, 20 Jun 2018 02:00:06 +0100 Subject: [PATCH] store $hostname on the correct file --- haraka.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haraka.sh b/haraka.sh index a344bf3..b03b629 100644 --- a/haraka.sh +++ b/haraka.sh @@ -8,7 +8,7 @@ if [ ! -f /haraka/config/smtp.ini ]; then fi # Specify hostname -echo $HOSTNAME > /haraka/config/me +echo $HOSTNAME > /haraka/config/host_list # Create tls directory if it doesn't mkdir -p /haraka/config/tls