Diff
Logged in as anonymous

Differences From Artifact [ef25ee8434]:

To Artifact [ad2bc6b8b6]:


1
2
3
4
5
6
7
8


9
10
11
12
13
14
15
# Telegram API key
api_key = "YOU_KNOW_WHERE_TO_GET_THIS"
# where to listen on (sockets are not supported since 0.3.0)
listen_on = "0.0.0.0:25"
# whether we need to handle unknown adresses
# - relay: send them to default one
# - deny: drop them
unknown = "relay"



[recipients]
# there should be default recipient, get's some debug info + mail that we
# couldn't deliver (if enabled)
_ = 1
# make sure you quote emails, as "@" can't go there unquoted. And by default
# we need FQDNs








>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Telegram API key
api_key = "YOU_KNOW_WHERE_TO_GET_THIS"
# where to listen on (sockets are not supported since 0.3.0)
listen_on = "0.0.0.0:25"
# whether we need to handle unknown adresses
# - relay: send them to default one
# - deny: drop them
unknown = "relay"
# default fields to show in message header
fields = [ "date", "from", "subject" ]

[recipients]
# there should be default recipient, get's some debug info + mail that we
# couldn't deliver (if enabled)
_ = 1
# make sure you quote emails, as "@" can't go there unquoted. And by default
# we need FQDNs