diff options
Diffstat (limited to 'accounts/mail2news')
| -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 |
