Can't receive email problem

MSbrotherCOM

New member
Joined
Sep 5, 2003
Messages
4
Here is the returned message , the domain can send email but can' t receive .

---

This message was created automatically by mail delivery software (Exim).

A message that you sent has not yet been delivered to one or more of its
recipients after more than 72 hours on the queue on server.httpnetwork.com.

The message identifier is: 1A0ZqN-00029C-00
The subject of the message is: test4
The date of the message is: Thu, 18 Sep 2003 14:16:01 +0800

The address to which the message has not yet been delivered is:

[email protected]
Delay reason: failed to open /etc/virtual/christse.net/majordomo/list.aliases for linear search:
Permission denied (euid=8 egid=12)

No action is required on your part. Delivery attempts will continue for
some time, and this warning may be repeated at intervals if the message
remains undelivered. Eventually the mail delivery software will give up,
and when that happens, the message will be returned to you.
 
Hello,

Make sure that the file in question exists has the correct permissions:
Code:
chown majordom:mail /etc/virtual/christse.net/majordomo/list.aliases
chmod 640 /etc/virtual/christse.net/majordomo/list.aliases

John
 
Back
Top