E-mail forwarder failed

Hi

I have the same problem
I create an email forward, and it does not work.

It is on a VPS.

If I create forward to another server, it works.
If I create forward on the same domain, it does not work.

Have you an idea ?
Where to search for that problem ?

Thanks
 
Problem solved

I've found this in /var/log/messages
system library:fopen:Permission denied

I do :
Code:
chown mail:mail /etc/exim.cert
chown mail:mail /etc/exim.key

Then, I delete email which have to receive email, and recreate it.
 
Back
Top