-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlmtpsympa.yml.sample
84 lines (80 loc) · 2.48 KB
/
lmtpsympa.yml.sample
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
%YAML 1.1
---
## Primary domain: What is defined by `domain` parameter in `sympa.conf`
domain: mail.example.org
## Virtual domains if any
#domains:
# - serv1.example.org
# - serv2.example.com
# - serv3.example.net
## Base directory of list directories, $EXPLDIR by default
home: /path/to/directory
## Incoming spool, $SPOOLDIR/msg by default
queue: /path/to/directory/msg
## Bounce incoming spool, $SPOOLDIR/bounce by default
queuebounce: /path/to/directory/bounce
## Automatic list creation spool, $SPOOLDIR/automatic by default.
## Not yet implemented.
#queueautomatic: /path/to/directory/automatic
## Prefix of VERP return address
#bounce_email_prefix: bounce
## Suffix of list return address
#return_path_suffix: "-owner",
## Address suffixes to verify
#list_check_suffixes:
# - request
# - owner
# - editor
# - unsubscribe
# - subscribe
## Local part of Sympa email address
#email: sympa
## Local part of listmaster email address
#listmaster_email: listmaster
## Families for automatic list creation. Not yet implemented.
#families:
#- auto-family1: ^auto-.*@mail[.]example[.]org$
#- auto-family2: ^auto-.*@serv1[.]example[.]org$
## Configuration of LMTP/SMTP service
service:
## What the server listens. host:port (TCP socket) or pathname (UNIX domain
## socket). By default ":24" for LMTP or ":smtp"/":465" for (E)SMTP is used.
addr:
## Runs as (E)SMTP server. By default runs as LMTP server.
#esmtp: false
## The host name the server presents at greeting.
#iam: localhost
## Maximum number of envelope recipients in each session.
## Available only with LMTP mode. Always 1 with (E)SMTP mode.
#max_rcpt: 50
## Maximum length in bytes of each message.
#max_size: 5242880
## [Deprecated] Strict style of MAIL
#strict_mail: true
## Network read timeout in seconds.
#read_timeout: 300
## Network write timeout in seconds.
#write_timeout: 300
## Maximum number of simultaneous sessions.
#max_connections: 100
## Run as the other user.
#user:
## Additionally, change the group.
#group:
## The file mode of UNIX domain socket.
#mode: 666
## File creation mode mask.
#umask: 027
## LMTP/(E)SMTP over TLS. Not yet implemented.
#tls: {}
## Authentication. Not yet implemented.
#auth: {}
## Allow insecure AUTH. Not yet implemented.
#allow_insecure_auth: false
## Advanced customization.
## Make changes only if you know what you are doing!
#custom:
## Add "Received:" header field.
#add_received: true
## The output record delimiter.
#eol: "\n"