mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-10 20:42:14 +00:00
change orange.fr to provider.orange in shaping.toml (#312)
* change orange.fr to provider.orange in shaping.toml Co-authored-by: ncai <ncai@chapsvision.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
# kumo.make_egress_path.
|
||||
# <https://docs.kumomta.com/reference/kumo/make_egress_path/>
|
||||
#
|
||||
# Community members are invited to submit their rules for general use by adding them
|
||||
# Community members are invited to submit their rules for general use by adding them
|
||||
# to the community/shaping.toml file and submitting a pull request.
|
||||
|
||||
# DO NOT EDIT THIS FILE, IT WILL BE OVERWRITTEN WHEN YOU UPDATE YOUR INSTALLATION
|
||||
@@ -37,9 +37,9 @@
|
||||
# local shaper = shaping:setup_with_automation {
|
||||
# publish = { 'http://127.0.0.1:8008', },
|
||||
# subscribe = { 'http://127.0.0.1:8008', },
|
||||
# extra_files = {
|
||||
# extra_files = {
|
||||
# '/opt/kumomta/share/policy-extras/shaping.toml',
|
||||
# '/opt/kumomta/share/community/shaping.toml',
|
||||
# '/opt/kumomta/share/community/shaping.toml',
|
||||
# '/opt/kumomta/etc/policy/shaping_custom.toml',
|
||||
# },
|
||||
# }
|
||||
@@ -102,7 +102,7 @@ match_internal = true
|
||||
|
||||
# https://support.google.com/mail/answer/81126
|
||||
# NOTE: While it's commonly understood that Gmail and Google Workspace use different filtering
|
||||
# Criteria, at time of writing (2024-09-03) their MX hostnames all resolve to common IPs,
|
||||
# Criteria, at time of writing (2024-09-03) their MX hostnames all resolve to common IPs,
|
||||
# so Google Workspace and Gmail are being combined for the purposes of traffic shaping and queueing.
|
||||
[provider."google"]
|
||||
match=[
|
||||
@@ -205,8 +205,9 @@ max_deliveries_per_connection = 100
|
||||
|
||||
# https://www.postmastery.com/orange-postmaster-smtp-error-codes-ofr/
|
||||
# https://messagerie.orange.fr/postmaster.html
|
||||
["orange.fr"]
|
||||
connection_limit = 2
|
||||
[provider."orange"]
|
||||
match=[{MXSuffix=".orange.fr"}]
|
||||
provider_connection_limit = 2
|
||||
max_deliveries_per_connection = 100
|
||||
|
||||
# PROVIDED DIRECTLY FROM MAILGUN FOR SENDERS WHO SMARTHOST VIA MAILGUN
|
||||
|
||||
Reference in New Issue
Block a user