Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: Garjola Dindi <garjola@garjola.net>
Cc: info-gnus-english@gnu.org
Subject: Re: Configuration example for mbsync + dovecot + Gnus
Date: Mon, 25 Jan 2021 08:31:14 -0800	[thread overview]
Message-ID: <8735yp567h.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <87eei9s2k9.fsf@pc-117-162.ovh.com> (Garjola Dindi's message of "Mon, 25 Jan 2021 12:01:26 +0100")

Garjola Dindi <garjola@garjola.net> writes:

> Hi,
>
> I would like to move from a nnmaildir + OfflineIMAP configuration to
> something which:
>
> 1. scales better for large number of messages than nnmaildir and
> 2. does not use OfflineIMAP (Python 2 based and sometimes slow).
>
> I understand that some Gnus users use a local IMAP server with dovecot
> and the nnimap backend.
>
> I found these interesting instructions here:
>
> https://ericabrahamsen.net/tech/2014/oct/gnus-dovecot-lucene.html

I'm still using this setup! You didn't say what was going wrong, but
here's a sample config block for one of my IMAP accounts:

IMAPAccount ea
Host mail.ericabrahamsen.net
User eric@ericabrahamsen.net
PassCmd "/usr/bin/pass email/ea"
SSLType STARTTLS
Port 143

IMAPStore ea-ro
Account ea

IMAPAccount local-ea-dovecot
SSLType None
Host localhost
User eric-local@ericabrahamsen.net
Pass <boguspassword>
AuthMechs LOGIN

IMAPStore ea-daemon-local
Account local-ea-dovecot

Channel ea
Master :ea-ro:
Slave :ea-daemon-local:
Patterns *
Create Both
Expunge Both
Remove Both

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

  reply	other threads:[~2021-01-25 16:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-25 11:01 Garjola Dindi
2021-01-25 16:31 ` Eric Abrahamsen [this message]
2021-01-25 18:11   ` Garjola Dindi
2021-01-25 18:30     ` Eric Abrahamsen
2021-01-31 10:56       ` Garjola Dindi
2021-01-25 21:01 ` Jeffrey DeLeo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8735yp567h.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=garjola@garjola.net \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).