> /etc/alias -- postmater & abuse are piped to root.. but I get 
> neither..
> 
> # Basic system aliases -- these MUST be present.
> mailer-daemon: postmaster
> postmaster: root
> [snip]
> abuse: root
> 
By default exim won't deliver to the root user, try putting 
root: someotheruser
in /etc/aliases

By the way, you can test how addresses will be delivered by using 
exim -d -bt address
(the -d is optional and turns on extra debug information). 
For more information have a look through the Exim spec, paying particular
attention to never_users.
 John

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to