From e7e9e2fdf40e566a50f98d0f421892d696d6681e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 16 Aug 2022 18:37:22 +0000 Subject: doc: add POP3 archive link, favor AUTH=ANONYMOUS for IMAP POP3 access is less straightforward since it requires a UUID cookie embedded into the username to track deletes, and also requires embedding the mailbox name into the username (since POP3 has a 1:1 user:folder mapping). Of course, a Tor .onion endpoint is supported for anonymity. AUTH=ANONYMOUS is recommended for IMAP since bots were attempting to use compromised logins to scrape the public mail archives for private info and burning up my CPU. --- .olddoc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.olddoc.yml') diff --git a/.olddoc.yml b/.olddoc.yml index 10ddc07..9780a83 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -14,8 +14,8 @@ noindex: - unicorn_rails_1 public_email: unicorn-public@yhbt.net imap_url: -- imaps://yhbt.net/inbox.comp.lang.ruby.unicorn.0 -- imap://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.unicorn.0 +- imaps://;AUTH=ANONYMOUS@yhbt.net/inbox.comp.lang.ruby.unicorn.0 +- imap://;AUTH=ANONYMOUS@7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.unicorn.0 nntp_url: - nntps://news.public-inbox.org/inbox.comp.lang.ruby.unicorn - nntp://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.unicorn -- cgit v1.2.3-24-ge0c7