• 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.

Migrating mailman and horde mail

H

hegebutt

Guest
I need to migrate some mailman lists and horde mail. I would like to do this manually. I've searched these forums and have found other similar questions, but no answers.

1. Where is horde mail stored?

2. How would I go about migrating mailman lists?
 
Horde/IMP reads the same directory structure that Qmail uses, for the Inbox:

/var/qmail/mailnames/domain.tld/username/Maildir/cur

then for the others such as .Trash, .spam, etc see:
/var/qmail/mailnames/domain.tld/username/Maildir

Remember they are hidden, so use ls -al

I believe mailman has a table in the psa database, table name 'MailLists', then the files are kept in /var/mailman

I've never tried migrating them before so I'm not sure about exact procedure on migrating the lists.
 
Thanks. That's what I was looking for.

I'm migrating from cpanel, and saved messages for Horde are stored as text. When looking in the cur directory on my new server, it seems the messages are not stored the same way.

Do you know anything about this?
 
Back
Top