19 lines
519 B
Text
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
|