• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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