{"id":827,"date":"2013-08-21T12:52:37","date_gmt":"2013-08-21T12:52:37","guid":{"rendered":"http:\/\/www.plugged.in\/?p=827"},"modified":"2013-08-21T12:52:37","modified_gmt":"2013-08-21T12:52:37","slug":"fix-incoming-mail-delay-with-postfix","status":"publish","type":"post","link":"https:\/\/www.veriteknik.net.tr\/en\/fix-incoming-mail-delay-with-postfix\/","title":{"rendered":"Fix Incoming Mail Delay With Postfix"},"content":{"rendered":"<p>In our case, we were using postfix via <a href=\"http:\/\/www.iredmail.org\/\" target=\"_blank\">iRedMail<\/a> and every incoming mail had a delay around 7 minutes. The problem was fixed by disabling the chroot operation in the settings.<\/p>\n<p>Edit the file \/etc\/postfix\/master.cf<\/p>\n<p>It probably looks like this<\/p>\n<pre class=\"brush: text; gutter: true; first-line: 1\"># =============================================================\n    # service type  private unpriv  chroot  wakeup  maxproc command\n    #               (yes)   (yes)   (yes)   (never) (100)\n    # =============================================================\n    smtp      inet  n       -       -       -       -       smtpd<\/pre>\n<p>Change it to<\/p>\n<pre class=\"brush: text; gutter: true; first-line: 1\"># =============================================================\n    # service type  private unpriv  chroot  wakeup  maxproc command\n    #               (yes)   (yes)   (yes)   (never) (100)\n    # =============================================================\n    smtp      inet  n       -       n       -       -       smtpd<\/pre>\n<p>Now restart and reload the postfix mail server and you&#8217;re good to go.<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[root@mail ~]# \/etc\/init.d\/postfix restart\nShutting down postfix:                                     [  OK  ]\nStarting postfix:                                          [  OK  ]\n[root@mail ~]# \/etc\/init.d\/postfix reload\nReloading postfix:                                         [  OK  ]<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>In our case, we were using postfix via iRedMail and every incoming mail had a delay around 7 minutes. The problem was fixed by disabling the chroot operation in the settings. Edit the file \/etc\/postfix\/master.cf It probably looks like this # ============================================================= # service type private unpriv chroot wakeup maxproc command # (yes) (yes) (yes) [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"categories":[370,386],"tags":[558,566],"yst_prominent_words":[1243,1242],"class_list":["post-827","post","type-post","status-publish","format-standard","hentry","category-linux","category-network","tag-mail","tag-postfix"],"jetpack_featured_media_url":"","uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Mustafa Emre Ayd\u0131n","author_link":"https:\/\/www.veriteknik.net.tr\/en\/author\/eaydin\/"},"uagb_comment_info":0,"uagb_excerpt":"In our case, we were using postfix via iRedMail and every incoming mail had a delay around 7 minutes. The problem was fixed by disabling the chroot operation in the settings. Edit the file \/etc\/postfix\/master.cf It probably looks like this # ============================================================= # service type private unpriv chroot wakeup maxproc command # (yes) (yes) (yes)&hellip;","_links":{"self":[{"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/posts\/827","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/comments?post=827"}],"version-history":[{"count":1,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/posts\/827\/revisions"}],"predecessor-version":[{"id":7252,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/posts\/827\/revisions\/7252"}],"wp:attachment":[{"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/media?parent=827"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/categories?post=827"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/tags?post=827"},{"taxonomy":"yst_prominent_words","embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/yst_prominent_words?post=827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}