[Postfixadmin-devel] export mailbox feature (patch)
Brought to you by:
christian_boltz,
gingerdog
From: stefano s. <sco...@gm...> - 2015-02-11 18:35:06
|
hello, in my environment domain admins need to export mailboxes, either if they are mbox or maildir or whatever. i wrote a simple patch to add this feature, it has not all exception checking and it dies instead of showing nice messages, but it is acceptable as a first release on my system. Notes: 1. it works only if postfixadmin is local with your mail server. 2. it depends on http://php.net/manual/en/book.zip.php php module. 3. webserver's user has to have access permissions on mailboxes files and folders. 4. the working language is only english at the moment. 5. i am using debian 7, that's why the patch is for postfixadmin-2.3.5 6. it doesnt support '~' paths yet. i can fix those 3 last lacks if you say you are interested in this. thanks for your attention. |