Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| kb:exim4 [2015/12/14 17:29] – 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> | <code bash> | ||