domain pointer error

bjseiler

Verified User
Joined
Jun 19, 2003
Messages
197
I tried to create a domain pointer and I got this -

Unable to add domain pointer

Details
Error creating symlink: /var/spool/virtual/myproperty.com

but then it looks like it did create the record when I click on back. Not sure if this is a bug or if I did something wrong.
 
Hello,

Did the symbolic link "/var/spool/virtual/myproperty.com" get created? If not.. what are the permissions on /var/spool/virtual.

John
 
Not sure. It would mean that:
Code:
symlink("domain.com","/var/spool/virtual/myproperty.com");
is returning a non-zero status.. perhaps it already existed?.. can't say.

John
 
Back
Top