Author |
|
ahmedoso Newbie
Joined: 27 June 2010 Location: Qatar
Online Status: Offline Posts: 2
|
Posted: 27 June 2010 at 6:47pm | IP Logged
|
|
|
Hi ,
I got a small problem with a try to register a user throu a page I've added to the
project
Afer I create the user by the APIs , I found him added to the adminpanel website
but with no password and no mailbox size and I cannot login with that user created
when I tried to give that account a password from the admin panel , I couldn't
because it gives me error saying "Setting User vars failed"
Any help ?
|
Back to Top |
|
|
ahmedoso Newbie
Joined: 27 June 2010 Location: Qatar
Online Status: Offline Posts: 2
|
Posted: 27 June 2010 at 9:23pm | IP Logged
|
|
|
Something may make it easier to help me
I noticed that when i create user from the administration website it creates a
folder with same name as the user name at "C:\Program Files\AfterLogic XMail
Server Pro\MailRoot\domains\"
and no where else
while when I'm creating it using API it creates folder at
"D:\inetpub\vhosts\urgate.com\httpdocs\WEBMAIL\App_Data\Mail "
hope that makes it clearer
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 28 June 2010 at 3:37am | IP Logged
|
|
|
The first thing you need to check is that the correct protocol is specified for creating the account:
Code:
acct.MailIncomingProtocol = IncomingMailProtocol.WMServer; |
|
|
If you specify Pop3 or Imap4, it would not create account on MailSuite Pro correctly, hence such issues might occur.
--
Regards,
Igor, AfterLogic
|
Back to Top |
|
|