mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
electra/mail: use texthash instead of hash
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
gabriel-mail-password: ENC[AES256_GCM,data:n0zRRyRS7hhPBwTHYNOeo4BNg/VIAKP8d5eVDtIb3DsAkC/IbgvSRYqshNPI2Cazx3bNz63CViC1Qbja,iv:b13Huv2snF4e6qC15+UbLr4JpWrS8cRGfQ+Lp+v2kfk=,tag:jisoAOZQeMG991tjQ9LeIA==,type:str]
|
||||
smtp-relay-creds: ENC[AES256_GCM,data:oRZK9V3Fx+jIMTYmm8o5Kqs2oOZvRwJfRmhJcJRnPSu/M+QoUD603V0GsdFLwB9p9HfVqEch/AtDjkg=,iv:JzTfarZz+m0KwYzEt71jM+rP7PMVzUn44TDxTPTDynA=,tag:U78LtPiA6EVM4nlOopXz8Q==,type:str]
|
||||
smtp-relay-creds: ENC[AES256_GCM,data:cipJ1wFByGBkZmwzi1gHVt5U21xC4r01fSkpQlU0UF6CFPhHwresFXw+Igwj5pEFfEh8SxKkI8TFozk=,iv:tJZa2lExFj5DMyD/h5qAhdqYWML1EQRWKQ+Z6zuSmWQ=,tag:ssFRfLL8Zbp0XUkOJ1+pbw==,type:str]
|
||||
sops:
|
||||
kms: []
|
||||
gcp_kms: []
|
||||
@@ -15,8 +15,8 @@ sops:
|
||||
VXNWcDcwTGVUL2pNTzgrMit0UkN0c0UKWY6XqH0WgJfzwbX4mO3OBIDEcsSktZyq
|
||||
TRqZuGF/6/4o1D0F2wQBpoB7Wja2FLnsrJP060EpX0K870AK3zfWgw==
|
||||
-----END AGE ENCRYPTED FILE-----
|
||||
lastmodified: "2022-09-09T20:35:26Z"
|
||||
mac: ENC[AES256_GCM,data:n1LPjtE9nl7oRSPwVNcCFy1tO+wSAVyZYZWdC8t9UDNTYth0eHc+9NievqnFeNvx6mqh0So9PH/XTBNDO9apRuYULjGqS+tJyASe4Swqyh2JOC+MaMHs14J6WhKRLjz1mYiEf2lDxm6jcPdWjKxrb1YIRTuz7qEaeELVMoYmE+Y=,iv:s3y7KrOrQ/VX0uQD4s2Z1akZom5iC1u8xsh62MA6HNc=,tag:tK+hU9xJ2T/sjoGahw92yw==,type:str]
|
||||
lastmodified: "2022-09-10T02:10:34Z"
|
||||
mac: ENC[AES256_GCM,data:a1nI8ra5k5x3XPcz0u/21VTZxs9vvuH2DEzpPjW1Qqbl9YxfPGFlEaVezTKVPQeYgItOCxBiJpsoKMx3HBxNvvietqt4yPxL4u/Rj6xI1nHkgzM2jiruFDumkxxBC558kWUi+7sMYFaq9vmX186fdAwLWfbuadCsRDlCOWwBDeQ=,iv:qhdpSmH1Dcpx5FGo6JtqAHTJrbBZLDIBrNtE/Zhda0A=,tag:5N4WFfwmHOvi1K90kbIY0w==,type:str]
|
||||
pgp:
|
||||
- created_at: "2022-08-18T23:29:03Z"
|
||||
enc: |-
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
# https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/issues/148
|
||||
services.postfix.extraConfig = ''
|
||||
smtp_sasl_auth_enable = yes
|
||||
smtp_sasl_password_maps = hash:${config.sops.secrets.smtp-relay-creds.path}
|
||||
smtp_sasl_password_maps = texthash:${config.sops.secrets.smtp-relay-creds.path}
|
||||
smtp_sasl_security_options = noanonymous
|
||||
smtp_sasl_mechanism_filter = AUTH LOGIN
|
||||
relayhost = smtp.fastmail.com:587
|
||||
|
||||
Reference in New Issue
Block a user