unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* Help setting up a public-inbox instance: importing from maildir archive isn't working
@ 2023-06-13 14:49 Rebecca Cran
  2023-06-14  9:44 ` Eric Wong
  0 siblings, 1 reply; 4+ messages in thread
From: Rebecca Cran @ 2023-06-13 14:49 UTC (permalink / raw)
  To: meta

I'm trying to set up a public-inbox instance to mirror the edk2-devel 
mailing list. I'm using version 1.9.0.

I'm having problems importing a mirror of 105,000 messages from 2016 
onward - when I configured it to pull them from an IMAP server it 
appeared to go through all of them, but then the web interface only 
showed the last 10 or so, with no more pages and the edk2-devel.git 
directory is only a few MB.

When imap didn't work, I tried downloading them into a maildir and tried 
importing them via that instead, but that isn't working either.

I was wondering if someone on this list could help point out what I'm 
doing wrong.


The maildir is:


~$ du -h Maildump/
4.0K    Maildump/Mail/cur
4.0K    Maildump/Mail/tmp
2.5G    Maildump/Mail/new
2.5G    Maildump/Mail
2.5G    Maildump/

I'm using the following configuration in ~/.public-inbox/config:


[publicinbox]
     wwwlisting = all

[publicinbox "edk2-devel"]
     address = devel@edk2.groups.io
     inboxdir = /home/public-inbox/edk2-devel.git
     watchheader = List-Id:<devel.edk2.groups.io>
     url = https://openfw.io/edk2-devel
     watch = maildir:/home/public-inbox/Maildump/Mail/
     watch = imaps://imap.example.net/INBOX ; redacted
     indexlevel = full
     replyto = :list
     spamcheck = none
     obfuscate = true


Authentication for the imap server is handled via git-credential.

I'm running the following commands:


public-inbox-init -V2 -L full edk2-devel 
/home/public-inbox/edk2-devel.git https://openfw.io/edk2-devel 
devel@edk2.groups.io

public-inbox-watcher # I run this in a screen session

public-inbox-httpd     # I run this in a separate screen session, once 
public-inbox-watcher appears to have processed the existing messages


-- 

Rebecca Cran


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-20  2:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-13 14:49 Help setting up a public-inbox instance: importing from maildir archive isn't working Rebecca Cran
2023-06-14  9:44 ` Eric Wong
2023-06-19 19:12   ` Rebecca Cran
2023-06-20  2:56     ` Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).