summaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
authorGab Virebent <noreply@virebent.art>2026-05-26 00:06:05 +0200
committerGab Virebent <noreply@virebent.art>2026-05-26 00:06:05 +0200
commit507ca3a7e3f2d72e583bb26d6817f7deee9188ec (patch)
tree76827026924649ac1d970a48834e3c252b44b068 /accounts
parent847759f50596b0d992085aa34d7b5b78057aa7ce (diff)
downloadneomutt-config-507ca3a7e3f2d72e583bb26d6817f7deee9188ec.tar.gz
neomutt-config-507ca3a7e3f2d72e583bb26d6817f7deee9188ec.tar.xz
neomutt-config-507ca3a7e3f2d72e583bb26d6817f7deee9188ec.zip
update: real mail2news config with virebent.art onion addresses, add Tor profile and posting script
- accounts/mail2news: real onion SMTP endpoint, ephemeral nobody@virebent.invalid From - scripts/m2n-prompt.sh: working interactive posting script (swaks + torsocks) - neomuttrc.tor: Tor profile sourcing mail2news account, F9 macro binding - neomuttrc.common: shared UI/GPG/sidebar base config - README: rewritten in English, documents actual setup and gateway address
Diffstat (limited to 'accounts')
-rw-r--r--accounts/mail2news36
1 files changed, 10 insertions, 26 deletions
diff --git a/accounts/mail2news b/accounts/mail2news
index e3be1e7..9fa485e 100644
--- a/accounts/mail2news
+++ b/accounts/mail2news
@@ -1,36 +1,20 @@
-# Account: mail2news (solo SMTP via Tor, nessun IMAP)
-#
-# Questo account usa un indirizzo fisso (mittente anonimo) e una chiave ECC dedicata
-# per firmare tutti i post Usenet inviati via mail2news.
-#
-# Il server SMTP è raggiungibile solo via Tor (.onion) — nessuna connessione clearnet.
-# Il "From" viene settato qui e usato dallo script m2n-post.sh
+# ~/.config/neomutt/accounts/mail2news
+# Send-only account — mail2news gateway via Tor onion SMTP
-# Mittente fisso per tutti i post mail2news
-# Usa un indirizzo .invalid per non rivelare email reale
-set from = "anon@anonymous.invalid"
-set realname = "Anonymous"
+# Ephemeral From — .invalid domain cannot be traced or replied to
+set from = "nobody@virebent.invalid"
+set realname = "anonymous"
-# Nessun IMAP - solo invio
-set folder = ""
+# No inbox — send only
+set folder = ""
set spoolfile = ""
-# SMTP via Tor (.onion) — mail2news server onion
-# Sostituisci con l'indirizzo .onion del tuo server mail2news preferito
-# Esempio noto: mail2news pubblico su Tor
-set smtp_url = "smtp://MAIL2NEWS_ONION_ADDRESS.onion:25"
+# SMTP via Tor hidden service — virebent.art mail2news onion relay
+set smtp_url = "smtp://xilb7y4kj6u6qfo45o3yk2kilfv54ffukzei3puonuqlncy7cn2afwyd.onion:25"
set smtp_pass = ""
set ssl_starttls = no
set ssl_force_tls = no
-# GPG/ECC — chiave dedicata per mail2news (separata dalle email personali)
-# Genera con: gpg --full-generate-key → ECC/Ed25519
-# Poi esporta la pubkey su keyserver o allegala nei post
-set pgp_default_key = "FINGERPRINT_CHIAVE_ECC_MAIL2NEWS"
-set pgp_sign_as = "FINGERPRINT_CHIAVE_ECC_MAIL2NEWS"
-set crypt_autosign = yes # firma automatica di tutti i post
-
-# Header identificativo
-my_hdr X-Mailer: NeoMutt/mail2news
+my_hdr X-Mailer: NeoMutt
color status black white