From 0e17bc4c0540c5c8fc884c783bda369ebf23c021 Mon Sep 17 00:00:00 2001 From: Paul Iannetta Date: Thu, 21 Apr 2022 23:23:15 +0200 Subject: add conf for dovecot as a local mail server --- .config/dovecot/conf.d/auth-static.conf.ext | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 .config/dovecot/conf.d/auth-static.conf.ext (limited to '.config/dovecot/conf.d/auth-static.conf.ext') diff --git a/.config/dovecot/conf.d/auth-static.conf.ext b/.config/dovecot/conf.d/auth-static.conf.ext new file mode 100755 index 0000000..90890c5 --- /dev/null +++ b/.config/dovecot/conf.d/auth-static.conf.ext @@ -0,0 +1,24 @@ +# Static passdb. Included from 10-auth.conf. + +# This can be used for situations where Dovecot doesn't need to verify the +# username or the password, or if there is a single password for all users: +# +# - proxy frontend, where the backend verifies the password +# - proxy backend, where the frontend already verified the password +# - authentication with SSL certificates +# - simple testing + +#passdb { +# driver = static +# args = proxy=y host=%1Mu.example.com nopassword=y +#} + +#passdb { +# driver = static +# args = password=test +#} + +#userdb { +# driver = static +# args = uid=vmail gid=vmail home=/home/%u +#} -- cgit v1.2.3-54-g00ecf