blob: 9fa485ebc302d436c00f0bf117aa5307764e5878 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# ~/.config/neomutt/accounts/mail2news
# Send-only account — mail2news gateway via Tor onion SMTP
# Ephemeral From — .invalid domain cannot be traced or replied to
set from = "nobody@virebent.invalid"
set realname = "anonymous"
# No inbox — send only
set folder = ""
set spoolfile = ""
# SMTP via Tor hidden service — virebent.art mail2news onion relay
set smtp_url = "smtp://xilb7y4kj6u6qfo45o3yk2kilfv54ffukzei3puonuqlncy7cn2afwyd.onion:25"
set smtp_pass = ""
set ssl_starttls = no
set ssl_force_tls = no
my_hdr X-Mailer: NeoMutt
color status black white
|