Hello,
I'm upgrading vpopmail to version 5.4.21. The documentation states that
I need to alter some tables.
ALTER TABLE `dir_control` CHANGE `pw_domain` `pw_domain` CHAR(96) NOT NULL;
ALTER TABLE `ip_alias_map` CHANGE pw_domain pw_domain CHAR(96) NOT NULL;
...
I read on a previous post tha
Please try creating a domain with a long name, up around 80-90
characters long. Then try to add a user, delete that user then delete
that domain. If it all works, you are in good shape and I'll change
the note in INSTALL to say you don't have to do anything special if
you are using --disabl
mlist wrote:
Please try creating a domain with a long name, up around 80-90
characters long. Then try to add a user, delete that user then
delete that domain. If it all works, you are in good shape and I'll
change the note in INSTALL to say you don't have to do anything
special
John Simpson wrote:
On 2007-09-19, at 1532, mlist wrote:
Please try creating a domain with a long name, up around 80-90
characters long.
...
I did as you said and I recieved errors. Here is the command I used
and the errors returned.
...
vmysql: error creating table
Okay, running into a new problem suddenly. I thought I had seen this
problem on the list before - but my searches came up with nothing - so I
appologize if this is duplicated.
Now when I try to delete a user I get a segfault:
mail:/home/vpopmail/bin # vdeluser [EMAIL PROTECTED]
Segmentation f
Rick Widmer wrote:
mlist wrote:
John Simpson wrote:
and since mysql has a limit of 64 bytes for a table name, you have
a... maybe not a bug, but a design flaw. the name "a(63
times).com" IS a valid domain name, but "a(63 times)_com" is NOT
a valid table name.
Robin Bowes wrote:
John Simpson wrote:
On 2007-09-20, at 1236, mlist wrote:
Now when I try to delete a user I get a segfault:
mail:/home/vpopmail/bin # vdeluser [EMAIL PROTECTED]
Segmentation fault
first, why would you want to delete a domain's "postmaster" mail
Hello,
I have a question regarding vpopmail upgrades. The UPGRADE
documentation states:
When recompiling vpopmail, you need to recompile all binaries that link
into the vpopmail libraries. These include QmailAdmin, qmail-smtpd (if
you have the chkuser patch applied), Courier-IMAP etc.
I hav
DAve wrote:
Tren Blackburn wrote:
Hi DAve;
-Original Message-
From: DAve [mailto:[EMAIL PROTECTED]
Sent: Friday, October 05, 2007 11:39 AM
To: vpopmail
Subject: [vchkpw] My single point of failure... failed
I got bit hard this morning and I am looking for a solution. I have
been
slowl