blob: 1266741a69afa701a91c8a573b978c3d02538bac (
plain) (
blame)
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
|
disable_plaintext_auth = no
mail_privileged_group = mail
mail_location = mbox:~/mail:INBOX=/var/mail/%n
userdb {
driver = passwd
}
passdb {
args = dovecot
driver = pam
#driver = passwd-file
#args = scheme=plain username_format=%n /etc/dovecot/passwd
}
protocols = " imap"
namespace inbox {
inbox = yes
mailbox Trash {
auto = subscribe # autocreate and autosubscribe the Trash mailbox
special_use = \Trash
}
mailbox Sent {
auto = subscribe # autocreate and autosubscribe the Sent mailbox
special_use = \Sent
}
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
}
ssl=required
ssl_cert = </etc/letsencrypt/live/mail.arf20.com/fullchain.pem
ssl_key = </etc/letsencrypt/live/mail.arf20.com/privkey.pem
|