John Cole wrote:
Installed QMToaster to replace old hand-compiled toaster where email addresses and domains were stored in a single MYSQL table. All worked but quickly realized that QMToaster defaults to separate tables for each domain. Rebuilt vpopmail-toaster-5.4.17 rpm after editing spec in two places:
Not a bug. This is the way it's set up.
Re-installed vpopmail RPM -uvh. Vpopmail now just creates one combined vpopmail table for all domains. Also, all vpomail admin scripts in bin create domains and users in this table and delete them. However, no email is accepted for any domains. All are rejected "511 sorry, no mailbox here by that name (#5.1.1 - chkuser)". Qmail SMTP log file indicates that qmail is still attempting to deliver incoming emails looking in separate tables for each domain. Is this a bug or what do I need to do to correct this delivery issue?
So you changed the setup that works, and now it's broke. This should tell you whats wrong.
If you change the configuration back to the way it supposed to be, chkuser will be able to function again. Or you if you must change the vpopmail config you'll also need to edit the qmail-toaster config and remove the chkuser settings/patch. I cannot think of any other packages you would need to edit, but that does not mean there will not be some more problems. The patches/configuration used with the Qmailtoaster packages you downloaded are tried and true.
