X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=all_new_2018%2Flinkable_etc_files%2Fmail%2Fetc%2Fdovecot%2Fconf.d%2F99-master.conf;h=f8c5b4393d2e88655009a76003069c32b9061e59;hb=6ebf7555f45713e31593ebf15c16624965b6c39f;hp=0871740688ad08649615525ee8f7bcaac8423e38;hpb=500ec90dee8ba3b3eec0bbd6804bd23c874238c1;p=config diff --git a/all_new_2018/linkable_etc_files/mail/etc/dovecot/conf.d/99-master.conf b/all_new_2018/linkable_etc_files/mail/etc/dovecot/conf.d/99-master.conf index 0871740..f8c5b43 100644 --- a/all_new_2018/linkable_etc_files/mail/etc/dovecot/conf.d/99-master.conf +++ b/all_new_2018/linkable_etc_files/mail/etc/dovecot/conf.d/99-master.conf @@ -8,3 +8,13 @@ service auth { group = postfix } } + +# We don't strictly need to provide a LMTP server to fetch mail from +# postfix, but we do if we want to do sophisticated stuff like sieve +# filtering on the way. +service lmtp { + inet_listener lmtp { + address = 127.0.0.1 + port = 2424 + } +}