From 847759f50596b0d992085aa34d7b5b78057aa7ce Mon Sep 17 00:00:00 2001 From: Gab Virebent Date: Sat, 23 May 2026 02:48:34 +0200 Subject: Initial public release --- accounts/account3 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 accounts/account3 (limited to 'accounts/account3') diff --git a/accounts/account3 b/accounts/account3 new file mode 100644 index 0000000..3010491 --- /dev/null +++ b/accounts/account3 @@ -0,0 +1,36 @@ +# 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 -- cgit v1.2.3