Add Release Note for rejectSenderMessage and fix typo

Forgot about adding a Release Note for rejectSenderMessage
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/merge_requests/453,
also fixing a typo in that already merged commit I just noticed.
This commit is contained in:
Lennart Mühlenmeier
2026-04-19 09:32:41 +02:00
parent fdb1be9b50
commit 99a9b6efb7
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -777,7 +777,7 @@ in
rejectSenderMessage = mkOption {
type = types.str;
default = "";
example = "Your e-mail has not been delivered because we have blocked your e-mai address. If you believe that your e-mail address has been blocked by mistake, or if you have any other legitimate concern, please contact <address>.";
example = "Your e-mail has not been delivered because we have blocked your e-mail address. If you believe that your e-mail address has been blocked by mistake, or if you have any other legitimate concern, please contact <address>.";
description = ''
SMTP message returned to rejected senders. If not set the Postfix
default will be used.