Re: [exim] abuse and or postmaster for all domains

Startseite
Nachricht löschen
Nachricht beantworten
Autor: John Burnham
Datum:  
To: exim-users
Betreff: Re: [exim] abuse and or postmaster for all domains
> /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