mailout/mailout.yml.sample
Thomas Maurice d08f82ba66
All checks were successful
build / build (push) Successful in 2m9s
feat(misc): allows user edition, templating of the home, and more
2024-02-14 18:50:35 +01:00

19 lines
519 B
Text

postgres:
hostname: localhost
port: 5432
database: vmail
user: postgres
password: postgres123
sslmode: disable
defaults:
provider: ovh
# this is used to create the `home` field of the user.
# in systems with virtual mail this corresponds to the physical
# location of the vmail directory on your host
homeTemplate: "/var/lib/vmail/{{ .Domain }}/{{ .Username }}"
providers:
ovh:
application_key: <CHANGEME>
application_secret: <CHANGEME>
consumer_key: <CHANGEME>
endpoint: ovh-eu