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
Hi.
I'm using Qmail with Vpopmail to manage some e-mail virtual domains
and users with no problem.
I need to manage the local users too, with the Maildir support.
How I configure Vpopmail to use the local users too?
Thank you very much!
Bye.
mlist wrote:
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 p
Hello, I just wonder if someone had the same problem I had with 90.2
clamav on hi cpu also I had the problem that it same ERROR need a full
path after clamav started. I found a patch for that and I have applied
the shupp's patch to 90.3 and now the load is low.
Just my 2 cents.
Remo Mattei
Networ
On 2007-09-18, at 1513, shacky wrote:
I'm using Qmail with Vpopmail to manage some e-mail virtual domains
and users with no problem.
I need to manage the local users too, with the Maildir support.
How I configure Vpopmail to use the local users too?
migrate the local users' mailboxes over to v
On 2007-09-17, at 1751, Jeremy Kister wrote:
On 9/17/2007 5:28 PM, John Simpson wrote:
which reminds me... how about a patch to change the maximum
password length to a more realistic limit? i've been doing this
for several years, after applying patches but before running "./
configure"..
> On 2007-09-17, at 1751, Jeremy Kister wrote:
> good idea. i just wrote a patch to do both items.
>
> sourceforge has it as #1797464, or you can also download it from my
> web site.
>
> http://qmail.jms1.net/vpopmail/#passlen
>
I think you want it to be an #ifndef, not a #ifdef (I'm not loo