Don't include hostname in From address for quota-warning
This commit is contained in:
parent
1c6a95883a
commit
20430faa4d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ PERCENT=$1
|
||||||
USER=$2
|
USER=$2
|
||||||
|
|
||||||
cat << EOF | /usr/lib/dovecot/dovecot-lda -d "$USER" -o "plugin/quota=maildir:User quota:noenforcing"
|
cat << EOF | /usr/lib/dovecot/dovecot-lda -d "$USER" -o "plugin/quota=maildir:User quota:noenforcing"
|
||||||
From: postmaster@{{ ansible_hostname }}.{{ virtual_domain }}
|
From: postmaster@{{ virtual_domain }}
|
||||||
Subject: Quota warning - $PERCENT% reached
|
Subject: Quota warning - $PERCENT% reached
|
||||||
|
|
||||||
Your mailbox can only store a limited amount of emails.
|
Your mailbox can only store a limited amount of emails.
|
||||||
|
|
Loading…
Reference in a new issue