summaryrefslogtreecommitdiff
blob: 4304fa6c12d491042912a3908edca6d7f88bb855 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# IMAP for remote access, LMTP for local delivery
protocols = imap lmtp

# set these to the uid of your `vmail` user
first_valid_uid = 145
last_valid_uid = 145

#mail_debug = yes
##auth_verbose = yes
##auth_debug = yes
##auth_debug_passwords = yes
##auth_verbose_passwords = yes


mail_uid = vmail
mail_gid = vmail

!include conf.d/*.conf
!include_try local.conf
Powered by cgit v1.2.3 (git 2.41.0)