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;








0















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?










share|improve this question






























    0















    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?










    share|improve this question


























      0












      0








      0


      1






      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?










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 29 '15 at 9:10







      dragularius

















      asked Oct 29 '15 at 9:01









      dragulariusdragularius

      14




      14




















          1 Answer
          1






          active

          oldest

          votes


















          0














          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






          share|improve this answer

























            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
            );



            );













            draft saved

            draft discarded


















            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









            0














            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






            share|improve this answer





























              0














              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






              share|improve this answer



























                0












                0








                0







                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






                share|improve this answer















                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







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Apr 13 '17 at 12:14









                Community

                1




                1










                answered Oct 29 '15 at 15:32









                Bipul PramanickBipul Pramanick

                11




                11



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                    What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                    Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos