summaryrefslogtreecommitdiffstats
path: root/accounts/account3
blob: 3010491af392186f668c1863b878361045153e15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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