19 lines
475 B
YAML
19 lines
475 B
YAML
---
|
|
certbot:
|
|
domains:
|
|
- mail.auro.re
|
|
- smtp.auro.re
|
|
mail: tech.aurore@lists.crans.org
|
|
certname: auro.re
|
|
|
|
cert:
|
|
#path_cert: "/etc/letsencrypt/live/auro.re/cert.pem"
|
|
#path_chain: "/etc/letsencrypt/live/auro.re/chain.pem"
|
|
path_fullchain: "/etc/letsencrypt/live/auro.re/fullchain.pem"
|
|
path_privkey: "/etc/letsencrypt/live/auro.re/privkey.pem"
|
|
|
|
nfs:
|
|
src: "10.128.0.6:/data_mail" # caradoc
|
|
mount_path: "/var/vmail"
|
|
dir_owner: vmail
|
|
dir_group: vmail
|