Hey Bill; I don't use the small site layout. Every domain has it's own table. And I didn't start from scratch. This server was a 4.9.10 upgraded to 5.0. I am *not* using the latest release candidate of vpopmail 5. I think I might take this opertunity to do that today however, and as well upgrade to the latest version of qmailadmin and keep you advised of the results.
Regards, Tren. -----Original Message----- From: Bill Shupp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 10, 2001 12:08 PM To: [EMAIL PROTECTED] Subject: Re: mailbox drop-down empty on 10/10/01 12:42 PM, Bill Shupp at [EMAIL PROTECTED] spake: > I'll try to do some testing later today and see if I can reproduce your > problem, and look for a solution if I can. > > Thanks, > > Bill Shupp Alessandro, Tren: I dropped all mysql tables, recompiled vpopmail-5.0 (final beta) with your configure options exactly, created test.com, added a few users (command line), and recompiled qmailadmin 0.87. I cannot reproduce the problem. The number of users at the top of "POP Accounts" is correct, and when adding an alias the pop accounts show up in the drop down menu correctly. I suspect there might be a difference in the table definitions. Here's a dump of my vpopmail database: # MySQL dump 8.16 # # Host: localhost Database: vpopmail #-------------------------------------------------------- # Server version 3.23.42-log # # Table structure for table 'dir_control' # CREATE TABLE dir_control ( domain varchar(255) NOT NULL default '', cur_users int(11) default NULL, level_cur int(11) default NULL, level_max int(11) default NULL, level_start0 int(11) default NULL, level_start1 int(11) default NULL, level_start2 int(11) default NULL, level_end0 int(11) default NULL, level_end1 int(11) default NULL, level_end2 int(11) default NULL, level_mod0 int(11) default NULL, level_mod1 int(11) default NULL, level_mod2 int(11) default NULL, level_index0 int(11) default NULL, level_index1 int(11) default NULL, level_index2 int(11) default NULL, the_dir varchar(255) default NULL, PRIMARY KEY (domain) ) TYPE=MyISAM; # # Table structure for table 'lastauth' # CREATE TABLE lastauth ( user varchar(32) NOT NULL default '', domain varchar(223) NOT NULL default '', remote_ip varchar(18) NOT NULL default '', timestamp bigint(20) NOT NULL default '0', PRIMARY KEY (user,domain) ) TYPE=MyISAM; # # Table structure for table 'vpopmail' # CREATE TABLE vpopmail ( pw_name varchar(32) NOT NULL default '', pw_domain varchar(223) NOT NULL default '', pw_passwd varchar(255) default NULL, pw_uid int(11) default NULL, pw_gid int(11) default NULL, pw_gecos varchar(255) default NULL, pw_dir varchar(255) default NULL, pw_shell varchar(255) default NULL, pw_clear_passwd varchar(255) default NULL, PRIMARY KEY (pw_name,pw_domain) ) TYPE=MyISAM; Please compare that to yours and report any differences you see. Thanks, Bill Shupp
