email issues

cmg05

New member
Joined
Dec 5, 2005
Messages
1
Hi,

My harddrive died a few days ago. We've reinstalled a new harddrive, Directadmin, and FreeBSD.

But the email server is not functioning properly. I can send emails from Outlook Express, but can not received them.

We checked one of the websites log file and this is what we found:

2005-12-05 11:19:10 1EjJ3T-000F58-Fu == [email protected] R=virtual_user T=virtual_localdelivery defer (13): Permission denied: failed to create directories for /var/spool/virtual/gogethost.com: Permission denied

This is just one of many error messages. Please help.

Thank YOU!
 
Try:
Code:
mkdir /var/spool/virtual
chown mail /var/spool/virtual
chgrp mail /var/spool/virtual
chmod 755 /var/spool/virtual

That will at least get your virtual directory created. The email software should do the rest, if not you may also have to create the subdirectories for each domain under that directory.
 
Back
Top