Author |
|
rob Groupie
Joined: 03 September 2008 Location: Canada
Online Status: Offline Posts: 60
|
Posted: 19 September 2008 at 10:54am | IP Logged
|
|
|
I just noticed that if I have multiple pop accounts configured in a single login, and attempt to change the setting:
Use this account properties (login and password) for login
in order to make one pop account the default account, the system doesnt reset the "def_acct" column to 0 for each of the other pop accounts set up for the current user.
So in the end if we have 5 pop accounts setup for one user, and initially 1 of those accounts was marked as def_acct=1 in the database, if we were to go and set each of the other 4 accounts as default, all 5 would end up with def_acct=1.
I would think that only one pop account can be set as default for a user at any time.
How can we adjust the code to make this happen?
Rob
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 22 September 2008 at 3:24am | IP Logged
|
|
|
def_acct=1 means the given account can be used to log into WebMail Pro. The same e-mail account can be added to WebMail Pro multiple times and multiple users may send/receive messages through it. However, the same account cannot be set as default multiple times as it would cause an ambiguity during logging in, i.e. it'd be not clear which user is logging in.
So, the same user can have many accounts set as default, but the same account can be marked as default only once.
Best regards,
Andrew
|
Back to Top |
|
|