exim4:test_exim4
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
exim4:test_exim4 [2016/11/07 22:27] – peter | exim4:test_exim4 [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 21: | Line 21: | ||
< | < | ||
- | john@sharewiz.net | + | john@example.com |
router = dovecot_user, | router = dovecot_user, | ||
</ | </ | ||
Line 31: | Line 31: | ||
exim -bt <remote address> | exim -bt <remote address> | ||
</ | </ | ||
+ | |||
+ | Result | ||
+ | |||
+ | < | ||
+ | R: dnslookup for mail@example.com | ||
+ | mail@example.com | ||
+ | router = dnslookup, transport = remote_smtp | ||
+ | host mx00.example.com [123.123.11.12] MX=10 | ||
+ | host mx01.example.com [123.123.11.13] MX=10 | ||
+ | </ | ||
+ | |||
Then try getting it to deliver mail, both locally and remotely. | Then try getting it to deliver mail, both locally and remotely. | ||
<code bash> | <code bash> | ||
- | exim -v postmaster@your.domain.example | + | exim -v postmaster@example.com |
- | From: user@your.domain.example | + | From: user@example.com |
- | To: postmaster@your.domain.example | + | To: postmaster@example.com |
Subject: Testing Exim | Subject: Testing Exim | ||
Line 61: | Line 72: | ||
</ | </ | ||
- | You must be root or an "admin user" in order to do this. The -d option produces rather a lot of output, but you can cut this down to specific areas. | + | You must be root or an "admin user" in order to do this. The **-d** option produces rather a lot of output, but you can cut this down to specific areas. |
One specific problem that has shown up on some sites is the inability to do local deliveries into a shared mailbox directory, because it does not have the " | One specific problem that has shown up on some sites is the inability to do local deliveries into a shared mailbox directory, because it does not have the " |
exim4/test_exim4.1478557677.txt.gz · Last modified: 2020/07/15 09:30 (external edit)