Difference between revisions of "Sendmail Cheat Sheet"
Jump to navigation
Jump to search
(Created page with "{| | |Exim |Postfix |- |Send message from the command line: |<code>-v ''to_address''</code> |- |Send text file as message: |<code>-v -t ''text.file''</code> |- |List queue: |<...") |
(No difference)
|
Latest revision as of 23:20, 31 December 2019
Exim | Postfix | |
Send message from the command line: | -v to_address
| |
Send text file as message: | -v -t text.file
| |
List queue: | -bp
| |
Show queued message content: | -Mvb id
| |
Delete queued message: | -Mrm id
| |
Retry queued message: | -M id
|