[qmailtoaster] domain display issues in vqadmin

2014-04-07 Thread Kelly Cobean
 

I have one domain in vqadmin that when I try to display the domain
properties using view domain, I get a blank screen. All of my other
domains display properly. If I try to view individual email accounts in
the domain using show email account, that works fine. 

Has anyone run
into this before or have any idea how to fix? 

Kelly 

 

Re: [qmailtoaster] domain display issues in vqadmin

2014-04-07 Thread Tony White

Hi,
  Back in 2011 Jake answered my question like yours thus...

Quote - From Jake..
I you look at the database for vpopmail, the domain that will not shows will have something like 254146493926 for the user 
data field. Change this to 0 and the domain will be visible again.


You will need something to view and edit your MySQL tables for vpopmail for the 
domain at fault.
It will be blindingly obvious when you see it.

best wishes
  Tony White

On 7/04/2014 23:25, Kelly Cobean wrote:

I have one domain in vqadmin that when I try to display the domain properties using view domain, I get a blank screen. 
All of my other domains display properly.  If I try to view individual email accounts in the domain using show email 
account, that works fine.



Has anyone run into this before or have any idea how to fix?

Kelly




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] domain display issues in vqadmin

2014-04-07 Thread Eric Broch
On 4/7/2014 7:25 AM, Kelly Cobean wrote:

 I have one domain in vqadmin that when I try to display the domain
 properties using view domain, I get a blank screen.  All of my other
 domains display properly.  If I try to view individual email accounts
 in the domain using show email account, that works fine.


 Has anyone run into this before or have any idea how to fix?

  

 Kelly

  

  

  
Kelly,

I did this:

After entering the mysql database server software enter the following
commands:

mysql use vpopmail;
mysql update dir_control set cur_users = 0 where domain = 
'offending-domain.com'


Eric



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] domain display issues in vqadmin

2014-04-07 Thread Kelly Cobean

Eric/Tony,
You guys are awesome.  Thanks so much, that did the trick.

Kelly

On 04/07/2014 10:29, Eric Broch wrote:

On 4/7/2014 7:25 AM, Kelly Cobean wrote:


I have one domain in vqadmin that when I try to display the domain
properties using view domain, I get a blank screen.  All of my 
other

domains display properly.  If I try to view individual email accounts
in the domain using show email account, that works fine.


Has anyone run into this before or have any idea how to fix?



Kelly







Kelly,

I did this:

After entering the mysql database server software enter the following
commands:

mysql use vpopmail;
mysql update dir_control set cur_users = 0 where domain =
'offending-domain.com'


Eric



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com