home · contact · privacy
Improve mail setup.
[config] / all_new_2018 / linkable_etc_files / mail / etc / dovecot / conf.d / 99-master.conf
1 service auth {
2   unix_listener auth-userdb {
3   }
4
5   unix_listener /var/spool/postfix/private/auth {
6         mode = 0660
7         user = postfix
8         group = postfix
9   }
10 }
11
12 # We don't strictly need to provide a LMTP server to fetch mail from
13 # postfix, but we do if we want to do sophisticated stuff like sieve
14 # filtering on the way.
15 service lmtp {
16   inet_listener lmtp {
17     address = 127.0.0.1
18     port = 2424
19   }
20 }