From: Peter Humphrey <peter@prh.myzen.co.uk>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Losing emails
Date: Wed, 09 Oct 2024 15:41:16 +0100 [thread overview]
Message-ID: <12531803.O9o76ZdvQC@cube> (raw)
Greetings,
You may remember my mentioning a fly in the ointment recently. Well, today I
went to post a follow-up, only to find that the message had disappeared from my
client, which is KMail. Perhaps I didn't actually send that mail, I thought,
so I checked the archive and there it was.
KMail runs on this PC (an Intel i5 NUC) and fetches IMAP mail from my LAN
server (an Intel i3 NUC) which runs fetchmail, postfix and dovecot. I had to
set this service up because KMail is hopeless with POP3 and Zen, my ISP,
doesn't offer IMAP4.
The process goes like this on the server:
1. Fetchmail runs every 5 minutes, fetches POP3 mail from Zen and sends it to
postfix (Zen's server then deletes the mail).
2. Postfix drops the mail in ~/.maildir for dovecot to serve to my client
KMail.
3. Rsync runs every 20 seconds and synchronises ~/.maildir to a separate
partition on /mnt/mailbu. The crontab entry is:
*/20 * * * * /usr/bin/rsync -a --open-noatime /home/prh/.maildir/ /mnt/mailbu
The odd thing is that the offending email is present both in ~/.maildir and in
/mnt/mailbu, so why is kmail not displaying it, or dovecot not serving it? How
can I tell which it is? I haven't changed dovecot.conf since mid-February.
I've run 'akonadictl fdisk' and 'akonadictl vacuum' but with no apparent
effect. I could try the sledge-hammer method and emerge -e, I suppose.
--
Regards,
Peter.
next reply other threads:[~2024-10-09 14:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-09 14:41 Peter Humphrey [this message]
2024-10-09 14:45 ` [gentoo-user] Losing emails Peter Humphrey
2024-10-09 23:34 ` William Kenworthy
2024-10-11 10:44 ` Peter Humphrey
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=12531803.O9o76ZdvQC@cube \
--to=peter@prh.myzen.co.uk \
--cc=gentoo-user@lists.gentoo.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