migrate to mailgun as smtp relay as sendgrid got enshitified [ci skip]
This commit is contained in:
parent
db6eea389f
commit
276217cef9
5 changed files with 34 additions and 2 deletions
|
|
@ -2,7 +2,8 @@
|
|||
# see defaults - https://github.com/docker-mailserver/docker-mailserver/blob/master/target/postfix/main.cf
|
||||
variable "postfix_cf" {
|
||||
default = <<EOT
|
||||
relayhost = [smtp.sendgrid.net]:587
|
||||
#relayhost = [smtp.sendgrid.net]:587
|
||||
relayhost = [smtp.eu.mailgun.org]:587
|
||||
smtp_sasl_auth_enable = yes
|
||||
smtp_sasl_password_maps = hash:/etc/postfix/sasl/passwd
|
||||
smtp_sasl_security_options = noanonymous
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue