From d60e5c180ee16eaca2fdeb1a39fc48612d9d2a90 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Mon, 7 Mar 2011 00:15:13 -0500 Subject: [PATCH] Add extra password file This allows, e.g., Quickbooks to send ET treasury email. --- dovecot.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dovecot.conf b/dovecot.conf index 7899163..1bca84b 100644 --- a/dovecot.conf +++ b/dovecot.conf @@ -1045,6 +1045,10 @@ auth default { #args = } + passdb passwd-file { + args = /etc/dovecot/extra-users.passwd + } + # passwd-like file with specified location # #userdb passwd-file { -- 2.34.1