You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
517 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

mailq
===
显示待发送的邮件队列
## 说明
**mailq命令** 用户显示待发送的邮件队列显示的每一个条目包括邮件队列id、邮件大小、加入队列时间、邮件发送者和接受者。如果邮件最后一次尝试后还没有将邮件投递出去则显示发送失败的原因。
### 语法
```
mailq(选项)
```
```
-v显示详细的信息。
```
### 实例
```
[root@localhost ~]# mailq -v
/var/spool/mqueue is empty
Total requests: 0
```