当前位置:网站首页>Postfix tips and troubleshooting commands
Postfix tips and troubleshooting commands
2022-07-03 17:48:00 【Brother Xing plays with the clouds】
Here are some commands I use every day , Of course , Other email Administrators can also use , So I write it down , In case I forget .
List / Print the current mail queue
- # postqueue –p
- # mailq
If the queue is too long , have access to tail Pipe reading .
- # mailq | tail
Clean up the queue
- # postqueue -f
Deliver a immediately domain.com All messages of domain name
- # postqueue -s domain.com
Delete all queues
- # postsuper -d ALL
Delete the specified message
- # postsuper -d messageid
Re queue the mail or resend the specified mail
- #postfix -r msgid
Find the mail version
- #postconf -d mail_version
- mail_version =2.6.6
You can also check the connection below , There are many examples of this connection and good explanatory documents available , It can be used to configure postfix:Postfix Configuration
边栏推荐
- Luogu: p2685 [tjoi2012] Bridge
- [mathematical logic] equivalent calculus and reasoning calculus of predicate logic (individual word | predicate | quantifier | predicate logic formula | two basic formulas | proposition symbolization
- 企业级自定义表单引擎解决方案(十一)--表单规则引擎1
- 面试官:值为 nil 为什么不等于 nil ?
- 鸿蒙第三次培训
- Golang单元测试、Mock测试以及基准测试
- Enterprise custom form engine solution (XI) -- form rule engine 1
- How to purchase Google colab members in China
- 国内如何购买Google Colab会员
- [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
猜你喜欢

STM32 realizes 74HC595 control

STM32实现74HC595控制

聊聊支付流程的設計與實現邏輯

Internet Hospital his Management Platform source, online Inquiry, appointment Registration Smart Hospital Small program source

Records of long objects and long judgments in the stream of list

POM in idea XML graying solution

Research Report on competitive strategy Outlook Analysis and investment strategic planning of China's smart home equipment industry, 2022-2028

聊聊支付流程的设计与实现逻辑

TCP拥塞控制详解 | 3. 设计空间

Automata and automatic line of non-standard design
随机推荐
Getting started with deops
面试官:值为 nil 为什么不等于 nil ?
STM32H7 HAL库SPI DMA发送一直处于busy的解决办法
Luogu: p1155 [noip2008 improvement group] double stack sorting (bipartite graph, simulation)
Applet with multiple tabs and Swipers + paging of each tab
AcWing 3438. Number system conversion
[RT thread] NXP rt10xx device driver framework -- Audio construction and use
List of financial products in 2022
[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
ArrayList analysis 3: delete elements
Market demand survey and marketing strategy analysis report of global and Chinese pet milk substitutes 2022-2028
How to enforce parameters in PowerShell- How do I make parameters mandatory in PowerShell?
Basic grammar of interview (Part 2)
How to train mask r-cnn model with your own data
What is the difference between cloud server and cloud virtual machine
[mathematical logic] equivalent calculus and reasoning calculus of predicate logic (individual word | predicate | quantifier | predicate logic formula | two basic formulas | proposition symbolization
MySQL grouping query
Enterprise custom form engine solution (XI) -- form rule engine 1
MySQL has been stopped in the configuration interface during installation
PUT vs. POST for Uploading Files - RESTful API to be Built Using Zend Framework