# Account 3 - esempio con FOG SMTP (server SMTP proprio su .onion) # Adatto per chi gestisce il proprio server SMTP raggiungibile via Tor # Rinomina questo file con un nome significativo set from = "user@yourdomain.tld" set realname = "Your Name" # Identificativo account per status bar set my_account_info = "[F4 - user@yourdomain.tld]" set status_format = "$my_account_info โ”‚ %f %?M?(%M hidden)? %?n?(%n new)?%?d? (%d to delete)?%?t? (%t tagged)? %>โ”€%?p?(%p postponed)?โ”€" # IMAP clearnet (opzionale, puoi usare anche .onion) set imap_user = "user@yourdomain.tld" set imap_pass = "`pass email/account3`" set folder = "imap://mail.yourdomain.tld:143" set spoolfile = "+INBOX" set record = "+Sent" set trash = "+Trash" set postponed = "+Drafts" # SMTP via FOG (.onion) - sostituisci con il tuo indirizzo onion # FOG รจ un relay SMTP anonimo raggiungibile via Tor # Imposta torsocks oppure usa ProxyCommand nella configurazione di sistema set smtp_url = "smtp://YOUR_FOG_ONION_ADDRESS.onion:25" set smtp_pass = "" set ssl_starttls = no set ssl_force_tls = no # GPG/ECC set pgp_default_key = "FINGERPRINT_CHIAVE_ECC" set pgp_sign_as = "FINGERPRINT_CHIAVE_ECC" # Nota: per usare SMTP via .onion assicurati che torsocks sia attivo # oppure usa SOCKS5 proxy: set smtp_url = "smtp://[socks5h://127.0.0.1:9050/]YOUR_ONION.onion:25" color status magenta default