14 lines
410 B
TOML
14 lines
410 B
TOML
#############################################
|
|
# SMTP server resolver configuration
|
|
#############################################
|
|
|
|
[resolver]
|
|
type = "system"
|
|
#preserve-intermediates = true
|
|
concurrency = 2
|
|
timeout = "5s"
|
|
attempts = 2
|
|
try-tcp-on-error = true
|
|
public-suffix = ["https://publicsuffix.org/list/public_suffix_list.dat",
|
|
"file://%{BASE_PATH}%/etc/spamfilter/maps/suffix_list.dat.gz"]
|