-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5227 from mailcow/feat/domain-wide-footer
[Rspamd] add domain wide footer
- Loading branch information
Showing
7 changed files
with
280 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -583,6 +583,17 @@ | |
"disable_login": "Disallow login (incoming mail is still accepted)", | ||
"domain": "Edit domain", | ||
"domain_admin": "Edit domain administrator", | ||
"domain_footer": "Domain wide footer", | ||
"domain_footer_html": "HTML footer", | ||
"domain_footer_info": "Domain-wide footers are added to all outgoing emails associated with an address within this domain. <br> The following variables can be used for the footer:", | ||
"domain_footer_info_vars": { | ||
"auth_user": "{= auth_user =} - Authenticated Username specified by an MTA", | ||
"from_user": "{= from_user =} - From user part of envelope, e.g for \"[email protected]\" it returns \"moo\"", | ||
"from_name": "{= from_name =} - From name of envelope, e.g for \"Mailcow <[email protected]>\" it returns \"Mailcow\"", | ||
"from_addr": "{= from_addr =} - From address part of envelope", | ||
"from_domain": "{= from_domain =} - From domain part of envelope" | ||
}, | ||
"domain_footer_plain": "PLAIN footer", | ||
"domain_quota": "Domain quota", | ||
"domains": "Domains", | ||
"dont_check_sender_acl": "Disable sender check for domain %s (+ alias domains)", | ||
|
@@ -1026,6 +1037,7 @@ | |
"domain_admin_added": "Domain administrator %s has been added", | ||
"domain_admin_modified": "Changes to domain administrator %s have been saved", | ||
"domain_admin_removed": "Domain administrator %s has been removed", | ||
"domain_footer_modified": "Changes to domain footer %s have been saved", | ||
"domain_modified": "Changes to domain %s have been saved", | ||
"domain_removed": "Domain %s has been removed", | ||
"dovecot_restart_success": "Dovecot was restarted successfully", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters