POSTFIX: Limit outbound connections, message count, cummulative size in time windowHow to rate limit outgoing SMTP connections for PostfixPostfix mail size countingavoid greylisting with postfixPostfix is sending mail with wrong domainCan't Change message size limit in postfix?Postfix SMTP authentication per domainPostfix timeout for unsent emailsHow to rate limit outgoing SMTP connections for Postfix552 5.3.4 Message size exceeds fixed limitForward mail from VPSPostfix: limit INCOMING ratePostfix & Office 365: relay all outbound email (including local) but deliver inbound email
Can my floppy disk still work without a shutter spring?
Is there an online tool which supports shared writing?
Parallel fifths in the orchestra
Why did the person in charge of a principality not just declare themself king?
Did this character show any indication of wanting to rule before S8E6?
In the 3D Zeldas, is it faster to roll or to simply walk?
What is a fully qualified name?
How can I tell if I'm being too picky as a referee?
Who decides how to classify a novel?
Specific alignment within beginalign environment
What does $!# mean in Shell scripting?
Is the Unsullied name meant to be ironic? How did it come to be?
Apt - strange requests to d16r8ew072anqo.cloudfront.net:80
When the Torah was almost lost and one (or several) Rabbis saved it?
A steel cutting sword?
Why does Mjolnir fall down in Age of Ultron but not in Endgame?
What is a Power on Reset IC?
Have 1.5% of all nuclear reactors ever built melted down?
Ethical issue - how can I better document what is happening?
How should I introduce map drawing to my players?
Is "cool" appropriate or offensive to use in IMs?
Which European Languages are not Indo-European?
Website returning plaintext password
Count rotary dial pulses in a phone number (including letters)
POSTFIX: Limit outbound connections, message count, cummulative size in time window
How to rate limit outgoing SMTP connections for PostfixPostfix mail size countingavoid greylisting with postfixPostfix is sending mail with wrong domainCan't Change message size limit in postfix?Postfix SMTP authentication per domainPostfix timeout for unsent emailsHow to rate limit outgoing SMTP connections for Postfix552 5.3.4 Message size exceeds fixed limitForward mail from VPSPostfix: limit INCOMING ratePostfix & Office 365: relay all outbound email (including local) but deliver inbound email
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
We are sending quite large amount of email messages to our customers every month with Postfix. Big percentage of them have their email hosted with @example.com. But every month we are struggling to deliver all the messages because of greylisting.
Example.com provided us with specific settings for every 5 minutes window to stay out of greylist:
Max. cumulative limits for every 5 minutes to domain example.com
- 300 connections
- 100 000 messages
- total size of 180 MB
We are definitely not sending 100K messages so number of connections over this 5 minutes window seems to be the main issue. Could anyone help with specific Postfix settings to meet the criteria above only for connections to example.com?
postfix rate-limiting greylisting
add a comment |
We are sending quite large amount of email messages to our customers every month with Postfix. Big percentage of them have their email hosted with @example.com. But every month we are struggling to deliver all the messages because of greylisting.
Example.com provided us with specific settings for every 5 minutes window to stay out of greylist:
Max. cumulative limits for every 5 minutes to domain example.com
- 300 connections
- 100 000 messages
- total size of 180 MB
We are definitely not sending 100K messages so number of connections over this 5 minutes window seems to be the main issue. Could anyone help with specific Postfix settings to meet the criteria above only for connections to example.com?
postfix rate-limiting greylisting
add a comment |
We are sending quite large amount of email messages to our customers every month with Postfix. Big percentage of them have their email hosted with @example.com. But every month we are struggling to deliver all the messages because of greylisting.
Example.com provided us with specific settings for every 5 minutes window to stay out of greylist:
Max. cumulative limits for every 5 minutes to domain example.com
- 300 connections
- 100 000 messages
- total size of 180 MB
We are definitely not sending 100K messages so number of connections over this 5 minutes window seems to be the main issue. Could anyone help with specific Postfix settings to meet the criteria above only for connections to example.com?
postfix rate-limiting greylisting
We are sending quite large amount of email messages to our customers every month with Postfix. Big percentage of them have their email hosted with @example.com. But every month we are struggling to deliver all the messages because of greylisting.
Example.com provided us with specific settings for every 5 minutes window to stay out of greylist:
Max. cumulative limits for every 5 minutes to domain example.com
- 300 connections
- 100 000 messages
- total size of 180 MB
We are definitely not sending 100K messages so number of connections over this 5 minutes window seems to be the main issue. Could anyone help with specific Postfix settings to meet the criteria above only for connections to example.com?
postfix rate-limiting greylisting
postfix rate-limiting greylisting
edited Oct 29 '15 at 9:10
dragularius
asked Oct 29 '15 at 9:01
dragulariusdragularius
14
14
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
These values can be edited in Postfix's main.cf -
initial_destination_concurrency parameter (default: 2) controls how many messages are initially sent to the same destination before adapting delivery concurrency. Of course, this setting is effective only as long as it does not exceed the process limit and the destination concurrency limit for the specific mail transport channel.
The default_destination_concurrency_limit parameter (default: 10) controls how many messages may be sent to the same destination simultaneously. You can override this setting for specific delivery channels (local, smtp, uucp etc.). The main.cf file recommends the following:
default_destination_concurrency_limit = 10
A destination concurrency limit of 10 for SMTP delivery seems enough to noticeably load a system without bringing it to its knees. Be careful when changing this to a much larger number.
More information here -
Postfix mail size counting
How to rate limit outgoing SMTP connections for Postfix
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f732442%2fpostfix-limit-outbound-connections-message-count-cummulative-size-in-time-win%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
These values can be edited in Postfix's main.cf -
initial_destination_concurrency parameter (default: 2) controls how many messages are initially sent to the same destination before adapting delivery concurrency. Of course, this setting is effective only as long as it does not exceed the process limit and the destination concurrency limit for the specific mail transport channel.
The default_destination_concurrency_limit parameter (default: 10) controls how many messages may be sent to the same destination simultaneously. You can override this setting for specific delivery channels (local, smtp, uucp etc.). The main.cf file recommends the following:
default_destination_concurrency_limit = 10
A destination concurrency limit of 10 for SMTP delivery seems enough to noticeably load a system without bringing it to its knees. Be careful when changing this to a much larger number.
More information here -
Postfix mail size counting
How to rate limit outgoing SMTP connections for Postfix
add a comment |
These values can be edited in Postfix's main.cf -
initial_destination_concurrency parameter (default: 2) controls how many messages are initially sent to the same destination before adapting delivery concurrency. Of course, this setting is effective only as long as it does not exceed the process limit and the destination concurrency limit for the specific mail transport channel.
The default_destination_concurrency_limit parameter (default: 10) controls how many messages may be sent to the same destination simultaneously. You can override this setting for specific delivery channels (local, smtp, uucp etc.). The main.cf file recommends the following:
default_destination_concurrency_limit = 10
A destination concurrency limit of 10 for SMTP delivery seems enough to noticeably load a system without bringing it to its knees. Be careful when changing this to a much larger number.
More information here -
Postfix mail size counting
How to rate limit outgoing SMTP connections for Postfix
add a comment |
These values can be edited in Postfix's main.cf -
initial_destination_concurrency parameter (default: 2) controls how many messages are initially sent to the same destination before adapting delivery concurrency. Of course, this setting is effective only as long as it does not exceed the process limit and the destination concurrency limit for the specific mail transport channel.
The default_destination_concurrency_limit parameter (default: 10) controls how many messages may be sent to the same destination simultaneously. You can override this setting for specific delivery channels (local, smtp, uucp etc.). The main.cf file recommends the following:
default_destination_concurrency_limit = 10
A destination concurrency limit of 10 for SMTP delivery seems enough to noticeably load a system without bringing it to its knees. Be careful when changing this to a much larger number.
More information here -
Postfix mail size counting
How to rate limit outgoing SMTP connections for Postfix
These values can be edited in Postfix's main.cf -
initial_destination_concurrency parameter (default: 2) controls how many messages are initially sent to the same destination before adapting delivery concurrency. Of course, this setting is effective only as long as it does not exceed the process limit and the destination concurrency limit for the specific mail transport channel.
The default_destination_concurrency_limit parameter (default: 10) controls how many messages may be sent to the same destination simultaneously. You can override this setting for specific delivery channels (local, smtp, uucp etc.). The main.cf file recommends the following:
default_destination_concurrency_limit = 10
A destination concurrency limit of 10 for SMTP delivery seems enough to noticeably load a system without bringing it to its knees. Be careful when changing this to a much larger number.
More information here -
Postfix mail size counting
How to rate limit outgoing SMTP connections for Postfix
edited Apr 13 '17 at 12:14
Community♦
1
1
answered Oct 29 '15 at 15:32
Bipul PramanickBipul Pramanick
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f732442%2fpostfix-limit-outbound-connections-message-count-cummulative-size-in-time-win%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown