Author |
|
fitzel Newbie
Joined: 13 March 2009 Location: Germany
Online Status: Offline Posts: 1
|
Posted: 13 March 2009 at 7:01pm | IP Logged
|
|
|
Hi,
im having a problem with adding users.. it always says "can't create account"
but it says total:1 at the bottom left but the new user doesnt show up in the list.
I also get a new entry at /var/MailRoot/domains/domainname/username
this is weird .. i changed the permissions to chmod 0777 -R ..
whats going on here ..?:-(
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 17 March 2009 at 7:46am | IP Logged
|
|
|
First of all - stop the XMail server:
/var/MailRoot/domains and /var/MailRoot/tmp.tabindex directories both must be cleared, and /var/MailRoot/domains.tab file must be empty too. Make sure that the access permissions are set for user from whom AfterLogic XMail Server works, the easiest way for default "apache" user is:
Code:
chown -R apache.apache /var/MailRoot |
|
|
Restart the server:
Code:
/etc/init.d/xmail restart |
|
|
After that you should be able to create new domains and place necessary users there.
Regards,
Igor
|
Back to Top |
|
|