• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

convert exim mail storage to qmail maildir

K

k.satirli

Guest
has anyone got a few hints for me on how I can convert old exim mails (created on a cpanel powered server) to the qmail format?

horde has an option to upload the file and it would convert it. it worked fine for small files ( < 8 mb) but mine are all around 100 mb and uploading those via the browser is ... well impossible.

a shell script would be awesome or anything that works painlessly for 20 big files.
 
thanks for your help. I had a go at the script and it semi-worked:

Code:
perl mb2md.pl -s /root/test/inbox -d /var/qmail/mailnames/domain.com/liquidblaze

returned:

Code:
Converting /root/test/inbox to maildir: /var/qmail/mailnames/domain.com/liquidblaze
Source Mbox is /root/test/inbox
Target Maildir is /var/qmail/mailnames/domain.com/liquidblaze 
Dummy mail system first message detected and not saved.
3 messages.

however, the messages dont show up in my inbox nor anywhere else..

[EDIT]

woohoo. found it.

the target mail dir should be:

/var/qmail/mailnames/domain.com/liquidblaze/Maildir

somehow ... obvious :rolleyes:
 
Back
Top