[vchkpw] 552 message too large error

2006-03-08 Thread Michele Virgilio
Hi, i need that my qmail+vpopmail server accepts messages of 15 Mb, but when I try to send such messages, I get this error: 552 message too large I've tried to set /var/qmail/control/databytes with 3000... but doesn't work... Any help please? Thanks, Mik

Re: [vchkpw] 552 message too large error

2006-03-08 Thread Shane Chrisp
On Wed, 2006-03-08 at 11:49 +0100, Michele Virgilio wrote: > Hi, i need that my qmail+vpopmail server accepts messages of 15 Mb, but when > I try to send such messages, I get this error: > > 552 message too large > > I've tried to set /var/qmail/control/databytes with 3000... but doesn't > wo

RE: [vchkpw] 552 message too large error

2006-03-08 Thread Michele Virgilio
> > Did you reload qmail after changing the databytes value? > Yes, i did a #qmailctl restart and a #vpopmailctl restart without success, then a full reboot, but the error is still there :(

Re: [vchkpw] 552 message too large error

2006-03-08 Thread Jeremy Kitchen
On Wednesday 08 March 2006 02:51, Shane Chrisp wrote: > On Wed, 2006-03-08 at 11:49 +0100, Michele Virgilio wrote: > > Hi, i need that my qmail+vpopmail server accepts messages of 15 Mb, but > > when I try to send such messages, I get this error: > > > > 552 message too large that's not a qmail er

[vchkpw] Re: what's this 'vpopmailctl' stuff? (Was: [vchkpw] 552 message too large error)

2006-03-08 Thread Jeremy Kitchen
On Wednesday 08 March 2006 03:13, Michele Virgilio wrote: > > Did you reload qmail after changing the databytes value? > > Yes, i did a #qmailctl restart and a #vpopmailctl restart without success, > then a full reboot, but the error is still there :( forgive my ignorance, but I don't understand w

[vchkpw] maildirquota.c patches against 5.4.15

2006-03-08 Thread Jon Simola
I believe this fixes most of my problems with weird quotas showing up in maildirsize files, as on some systems long and off_t are not the same. The "%lld" in the sprintf (bottom of the patch) may not be correct on all systems but was required in my case, as off_t is typedef'd as long long. --- mai

Re: [vchkpw] Re: what's this 'vpopmailctl' stuff? (Was: [vchkpw] 552 message too large error)

2006-03-08 Thread Michael Krieger
Potential answer to the parent question below.  Now, re vpopmailctl:vpopmailctl is a script provided by some distros, that ultimately is more like a qmailctl but not for each component.  All it does is run svc for these pop3 and pop3ds.  It really sholdn't be named vpopmailctl, but so be it.

Re: [vchkpw] Re: what's this 'vpopmailctl' stuff? (Was: [vchkpw] 552 message too large error)

2006-03-08 Thread Jeremy Kitchen
On Wednesday 08 March 2006 11:14, Michael Krieger wrote: > Potential answer to the parent question below. Now, re vpopmailctl: > > vpopmailctl is a script provided by some distros, that ultimately is > more like a qmailctl but not for each component. All it does is run svc > for these pop3 an

[vchkpw] Automatically removing stale users?

2006-03-08 Thread Benjamin Owens
On the Inter7 webpage it says that vpopmail can automatically remove stale users/accounts. How does one do that? I've been looking through mailling list archives and searching Google for the last hour now with no luck.

Re: [vchkpw] Automatically removing stale users?

2006-03-08 Thread Rick Macdougall
Benjamin Owens wrote: On the Inter7 webpage it says that vpopmail can automatically remove stale users/accounts. How does one do that? I've been looking through mailling list archives and searching Google for the last hour now with no luck. Hi, vdeloldusers options: -a age_in_days (will

Re: [vchkpw] Automatically removing stale users?

2006-03-08 Thread Benjamin Owens
Holy cow, how could I have been so stupid as to not notice that? Thanks for directing me.. maybe I need some more tea more than I thought. Benjamin Owens Web Systems Admin TechXpress, Inc. 3450 Broad Street, Suite 101 San Luis Obi

[vchkpw] IMAP connections fail after undetermined period.

2006-03-08 Thread james cooke
Hello, After a few hours of running - I haven't narrowed it down to a certain time, it seems to vary - IMAP connections fail with: dovecot: Mar 08 16:29:59 Error: auth(default): vmysql: sql error[3]: MySQL server has gone away Setup is FreeBSD 5.4, qmail 1.03, vpopmail 5.4.13, dovecot 1.0, mysql

Re: [vchkpw] IMAP connections fail after undetermined period.

2006-03-08 Thread Michael Krieger
Check your connection limits to the MySQL server.  Seems to occasionally happen when a flood of smtp connections or pop connections opens up a lot of MySQL backends.  Essentially it means that it tried to run its database queries and the server isn't there and has broken or didn't accept the co