rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

commit 4ab4f1d84eec35f62e8fb4861346306adfc6bad4
parent f326f9910257cb5dd27c034a2cca3cd125bc8a59
Author: parazyd <parazyd@dyne.org>
Date:   Sat,  3 Mar 2018 02:07:54 +0100

Add dovedot.conf

Diffstat:
Amisc/dovecot.conf | 34++++++++++++++++++++++++++++++++++
Amisc/dovepasswd | 1+
2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/misc/dovecot.conf b/misc/dovecot.conf @@ -0,0 +1,34 @@ +## Dovecot configuration file + +#import_environment=LD_LIBRARY_PATH=/lib:/usr/lib:/usr/lib/dovecot + +protocols = imap +listen = 127.0.0.1 + +auth_mechanisms = plain + +passdb { + driver = passwd-file + args = /etc/dovecot/dovepasswd +} + +userdb { + driver = passwd +} + +log_path = syslog + +mail_location = mdbox:~/mail +# see bottom of 10-mail.conf +mdbox_rotate_size = 10M +mdbox_rotate_interval = 0 + +ssl = no + + +#mail_plugins = $mail_plugins fts fts_lucene +#plugin { +# fts = lucene +# fts_lucene = whitespace_chars=@. +# fts_autoindex = yes +#} diff --git a/misc/dovepasswd b/misc/dovepasswd @@ -0,0 +1 @@ +parazyd:{ARGON2I}$argon2i$v=19$m=32768,t=4,p=1$FaXxtQUq1gJoba2PX5VDKg$qUlYbjTCMR2+suA1PnAuchHoojtJbcQ+SLc0UlRPxuc