Compare commits
1 commit
9c26820b8f
...
b3ac11ddc9
Author | SHA1 | Date | |
---|---|---|---|
b3ac11ddc9 |
1 changed files with 9 additions and 0 deletions
|
@ -254,6 +254,15 @@ in {
|
||||||
in
|
in
|
||||||
map signatureTemplate (["lists.mathebau.de"] ++ (map ({domain, ...}: domain) cfg.domains));
|
map signatureTemplate (["lists.mathebau.de"] ++ (map ({domain, ...}: domain) cfg.domains));
|
||||||
|
|
||||||
|
# Sign *our* outgoing mails with the configured signatures.
|
||||||
|
auth.dkim.sign = [
|
||||||
|
{
|
||||||
|
"if" = "is_local_domain('', sender_domain) || sender_domain == 'lists.mathebau.de'";
|
||||||
|
"then" = "['rsa-' + sender_domain, 'ed25519-' + sender_domain]";
|
||||||
|
}
|
||||||
|
{"else" = false;}
|
||||||
|
];
|
||||||
|
|
||||||
authentication.fallback-admin = {
|
authentication.fallback-admin = {
|
||||||
user = "admin";
|
user = "admin";
|
||||||
# see passwd on azathoth for plaintext or machine secret in encoded format for HTTP Basic AUTH
|
# see passwd on azathoth for plaintext or machine secret in encoded format for HTTP Basic AUTH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue