<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><font face="Times New Roman, Times,
        serif">Thanks Dan for your feedback. <br>
        I verified the suggested points , its working as require.&nbsp;
        Please find below inline reply for each. <br>
        <br>
        I found that&nbsp; when big group email is getting deliver ( i.e more
        than 500 - 4K members ) at that time other emails are not
        getting deliver simultaneously to user's mailbox. <br>
        I verified this from live maillog&nbsp; i.e&nbsp; by doing grep key words
        like "to mailbox:" /&nbsp; "Delivered:"&nbsp; etc ...<br>
        <br>
        My mail queue issue is getting critical in peak hours !!&nbsp; Kindly
        suggest. <br>
        <br>
        On 05/14/2015 08:22 PM, Dan White wrote:<br>
      </font></div>
    <blockquote cite="mid:20150514145224.GC3949@dan.olp.net" type="cite"><font
        face="Times New Roman, Times, serif">On 05/14/15&nbsp;05:42&nbsp;+0000,
        jayesh.shinde wrote:
        <br>
      </font>
      <blockquote type="cite"><font face="Times New Roman, Times, serif">Please
          suggest , for faster delivery&nbsp; what could be the best config&nbsp;
          in
          <br>
          postfix + cyrus-imapd .
          <br>
        </font>
        <font face="Times New Roman, Times, serif"><br>
          I am using the cyrus-imapd-2.4.17-6.el6.x86_64 for mailbox
          server and for
          <br>
          smtp server postfix-2.10.0-1.el6.x86_64 Both server have SAS
          hdd , 16 core
          <br>
          , 16 GB RAM .&nbsp; There is no i/o issues
          <br>
        </font></blockquote>
      <font face="Times New Roman, Times, serif"><br>
      </font>
      <blockquote type="cite"><font face="Times New Roman, Times, serif">Mailbox
          server have&nbsp; 21K email ids.&nbsp; Cyrus running with&nbsp; tcp socket on
          <br>
          port 24 i.e lmtpd .&nbsp; cyrus singleinstance is maintained
          <br>
        </font></blockquote>
      <font face="Times New Roman, Times, serif"><br>
      </font>
      <blockquote type="cite"><font face="Times New Roman, Times, serif">For
          group id mapping is under virtual_alias_maps of smtp's
          main.cf&nbsp; i.e no
          <br>
          /etc/aliases. From smtp server emails are getting deliver by
          <br>
          transport_maps to mailbox server .
          <br>
        </font></blockquote>
      <font face="Times New Roman, Times, serif"><br>
      </font>
      <blockquote type="cite"><font face="Times New Roman, Times, serif">My
          problem observe :--
          <br>
          --------------------------
          <br>
          1) When HOD send email to 3-5 big group&nbsp; email ids then , then
          its postfix
          <br>
          delivery get slow. What I observe is postfix getting delivered
          the traffic
          <br>
          per email and not parallel.&nbsp;&nbsp; Each group contain 3k or 7k
          email ids.
          <br>
        </font></blockquote>
      <font face="Times New Roman, Times, serif"><br>
        Verify that single instance store is working. If not, you may
        have a
        <br>
        Postfix configuration issue. Find one of these mass emails in a
        mailbox and
        <br>
        stat it to find out:
        <br>
      </font>
      <font face="Times New Roman, Times, serif"><br>
        stat -c %h &lt;file&gt;
        <br>
      </font>
      <font face="Times New Roman, Times, serif"><br>
        A returned value of 1 means single instance store isn't working.
        <br>
      </font>
      <font face="Times New Roman, Times, serif"><br>
        If that's not the issue, you can determine if this is a postfix
        issue or a
        <br>
        cyrus issue by sending a mass email directly to lmtpd, with
        lmtptest.
        <br>
      </font></blockquote>
    <font face="Times New Roman, Times, serif">Cyrus Singleinstance is
      working , I have verified like below. In imapd.conf man page its
      define as default 1 ( i.e default enable ) <br>
      <br>
      [root@Mailbox ~]# ls -lirth
      /var/spool/imap/domain/v/vdomain/m/user/muser1/ | tail -n 20&nbsp; <br>
      <br>
      163326970 -rw-------&nbsp; <b>198</b> cyrus mail 413K May 15 10:07
      64828.<br>
      163396232 -rw-------&nbsp; <b>145</b> cyrus mail&nbsp; 92K May 15 10:13
      64829.<br>
      163379367 -rw-------&nbsp; <b>151</b> cyrus mail&nbsp; 96K May 15 10:29
      64830.<br>
      163323993 -rw-------&nbsp; <b>496</b> cyrus mail&nbsp; 13K May 15 10:30
      64831.<br>
      163398621 -rw-------&nbsp; <b>516</b> cyrus mail 850K May 15 10:42
      64832.<br>
      163398568 -rw-------&nbsp; <b>523</b> cyrus mail 455K May 15 10:43
      64833.<br>
      163398933 -rw-------&nbsp; <b>617</b> cyrus mail 3.7M May 15 10:47
      64834.<br>
      163398962 -rw-------&nbsp; <b>522</b> cyrus mail 1.3M May 15 10:48
      64835.<br>
      163398990 -rw-------&nbsp; <b>617</b> cyrus mail&nbsp; 58K May 15 10:49
      64836.<br>
      163396678 -rw-------&nbsp; <b>465</b> cyrus mail 207K May 15 10:56
      64837.<br>
      163399529 -rw-------&nbsp; <b>576</b> cyrus mail 332K May 15 10:57
      64838.<br>
      163399554 -rw-------&nbsp;&nbsp;&nbsp; <b>2</b> cyrus mail&nbsp; 54K May 15 10:57
      64839.<br>
      163346523 -rw-------&nbsp;&nbsp; <b>36</b> cyrus mail 767K May 15 11:01
      64840.<br>
      <br>
      [root@Mailbox muser1]# stat -c %h 64829.<br>
      145<br>
      [root@</font><font face="Times New Roman, Times, serif"><font
        face="Times New Roman, Times, serif">Mailbox </font>muser1]#
      stat -c %h 64828.<br>
      198<br>
      <br>
    </font>
    <blockquote cite="mid:20150514145224.GC3949@dan.olp.net" type="cite">
      <font face="Times New Roman, Times, serif"><br>
      </font>
      <blockquote type="cite"><font face="Times New Roman, Times, serif">In
          peak hours the queue on postfix get high and other normal
          emails also
          <br>
          getting stuck in queue. Once the group email get clear after
          that other
          <br>
          emails also get clear.
          <br>
        </font></blockquote>
      <font face="Times New Roman, Times, serif"><br>
      </font>
      <blockquote type="cite"><font face="Times New Roman, Times, serif">in
          mailbox cyrus.conf :-- lmtp&nbsp; cmd="lmtpd -a" listen="lmtp"
          prefork=0
          <br>
          in main.cf of smtp server :--
          <br>
          lmtp_destination_concurrency_limit = 100
          <br>
          lmtp_destination_recipient_limit = 0
          <br>
        </font></blockquote>
      <font face="Times New Roman, Times, serif"><br>
        How many lmtp processes do you see spawned in this scenario?
        <br>
      </font>
      <font face="Times New Roman, Times, serif"><br>
      </font></blockquote>
    <font face="Times New Roman, Times, serif">[root@Mailbox ~]# ps
      auxwww| grep lmtp <br>
      <br>
      cyrus&nbsp;&nbsp;&nbsp;&nbsp; 3224&nbsp; 0.0&nbsp; 0.0&nbsp; 73376&nbsp; 4648 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 10:55&nbsp;&nbsp; 0:00
      lmtpd<br>
      cyrus&nbsp;&nbsp;&nbsp;&nbsp; 4043&nbsp; 0.0&nbsp; 0.0&nbsp; 73376&nbsp; 4156 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 10:59&nbsp;&nbsp; 0:00
      lmtpd<br>
      postfix&nbsp;&nbsp; 6972&nbsp; 0.0&nbsp; 0.0&nbsp; 75708&nbsp; 4336 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 11:10&nbsp;&nbsp; 0:00
      lmtp -t unix -u<br>
      postfix&nbsp;&nbsp; 6974&nbsp; 0.0&nbsp; 0.0&nbsp; 75708&nbsp; 4340 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 11:10&nbsp;&nbsp; 0:00
      lmtp -t unix -u<br>
      postfix&nbsp;&nbsp; 6975&nbsp; 0.0&nbsp; 0.0&nbsp; 75708&nbsp; 4336 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 11:10&nbsp;&nbsp; 0:00
      lmtp -t unix -u<br>
      postfix&nbsp;&nbsp; 6977&nbsp; 0.0&nbsp; 0.0&nbsp; 75708&nbsp; 4344 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 11:10&nbsp;&nbsp; 0:00
      lmtp -t unix -u<br>
      postfix&nbsp;&nbsp; 6979&nbsp; 0.0&nbsp; 0.0&nbsp; 75708&nbsp; 4336 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 11:10&nbsp;&nbsp; 0:00
      lmtp -t unix -u<br>
      postfix&nbsp;&nbsp; 6981&nbsp; 0.0&nbsp; 0.0&nbsp; 75708&nbsp; 4336 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 11:10&nbsp;&nbsp; 0:00
      lmtp -t unix -u<br>
      postfix&nbsp;&nbsp; 6985&nbsp; 0.0&nbsp; 0.0&nbsp; 75708&nbsp; 4348 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 11:10&nbsp;&nbsp; 0:00
      lmtp -t unix -u<br>
      cyrus&nbsp;&nbsp;&nbsp;&nbsp; 6998&nbsp; 0.0&nbsp; 0.0&nbsp; 73376&nbsp; 4052 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 11:10&nbsp;&nbsp; 0:00
      lmtpd<br>
      cyrus&nbsp;&nbsp;&nbsp;&nbsp; 7001&nbsp; 0.0&nbsp; 0.0&nbsp; 73376&nbsp; 4044 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 11:10&nbsp;&nbsp; 0:00
      lmtpd<br>
      cyrus&nbsp;&nbsp;&nbsp;&nbsp; 7234&nbsp; 0.9&nbsp; 0.0&nbsp; 75456&nbsp; 4976 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 11:12&nbsp;&nbsp; 0:04
      lmtpd -a<br>
      cyrus&nbsp;&nbsp;&nbsp;&nbsp; 8758&nbsp; 0.6&nbsp; 0.0&nbsp; 75452&nbsp; 4112 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 11:19&nbsp;&nbsp; 0:00
      lmtpd -a<br>
      root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8898&nbsp; 0.0&nbsp; 0.0 103236&nbsp;&nbsp; 972 pts/1&nbsp;&nbsp;&nbsp; S+&nbsp;&nbsp; 11:19&nbsp;&nbsp; 0:00
      grep --colour=auto lmtp<br>
      cyrus&nbsp;&nbsp;&nbsp; 46046&nbsp; 0.0&nbsp; 0.0&nbsp; 73376&nbsp; 4648 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 10:28&nbsp;&nbsp; 0:01
      lmtpd<br>
      cyrus&nbsp;&nbsp;&nbsp; 48107&nbsp; 0.0&nbsp; 0.0&nbsp; 73372&nbsp; 4740 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 10:37&nbsp;&nbsp; 0:01
      lmtpd<br>
      cyrus&nbsp;&nbsp;&nbsp; 48108&nbsp; 0.0&nbsp; 0.0&nbsp; 73376&nbsp; 4700 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 10:37&nbsp;&nbsp; 0:01
      lmtpd<br>
      <br>
      lmtpd :-- 7 process<br>
      lmtp -t unix -u :-- 7 process<br>
      lmtpd -a :-- 2 process<br>
      <br>
      Cyrus config is as follows:<br>
      -----------------------------------<br>
      <br>
      SERVICES {<br>
      &nbsp; imap&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cmd="imapd" listen="imap" prefork=5<br>
      &nbsp; imaps&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cmd="imapd -s" listen="imaps" prefork=1<br>
      &nbsp; pop3&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cmd="pop3d" listen="pop3" prefork=3<br>
      &nbsp; pop3s&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cmd="pop3d -s" listen="pop3s" prefork=1<br>
      &nbsp; sieve&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cmd="timsieved" listen="sieve" prefork=0<br>
      <br>
      &nbsp; lmtp&nbsp; cmd="lmtpd -a" listen="lmtp" prefork=0<br>
      &nbsp; lmtpunix&nbsp;&nbsp;&nbsp; cmd="lmtpd" listen="/var/lib/imap/socket/lmtp"
      prefork=1<br>
      }<br>
      <br>
      [root@Mailbox ~]# cat /etc/imapd.conf&nbsp; <br>
      configdirectory: /var/lib/imap<br>
      partition-default: /var/spool/imap<br>
      admins: cyrus<br>
      sievedir: /var/lib/imap/sieve<br>
      sendmail: /usr/sbin/sendmail<br>
      hashimapspool: true<br>
      sasl_pwcheck_method: saslauthd<br>
      sasl_mech_list: PLAIN<br>
      allowplaintext: yes<br>
      unixhierarchysep: 1<br>
      virtdomains: yes<br>
      altnamespace: on<br>
      defaultdomain: mydomain.com<br>
      expunge_mode: immediate<br>
      delete_mode: immediate<br>
      tls_cert_file: /usr/share/ssl/certs/server.pem<br>
      tls_key_file: /usr/share/ssl/certs/server.key<br>
      tls_ca_file: /etc/pki/tls/certs/ca-bundle.crt<br>
      lmtp_over_quota_perm_failure: 1<br>
      duplicatesuppression: 1<br>
      duplicate_db_path: /var/lib/imap/cyrus-ram-tmpfs/deliver.db<br>
      statuscache_db_path: /var/lib/imap/cyrus-ram-tmpfs/statuscache.db<br>
      tlscache_db_path: /var/lib/imap/cyrus-ram-tmpfs/tls_sessions.db <br>
      <br>
      Regards<br>
      Jayesh Shinde<br>
    </font>
  </body>
</html>