当前位置:网站首页>Postfix 技巧和故障排除命令
Postfix 技巧和故障排除命令
2022-07-03 17:47:00 【星哥玩云】
这里是一些我每天用的命令,当然,其他的email管理员也会使用,因此我写下来,以防我忘记。
列出/打印当前邮件队列
- # postqueue –p
- # mailq
如果队列太长,可以使用tail管道读取。
- # mailq | tail
清理队列
- # postqueue -f
立即投递某domain.com域名的所有邮件
- # postqueue -s domain.com
删除所有队列
- # postsuper -d ALL
删除指定的消息
- # postsuper -d messageid
重新排队邮件或者重新发送指定邮件
- #postfix -r msgid
查找邮件版本
- #postconf -d mail_version
- mail_version =2.6.6
你也可以查看下面的连接,这个连接有很多例子和不错的可用的解释文档,可以用来配置postfix:Postfix Configuration
边栏推荐
- 互联网医院HIS管理平台源码,在线问诊,预约挂号 智慧医院小程序源码
- Graduation summary
- Online assignment 3 of mobile Internet technology in the 20th autumn of electronic technology [standard answer]
- Qt调节Win屏幕亮度和声音大小
- Stm32h7 Hal library SPI DMA transmission has been in busy solution
- Analysis report on production and marketing demand and investment forecast of China's PVC industry from 2021 to 2026
- vs2013已阻止安装程序,需安装IE10
- 企业级自定义表单引擎解决方案(十一)--表单规则引擎1
- When absolutely positioned, the element is horizontally and vertically centered
- Getting started with deops
猜你喜欢
Wechat applet for the first time
Golang unit test, mock test and benchmark test
The third day of writing C language by Yabo people
Golang单元测试、Mock测试以及基准测试
IntelliJ 2021.3 short command line when running applications
Investigation on the operation prospect of the global and Chinese Anti enkephalinase market and analysis report on the investment strategy of the 14th five year plan 2022-2028
Kubernetes resource object introduction and common commands (V) - (NFS & PV & PVC)
How to purchase Google colab members in China
[RT thread] NXP rt10xx device driver framework -- Audio construction and use
Implementation of Tetris in C language
随机推荐
Ml (machine learning) softmax function to realize the classification of simple movie categories
[combinatorics] recursive equation (special solution example 1 Hannover tower complete solution process | special solution example 2 special solution processing when the characteristic root is 1)
[combinatorics] recursive equation (the problem of solving recursive equation with multiple roots | the problem is raised)
STM32H7 HAL库SPI DMA发送一直处于busy的解决办法
[combinatorics] recursive equation (solution of linear non-homogeneous recursive equation with constant coefficients | standard form and general solution of recursive equation | proof of general solut
When absolutely positioned, the element is horizontally and vertically centered
Qt调节Win屏幕亮度和声音大小
QT learning diary 9 - dialog box
[vscode] convert tabs to spaces
[UE4] brush Arctic pack high quality Arctic terrain pack
Records of long objects and long judgments in the stream of list
How to deploy applications on kubernetes cluster
Leetcode 108 converts an ordered array into a binary search tree -- recursive method
Applet with multiple tabs and Swipers + paging of each tab
STM32实现74HC595控制
Assembly for unloading Loadfrom() loaded assembly - unloading the assembly loaded with assembly LoadFrom()
c# .net 工具生态
Select 3 fcpx plug-ins. Come and see if you like them
Enterprise custom form engine solution (XI) -- form rule engine 1
i++与++i的区别:通俗易懂的讲述他们的区别