aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/email/secrets.toml
blob: 95df62610ba71310d6e7e2c3c7c0a8c484f5c081 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# ---- POSTFIX ----

[secrets."email/postfix/postfix.key"]
type = 'SSL_KEY'
name = 'postfix'

[secrets."email/postfix/postfix.crt"]
type = 'SSL_CERT'
name = 'postfix'
cert_domains = "['deuxfleurs.fr']"

[secrets."email/dkim/smtp.private"]
type = 'RSA_PRIVATE_KEY'
name = 'dkim'

# ---- DOVECOT ----

[service_users."dovecot"]
dn_secret = "email/dovecot/ldap_binddn"
password_secret = "email/dovecot/ldap_bindpwd"


[secrets."email/dovecot/dovecot.key"]
type = 'SSL_KEY'
name = 'dovecot'

[secrets."email/dovecot/dovecot.crt"]
type = 'SSL_CERT'
name = 'dovecot'
cert_domains = "['deuxfleurs.fr']"


# ---- SOGO ----

[service_users."sogo"]
dn_secret = "email/sogo/ldap_binddn"
password_secret = "email/sogo/ldap_bindpw"

[secrets."email/sogo/postgre_auth"]
type = 'user'
description = 'SoGo postgres auth (format: sogo:<password>) (TODO: replace this with two separate files and change template)'