1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ergo_ynh.git synced 2024-09-03 18:26:31 +02:00

fix email

This commit is contained in:
navanchauhan 2022-07-06 22:41:23 +05:30
parent c4b134a372
commit da179ceecd

View file

@ -396,7 +396,7 @@ accounts:
# options for email verification of account registrations # options for email verification of account registrations
email-verification: email-verification:
enabled: true enabled: false
sender: "ergoadmin@__DOMAIN__" sender: "ergoadmin@__DOMAIN__"
require-tls: true require-tls: true
helo-domain: "__DOMAIN__" # defaults to server name if unset helo-domain: "__DOMAIN__" # defaults to server name if unset
@ -407,11 +407,11 @@ accounts:
# selector: "20200229" # selector: "20200229"
# key-file: "dkim.pem" # key-file: "dkim.pem"
# to use an MTA/smarthost instead of sending email directly: # to use an MTA/smarthost instead of sending email directly:
# mta: mta:
# server: localhost server: 127.0.0.1
# port: 25 port: 25
# username: "admin" #username: ""
# password: "hunter2" #password: ""
blacklist-regexes: blacklist-regexes:
# - ".*@mailinator.com" # - ".*@mailinator.com"
timeout: 60s timeout: 60s