PDA

View Full Version : Transferring accounts



teedee
11-05-2003, 05:09 AM
Hi,

When transferring accounts froma CPanel server is there any way I can create new mail accounts manually and then copy the info from /home/username/etc/shadow to a file in DA so that the mail addresses retain their passwords ? If so where do I copy this info to ?

DirectAdmin Support
11-05-2003, 08:36 AM
Hello,

The passwd file is located in:

/etc/virtual/domain.com/passwd

The format is:

username1:encryptedpassword1
username2:encryptedpassword1
...

It should be read/writeable by mail.

John