diff options
| author | Gab Virebent <noreply@virebent.art> | 2026-05-23 02:48:34 +0200 |
|---|---|---|
| committer | Gab Virebent <noreply@virebent.art> | 2026-05-23 02:48:34 +0200 |
| commit | 847759f50596b0d992085aa34d7b5b78057aa7ce (patch) | |
| tree | 30b786fe24a3451f8dbb96c76f097b934abcc677 /accounts/account3 | |
| download | neomutt-config-847759f50596b0d992085aa34d7b5b78057aa7ce.tar.gz neomutt-config-847759f50596b0d992085aa34d7b5b78057aa7ce.tar.xz neomutt-config-847759f50596b0d992085aa34d7b5b78057aa7ce.zip | |
Initial public release
Diffstat (limited to 'accounts/account3')
| -rw-r--r-- | accounts/account3 | 36 |
1 files changed, 36 insertions, 0 deletions
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 |
