新聞中心

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

Postfix queue(郵件隊(duì)列) 管理

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

7. purge specific email from the queue by specifying its message ID (按郵件ID刪除隊(duì)列中的郵件):

本文引用地址:http://butianyuan.cn/article/201609/304130.htm
$postsuper-d0C0FF240F2

8. 刪除已經(jīng)三天未發(fā)出的郵件

$find/var/spool/postfix/deferred-typef-mtime+3-execrm-f{};

9. 列出所有問題郵件

$find/var/spool/postfix/deferred-typef -execls-l--time-style=+%Y-%m-%d_%H:%M:%S{};

10. 刪除超過5天的問題郵件的退信記錄

$find/var/spool/postfix/defer-typef-mtime+5-execrm-f{};


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

評(píng)論


相關(guān)推薦

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

關(guān)閉