-
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
-
I'm not sure about that... I found this from the Postfix manual, and it seems to imply that there could be multiple Delivered-To headers, and that they might be used for loop detection.
MAIL FORWARDING
For the sake of reliability, forwarded mail is re-submit-
ted as a new message, so that each recipient has a sepa-
rate on-file delivery status record.
In...
2009-08-15 03:48:07 UTC by tomcollins
-
volz0r committed revision 311 to the QmailAdmin SVN repository, changing 21 files.
2009-08-14 18:58:49 UTC by volz0r
-
Isn't multiple Delivered-To headers breaking the idea of what Delivered-To means? Delivered-To generally
means final delivery, doesn't it?.
2009-08-14 18:18:01 UTC by volz0r