Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| kb:exim4 [2015/11/26 13:34] – created yehuda | kb:exim4 [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Exim4 ====== | ====== Exim4 ====== | ||
| + | good link: https:// | ||
| + | ===== main/ | ||
| + | <code bash> | ||
| + | DKIM_CANON = relaxed | ||
| + | DKIM_SELECTOR = XXXXXXX | ||
| + | |||
| + | DKIM_DOMAIN = ${lc: | ||
| + | DKIM_FILE = / | ||
| + | DKIM_PRIVATE_KEY=${if exists{/ | ||
| + | |||
| + | REMOTE_SMTP_HELO_DATA = ${lc: | ||
| + | MAIN_TRUSTED_USERS = mail: | ||
| + | MAIN_TLS_TRY_VERIFY_HOSTS = | ||
| + | </ | ||
| + | |||
| + | ===== Other ===== | ||
| + | |||
| + | <code bash> | ||
| + | # remove all emails | ||
| + | exim -bp | awk '/^ *[0-9]+[mhd]/ | ||
| + | # or | ||
| + | exim -qff | ||
| + | </ | ||
| < | < | ||
| #Remove all mails | #Remove all mails | ||
| exim -bp | exiqgrep -i | xargs exim -Mrm | exim -bp | exiqgrep -i | xargs exim -Mrm | ||
| + | |||
| + | |||
| + | 5 exim -bp | ||
| + | 6 exim -bp | awk '/^ *[0-9]+[mhd]/ | ||
| + | 7 tail -f / | ||
| + | 8 ls | ||
| + | 9 vi update-exim4.conf.conf | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| </ | </ | ||