Re: fetchmail to an IMAP proxy with filtering?
Peter Humphrey <[email protected]> Tue, 16 Jun 2026 12:22:40 +0100
| Newsgroups | gmane.linux.gentoo.user |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday, 16 June 2026 02:58:49 British Summer Time Jay Faulkner wrote: > I've needed to improve my email situation for a while. Right now, I have > my personal mail hosted on Office 365. I just IMAP it off into > Thunderbird on my desktop, laptop, and phone. Two major problems with > that setup right now: first, I keep getting rate-limited on IMAP from > Office 365. Secondly, the filtering provided by the service is very > limited and doesn't always work great. > > So I was thinking, it's got to be possible for me to setup a kind of > client-proxy, right? --->8 I do something like that. My ISP offers only POP3 mail delivery, and I use KMail as user agent, which was weak in that area the last time I tried it but it's fine with IMAP4 (I was told that none of its devs have a POP3 account to test it). My solution has been to run a local mail server, with fetchmail, postfix and dovecot. Fetchmail collects everything from the ISP every five minutes and forwards it to postfix, where dovecot serves it to my PC as IMAP. All this is done on a small local server, but it could equally be done here on the desktop machine. The only difficulty is in setting postfix up to act as final destination; I've asked for help with that here before, and I'm not sure I have it just-so yet. It may still be insisting on forwarding some mail elsewhere; I haven't checked recently. -- Regards, Peter.