-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdelivery.conf.example
56 lines (47 loc) · 1.8 KB
/
delivery.conf.example
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[general]
# Message delay in minutesv
# Messages are grouped into the same email if there is not a gap at least as long as set on following row
# (default: 60 minutes)
#message_delay = 60
# Nick to display instead of chat owner's username in each email
# (default: You)
#your_username = You
# Local timezone of users, it will be displayed in email body.
# (no default value - must be set)
users_timezone = Europe/Prague
[sql]
# Prosody config file which contain the sql={...} directive used as configuration for SQL backend.
# Most probably it's the main config file.
# If information is not readable, settings below are taken into account (host, user, passwd and db settings)
# (default: /etc/prosody/prosody.cfg.lua)
#prosody_config = /etc/prosody/prosody.cfg.lua
# Use following lines only if prosody config file is neither accessible nor parsing fails.
# Information from prosody config file (set above) has higher priority
#host = localhost
#user = prosody
#passwd = secret_password
#db = prosody
[users]
# List of users to handle.
# User must have the archive enabled or default_archive_policy in Prosody config must be set at least to "roster"
# See mod_mam(_sql) docs.
#
# Format:
# user's JID = delivery address
#
# Example:
# [email protected]= (use the same address as JID - Python 2.7 and above)
[delivery]
# the only supported method is LMTP for now
# (default: lmtp)
#method = lmtp
# set to True (default) if your prefer emails to be encoded using Quoted Printable instead of Base64 encoding
# QP is better for text chats including mostly ASCII characters (no local characters)
# (default: True)
# prefer_qp = True
[delivery_lmtp]
# inet address:port or unix socket path
# (no default value - must be set)
address = /var/spool/prosody/private/dovecot-lmtp