This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
computing:exim4 [2021/10/30 18:42] – oemb1905 | computing:exim4 [2022/08/20 06:11] (current) – oemb1905 | ||
---|---|---|---|
Line 184: | Line 184: | ||
To delete all frozen emails and/or individually delete/ | To delete all frozen emails and/or individually delete/ | ||
- | exim -bp <message id> | ||
- | exim -Mrm <message id> | ||
- | exim -Mvh <message id> | ||
exim -bp | awk '/^ *[0-9]+[mhd]/ | exim -bp | awk '/^ *[0-9]+[mhd]/ | ||
+ | |||
+ | To read email body: | ||
+ | |||
+ | exim4 -Mvb <message id> | ||
+ | |||
+ | To view the email header: | ||
+ | |||
+ | exim -Mvh <message id> | ||
TLS can pitch an annoying warning that states "TLS connections will fail. Suggested action: either install a certificate or change tls_advertise_hosts option." | TLS can pitch an annoying warning that states "TLS connections will fail. Suggested action: either install a certificate or change tls_advertise_hosts option." |