From 798842ba9bdbff35ba6d2f272629d4a92682ad76 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Sun, 14 Sep 2025 16:37:55 -0500 Subject: [PATCH] email prefix removed --- dovecot/awsses.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot/awsses.sh b/dovecot/awsses.sh index de29fd6..ed18460 100755 --- a/dovecot/awsses.sh +++ b/dovecot/awsses.sh @@ -18,7 +18,7 @@ fi # Konfiguration AWS_REGION=${AWS_REGION:-"us-east-2"} -EMAIL_PREFIX=${EMAIL_PREFIX:-"emails/"} +EMAIL_PREFIX=${EMAIL_PREFIX:-""} RULE_NAME="store-$(echo "$DOMAIN_NAME" | tr '.' '-')-to-s3" echo "=== SES Konfiguration für $DOMAIN_NAME ==="