Pleroma/config
Mark Felder 6ffe15cc9f Remove No MX lookups setting
This setting defaults to false so the relay host will be used in an MX query so
multiple SMTP servers can be used. gen_smtp code states that all records returned from the
MX query are attempted in order and only a permanent SMTP error will stop the client from
attempting other servers in the list. Connection failures, TLS issues, etc will cause it to
try the next host.

If there is no MX record associated with the relay host, it automatically tries connecting to it
directly.

There is really no reason to expose this to end users. The default value is fine for everyone.
2021-02-06 11:55:25 -06:00
..
benchmark.exs web push http_client fix 2020-10-01 13:32:11 +03:00
config.exs Merge branch 'develop' into 'fix/2412-filters' 2021-02-03 14:23:23 +00:00
description.exs Remove No MX lookups setting 2021-02-06 11:55:25 -06:00
dev.exs Enable strict validation mode in dev and test environments 2020-05-04 22:35:28 +04:00
docker.exs Remove dynamic config as default, add healthcheck 2019-09-03 09:31:52 -04:00
dokku.exs CI: Add auto-deployment via dokku. 2019-05-31 10:55:35 +02:00
emoji.txt Load an emoji.txt specific to the test env 2021-02-03 16:40:59 -06:00
prod.exs Set Logger level to :info in prod 2019-12-09 19:11:54 +07:00
test.exs Merge branch 'deprecate-public_endpoint' into 'develop' 2021-01-20 22:48:48 +00:00