From 904fb9fbae8c26cf13fdc6719b497248e24f0bf3 Mon Sep 17 00:00:00 2001 From: gabrix73 Date: Sun, 31 May 2026 01:32:59 +0200 Subject: Add YubiKey PIV Ed25519 signature support for mail2news - Configure vim-yubisigner as editor for automatic signing - Update m2n-prompt.sh to use vim-yubisigner wrapper - Add X-PGP-Key header with WKD URL - Update SMTP onion address - Signatures created with yubisigner-cli in PGP-like clearsign format --- accounts/mail2news | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'accounts') diff --git a/accounts/mail2news b/accounts/mail2news index 9fa485e..3181f92 100644 --- a/accounts/mail2news +++ b/accounts/mail2news @@ -1,20 +1,24 @@ -# ~/.config/neomutt/accounts/mail2news -# Send-only account — mail2news gateway via Tor onion SMTP +# Account: mail2news (solo SMTP via Tor) -# Ephemeral From — .invalid domain cannot be traced or replied to -set from = "nobody@virebent.invalid" -set realname = "anonymous" +# Il "from" viene impostato dinamicamente dalla macro +set from = "victor@virebent.invalid" +set realname = "Gabx" -# No inbox — send only -set folder = "" +# Nessun IMAP - solo invio +set folder = "" set spoolfile = "" -# SMTP via Tor hidden service — virebent.art mail2news onion relay -set smtp_url = "smtp://xilb7y4kj6u6qfo45o3yk2kilfv54ffukzei3puonuqlncy7cn2afwyd.onion:25" +# SMTP via Tor (.onion) +set smtp_url = "smtp://qee4i7sags6phsvb2yodwecfj7noimfhhalsjktsvikrwotxzis3raad.onion:25" set smtp_pass = "" set ssl_starttls = no set ssl_force_tls = no -my_hdr X-Mailer: NeoMutt +# Header personalizzati +my_hdr X-Mailer: NeoMutt mail2news +my_hdr X-PGP-Key: https://contact.virebent.art/.well-known/openpgpkey/gabvirebent.asc + +# YubiSigner: Firma automatica con YubiKey PIV Ed25519 tramite editor wrapper +set editor = "/home/gabriel1/bin/vim-yubisigner" color status black white -- cgit v1.2.3