From 531bcce70c19a2a2560b4c0301f2f24973a32157 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 16 Sep 2022 22:38:02 +0200 Subject: [PATCH] smtprelay: add helper script --- smtprelay/smtpctl | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 smtprelay/smtpctl diff --git a/smtprelay/smtpctl b/smtprelay/smtpctl new file mode 100755 index 0000000..ea18de4 --- /dev/null +++ b/smtprelay/smtpctl @@ -0,0 +1,2 @@ +#!/bin/sh +docker-compose exec smtprelay smtpctl "$@"