Richard G
Verified User
I've discovered a problem which was not present before.
At first you have the /etc/aliases file in which several users are forwarded to root like this
Ofcourse you have to forwat this so at the end you will do something like this:
But this isn't working anymore. Mail send to abuse, postmaster, hostmaster or whatever, is not forwarded to [email protected] anymore.
I guess this is already since a longer time, but just discovered by accident.
I tried doing the newaliases command and restarting Exim, but mail is not send.
You only get this error:
How can I fix this? I know about the /root/.forward file, but this should working with the aliases file too.
Any clues/idea's on wy this is not working as designed?
At first you have the /etc/aliases file in which several users are forwarded to root like this
Code:
mailer-daemon: postmaster
postmaster: root
abuse: root
Ofcourse you have to forwat this so at the end you will do something like this:
Code:
# Person who should get root's mail
#root: marc
root: [email protected]
diradmin: :blackhole:
But this isn't working anymore. Mail send to abuse, postmaster, hostmaster or whatever, is not forwarded to [email protected] anymore.
I guess this is already since a longer time, but just discovered by accident.
I tried doing the newaliases command and restarting Exim, but mail is not send.
You only get this error:
Nothing more. Seems that the address does not exist.A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
[email protected]
How can I fix this? I know about the /root/.forward file, but this should working with the aliases file too.
Any clues/idea's on wy this is not working as designed?