Hello Mark, two options come to my mind. a) export the mails containing directory using nfs or similar, let the remote archive mount it, then run pilerimport on that dir b) create tar or zip files (perhaps one per user) on the mail dirs, copy them to the archive host, unpack, and import them. You may use rsync or similar as well. Janos On 2024-02-08 15:46, Mark wrote:
Hi all, I want to ingest historical mail. I would like to avoid logging in via imap for each user and ingesting mail. Is there a way I can, from the IMAP server, point at the /var/spool/mail dir and have it send the mail for ingest to a remote piler server? Will this also work for something like Thunderbird mail folders? thanks