meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:exim:issues [2019/08/22 08:45] – niziak | linux:exim:issues [2021/04/30 10:30] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Issues ====== | ||
| + | |||
| + | ====== F=<>: Unrouteable address ====== | ||
| + | |||
| + | < | ||
| + | www-data@hostnaname.example.com F=<>: Unrouteable address | ||
| + | </ | ||
| + | |||
| + | Test routing path: | ||
| + | < | ||
| + | exim -bt www-data@example.com | ||
| + | |||
| + | DEBUG: system_aliases for www@example.com | ||
| + | DEBUG: procmail for www-data@example.com | ||
| + | www-data@example.com is undeliverable: | ||
| + | </ | ||
| + | |||
| + | So the reason of problem is suffix based aliases search pattern. Address '' | ||
| + | |||
| + | **Workaround: | ||
| + | < | ||
| + | www@example.com: | ||
| + | www: user: | ||
| + | </ | ||
| + | |||
| + | |||
| ====== unable to set gid=33 ====== | ====== unable to set gid=33 ====== | ||