1
0
Fork 0
forked from External/ergo

Merge pull request #2143 from slingamn/emailsending.1

fix #2142
This commit is contained in:
Shivaram Lingamneni 2024-04-15 03:22:06 +02:00 committed by GitHub
commit 74fa04c5ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 38 additions and 7 deletions

View file

@ -381,6 +381,10 @@ accounts:
sender: "admin@my.network"
require-tls: true
helo-domain: "my.network" # defaults to server name if unset
# set to `tcp4` to force sending over IPv4, `tcp6` to force IPv6:
# protocol: "tcp4"
# set to force a specific source/local IPv4 or IPv6 address:
# local-address: "1.2.3.4"
# options to enable DKIM signing of outgoing emails (recommended, but
# requires creating a DNS entry for the public key):
# dkim: