From 7e0a2e6840b1b14200033856b2ec29cd63563825 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 26 Jul 2017 15:32:29 +0200 Subject: No ints --- ymir.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ymir.nix b/ymir.nix index 7663e87e..f99b1263 100644 --- a/ymir.nix +++ b/ymir.nix @@ -463,9 +463,9 @@ in rec { #disable following ciphers for smtpd_tls_security_level=may smtpd_tls_exclude_ciphers = ["aNULL" "MD5" "DES" "ADH" "RC4" "PSD" "SRP" "3DES" "eNULL"]; #enable TLS logging to see the ciphers for inbound connections - smtpd_tls_loglevel = 1; + smtpd_tls_loglevel = "1"; #enable TLS logging to see the ciphers for outbound connections - smtp_tls_loglevel = 1; + smtp_tls_loglevel = "1"; smtp_dns_support_level = "dnssec"; smtp_tls_security_level = "dane"; @@ -480,9 +480,9 @@ in rec { luser_relay = ''gkleen+''${local}''; # 10 GiB - message_size_limit = 10737418240; + message_size_limit = "10737418240"; # 10 GiB - mailbox_size_limit = 10737418240; + mailbox_size_limit = "10737418240"; mailbox_transport_maps = "pipemap:{unix:passwd.byname, static:{lmtp:unix:private/dovecot-lmtp}}"; #mailbox_command = ${pkgs.dovecot}/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT" @@ -532,13 +532,13 @@ in rec { "reject_unauth_destination" ]; - mlmmj_destination_recipient_limit = 1; - mlmmj-subs_destination_recipient_limit = 1; + mlmmj_destination_recipient_limit = "1"; + mlmmj-subs_destination_recipient_limit = "1"; policy-spf_time_limit = "3600s"; propagate_unmatched_extensions = ["canonical" "virtual" "alias"]; milter_default_action = "accept"; - milter_protocol = 2; + milter_protocol = "2"; smtpd_milters = "local:private/dkim"; non_smtpd_milters = "local:private/dkim"; -- cgit v1.2.3