meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:exim:issues [2021/04/30 09:30] niziaklinux:exim:issues [2021/04/30 10:30] (current) niziak
Line 17: Line 17:
  
 So the reason of problem is suffix based aliases search pattern. Address ''www-data'' is translated to ''www'' which doesn't exists. So the reason of problem is suffix based aliases search pattern. Address ''www-data'' is translated to ''www'' which doesn't exists.
 +
 +**Workaround:**  add some workaround aliases like:
 +<code>
 +www@example.com: user
 +www: user:
 +</code>
 +
  
 ====== unable to set gid=33 ====== ====== unable to set gid=33 ======