-
In users manager qmailadmin v1.2.13 display nagetive quotas, ex: -213.03 and etc ..
Please correct overflow :(.
2009-12-11 13:33:33 UTC by nobody
-
QmailAdmin only understands the older ezmlm-idx 0.4x releases. You could ask around on the QmailAdmin mailing lists (qmailadmin@inter7.com -- to subscribe, email qmailadmin-subscribe@inter7.com) to see if anyone would be interested in making the updates.
2009-11-21 17:59:33 UTC by tomcollins
-
When installing on a system with ezmlm-idx 7.0.0 a number of features appear to be broken...
The list configs are upgraded from ezmlm-idx 0.40-r2 and when first loading them, qmailadmin appears to load the details correctly, but subsequently saving and reloading it is unable to load the config from the format ezmlm-idx 7.0.0 saves it in...
I changed the b/g options for moderator/subscriber...
2009-11-20 10:11:10 UTC by nobody
-
roamer committed patchset 273 of module qmailadmin to the QmailAdmin CVS repository, changing 2 files.
2009-09-10 12:37:19 UTC by roamer
-
QMailadmin 1.2.13
VPopmail 5.5.0
Segmentation fault caused by vauth_getpw() in get_session_val() in template.c.
Since VPopmail has changed API vauth_getpw() causes segmentation fault unless vauth_load_module() is called before.
My fix:
add to qmailadmin.c in main() after init_globals():
vauth_load_module(NULL);
Regards.
2009-08-21 16:51:30 UTC by nobody
-
QMailadmin tries to use definition VPOPMAILLDIR in vpopmail_config.h
VPopmail-5.5.0 has changed API/include files, so the definition is not available anymore.
Regards.
2009-08-21 16:39:11 UTC by nobody
-
Say you have sales@example.com forward to john@example.com. I'd like to see the Delivered-To headers act like Received headers. Maybe john@example.com forwards to jdoe@example.net. In that case:
Delivered-To: jdoe@example.net
Received: [standard Received header here]
Received: [another Received header]
Delivered-To: john@example.com
Delivered-To: sales@example.com
Received: [received...
2009-08-18 23:14:34 UTC by tomcollins
-
volz0r committed revision 312 to the QmailAdmin SVN repository, changing 55 files.
2009-08-18 20:11:43 UTC by volz0r
-
Actually, I don't think it should say catchall@. It should use the envelope address probably. If there's indeed a
catchall, then the original address should be treated as if it exists. Thoughts?.
2009-08-17 15:07:58 UTC by volz0r
-
Yeah, makes sense, but I've seen some server-side mail handlers that have issues handling zero, or multiple Delivered-To headers. I guess that's their problem though.
2009-08-17 15:07:09 UTC by volz0r