# Account: mail2news (solo SMTP via Tor)

# Il "from" viene impostato dinamicamente dalla macro
set from = "victor@virebent.invalid"
set realname = "Gabx"

# Nessun IMAP - solo invio
set folder = ""
set spoolfile = ""

# SMTP via Tor (.onion)
set smtp_url = "smtp://qee4i7sags6phsvb2yodwecfj7noimfhhalsjktsvikrwotxzis3raad.onion:25"
set smtp_pass = ""
set ssl_starttls = no
set ssl_force_tls = no

# 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
