meta data for this page
Differences
This shows you the differences between two versions of the page.
linux:mail:exim:cli [2023/04/05 16:49] – created niziak | linux:mail:exim:cli [2023/04/05 16:50] (current) – niziak | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== cheats ===== | ===== cheats ===== | ||
<code bash> | <code bash> | ||
- | # exim4 -bpc <= View the list of messages in the queue | + | exim4 -bpc <= View the list of messages in the queue |
- | # exim4 -Mvb <= View for a detailed message its body | + | exim4 -Mvb <= View for a detailed message its body |
- | # exim4 -Mvh <= View for a detailed message its headers | + | exim4 -Mvh <= View for a detailed message its headers |
- | # exim4 -d+expand -be <= DEBUG PROCESS AND MAILBOX | + | exim4 -d+expand -be <= DEBUG PROCESS AND MAILBOX |
- | # exim4 -bd -d -oX 25 <= DEBUG FOREGROUND WITH FIXED LISTENING PORT | + | exim4 -bd -d -oX 25 <= DEBUG FOREGROUND WITH FIXED LISTENING PORT |
- | # exim4 -bd -d -q15m <= DEBUG FOREGROUND | + | exim4 -bd -d -q15m <= DEBUG FOREGROUND |
- | # exim4 -bp | awk ' | + | exim4 -bp | awk ' |
- | # exim4 -bp | awk ' | + | exim4 -bp | awk ' |
- | # exim4 -bS < smtp_stream | + | exim4 -bS < smtp_stream |
</ | </ | ||