diff options
| author | gabrix73 <gabriel1@frozenstar.info> | 2026-05-31 01:32:59 +0200 |
|---|---|---|
| committer | gabrix73 <gabriel1@frozenstar.info> | 2026-05-31 01:32:59 +0200 |
| commit | 904fb9fbae8c26cf13fdc6719b497248e24f0bf3 (patch) | |
| tree | 9c36c53e36a75e1ecb9fdf080e3b2a6aadba8c9c /accounts | |
| parent | f90151373ee07501a199fb564319fc3f38730c44 (diff) | |
| download | neomutt-config-904fb9fbae8c26cf13fdc6719b497248e24f0bf3.tar.gz neomutt-config-904fb9fbae8c26cf13fdc6719b497248e24f0bf3.tar.xz neomutt-config-904fb9fbae8c26cf13fdc6719b497248e24f0bf3.zip | |
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
Diffstat (limited to 'accounts')
| -rw-r--r-- | accounts/mail2news | 24 |
1 files changed, 14 insertions, 10 deletions
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 |
