PDA

View Full Version : admin email account


existenz
12-21-2003, 08:23 PM
I noticed this problem on my 4.9 box that my admin email account was not working. When I looked at the the /etc/virtual/ the hostname for the server did not have a folder and corresponding files. If you want to take a look at my setup to see what I am talking about it could just be us...I will email you with this thread as a reference.


--------------------------------------------------
This message was created automatically by mail delivery software.

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:

user@host.domain.com
(ultimately generated from admin@domain.com)
failed to stat /etc/virtual/host.domain.com/. (No such file or directory):
retry timeout exceeded

--------------------------------------------------

DirectAdmin Support
12-22-2003, 12:09 AM
Hello,

Try this:


cd /etc/virtual
mkdir host.domain.com
chmod 711 host.domain.com
chown mail:mail host.domain.com

John