This new ebuild adds additional patches to make Qmail work together in a qmail+vpopmail+courier-imap+mysql environment as described on http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm. In particular, qmail now supports the maildir quota system of vpopmail and courier-imap, it will use "localtime" and not GMT in the email headers (ok, you can remove that one if you want to ;) and it applies a patch to support the ESMTP SIZE command. Actually the most important patch was the maildir quota one. I've also fixed a bug that prevented ebuild /var/db/pkg/net-mail/qmail/qmail-1.03-r11.ebuild config from being successful by setting the LC_ALL environment variable under the pkg_config() section to "C".
Created attachment 15995 [details] The qmail ebuild with bugfix and patches added If you want to, you can remove the date and size patch. They're not as important as the maildir patch which allows you to create an outstanding mail system.
Created attachment 15996 [details] The qmail ebuild with bugfix and patches added
Ok, i'm working this into my -r12. I'll put the localtime patch into the ebuild, but it is staying commented out in the ebuild, as mail really should be in GMT I believe. As a note, the prefer submission format for changes like this is a patch against the latest ebuild in the tree (-r12 in this case).