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/90-plugin.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 .config/dovecot/conf.d/90-plugin.conf (limited to '.config/dovecot/conf.d/90-plugin.conf') diff --git a/.config/dovecot/conf.d/90-plugin.conf b/.config/dovecot/conf.d/90-plugin.conf new file mode 100755 index 0000000..8c8fccf --- /dev/null +++ b/.config/dovecot/conf.d/90-plugin.conf @@ -0,0 +1,11 @@ +## +## Plugin settings +## + +# All wanted plugins must be listed in mail_plugins setting before any of the +# settings take effect. See for list of plugins and +# their configuration. Note that %variable expansion is done for all values. + +plugin { + #setting_name = value +} -- cgit v1.2.3-54-g00ecf