中文字幕 另类精品,亚洲欧美一区二区蜜桃,日本在线精品视频免费,孩交精品乱子片免费

<sup id="3hn2b"></sup>

    1. <sub id="3hn2b"><ol id="3hn2b"></ol></sub><legend id="3hn2b"></legend>

      1. <xmp id="3hn2b"></xmp>

      2. 新聞中心

        EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計應(yīng)用 > Postfix queue(郵件隊列) 管理

        Postfix queue(郵件隊列) 管理

        作者: 時間:2016-09-12 來源:網(wǎng)絡(luò) 收藏

        From time to time the mail queue may get filled up. This may be due to network problems or misconfiguration. For instance, if you botch (typo) the relayhost parameter, the mail will be undeliverable. The first thing to do is fix the problem, meaning get the network back online, or fix the configuration.

        本文引用地址:http://www.antipu.com.cn/article/201609/304130.htm

        1. try and deliver the mail from the queue(強制發(fā)送隊列中的郵件):

        $ postfix flush or $ postqueue-f

        2. check mail queue size (查看隊列大小):

        $mailq|wc-l

        3. list mails in queue (查看隊列中的郵件):

        $ postqueue-por $ mailq

        4.put all deferred mail “on hold” so that no attempt is made to deliver it(暫緩發(fā)送隊列中的問題郵件):

        $postsuper-hALL deferred

        5. release mail that was put “on hold”(解除暫緩發(fā)送):

        $postsuper-HALL deferred

        6. purge all deferred emails from the queue without delivering (刪除隊列中問題的郵件):

        $ postsuper-dALL deferred $find/var/spool/postfix/deferred-typef-execrm-vf{};

        上一頁 1 2 3 下一頁

        關(guān)鍵詞: linux 郵件隊列

        評論


        相關(guān)推薦

        技術(shù)專區(qū)

        關(guān)閉