diff options
| -rw-r--r-- | ymir.nix | 14 |
1 files changed, 7 insertions, 7 deletions
| @@ -463,9 +463,9 @@ in rec { | |||
| 463 | #disable following ciphers for smtpd_tls_security_level=may | 463 | #disable following ciphers for smtpd_tls_security_level=may |
| 464 | smtpd_tls_exclude_ciphers = ["aNULL" "MD5" "DES" "ADH" "RC4" "PSD" "SRP" "3DES" "eNULL"]; | 464 | smtpd_tls_exclude_ciphers = ["aNULL" "MD5" "DES" "ADH" "RC4" "PSD" "SRP" "3DES" "eNULL"]; |
| 465 | #enable TLS logging to see the ciphers for inbound connections | 465 | #enable TLS logging to see the ciphers for inbound connections |
| 466 | smtpd_tls_loglevel = 1; | 466 | smtpd_tls_loglevel = "1"; |
| 467 | #enable TLS logging to see the ciphers for outbound connections | 467 | #enable TLS logging to see the ciphers for outbound connections |
| 468 | smtp_tls_loglevel = 1; | 468 | smtp_tls_loglevel = "1"; |
| 469 | 469 | ||
| 470 | smtp_dns_support_level = "dnssec"; | 470 | smtp_dns_support_level = "dnssec"; |
| 471 | smtp_tls_security_level = "dane"; | 471 | smtp_tls_security_level = "dane"; |
| @@ -480,9 +480,9 @@ in rec { | |||
| 480 | luser_relay = ''gkleen+''${local}''; | 480 | luser_relay = ''gkleen+''${local}''; |
| 481 | 481 | ||
| 482 | # 10 GiB | 482 | # 10 GiB |
| 483 | message_size_limit = 10737418240; | 483 | message_size_limit = "10737418240"; |
| 484 | # 10 GiB | 484 | # 10 GiB |
| 485 | mailbox_size_limit = 10737418240; | 485 | mailbox_size_limit = "10737418240"; |
| 486 | 486 | ||
| 487 | mailbox_transport_maps = "pipemap:{unix:passwd.byname, static:{lmtp:unix:private/dovecot-lmtp}}"; | 487 | mailbox_transport_maps = "pipemap:{unix:passwd.byname, static:{lmtp:unix:private/dovecot-lmtp}}"; |
| 488 | #mailbox_command = ${pkgs.dovecot}/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT" | 488 | #mailbox_command = ${pkgs.dovecot}/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT" |
| @@ -532,13 +532,13 @@ in rec { | |||
| 532 | "reject_unauth_destination" | 532 | "reject_unauth_destination" |
| 533 | ]; | 533 | ]; |
| 534 | 534 | ||
| 535 | mlmmj_destination_recipient_limit = 1; | 535 | mlmmj_destination_recipient_limit = "1"; |
| 536 | mlmmj-subs_destination_recipient_limit = 1; | 536 | mlmmj-subs_destination_recipient_limit = "1"; |
| 537 | policy-spf_time_limit = "3600s"; | 537 | policy-spf_time_limit = "3600s"; |
| 538 | propagate_unmatched_extensions = ["canonical" "virtual" "alias"]; | 538 | propagate_unmatched_extensions = ["canonical" "virtual" "alias"]; |
| 539 | 539 | ||
| 540 | milter_default_action = "accept"; | 540 | milter_default_action = "accept"; |
| 541 | milter_protocol = 2; | 541 | milter_protocol = "2"; |
| 542 | smtpd_milters = "local:private/dkim"; | 542 | smtpd_milters = "local:private/dkim"; |
| 543 | non_smtpd_milters = "local:private/dkim"; | 543 | non_smtpd_milters = "local:private/dkim"; |
| 544 | 544 | ||
