summaryrefslogtreecommitdiffstats
path: root/source/n/dovecot/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/dovecot/doinst.sh')
-rw-r--r--source/n/dovecot/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/n/dovecot/doinst.sh b/source/n/dovecot/doinst.sh
index dc2d5700b..17a37837f 100644
--- a/source/n/dovecot/doinst.sh
+++ b/source/n/dovecot/doinst.sh
@@ -28,6 +28,10 @@ for file in etc/dovecot/*.conf.new etc/dovecot/*.ext.new etc/dovecot/conf.d/*.co
config $file
done
+if [ -r etc/pam.d/dovecot.new ]; then
+ config etc/pam.d/dovecot.new
+fi
+
# Make sure that the dovecot user/group (UID 94, GID 94), and the
# postdrop user/group (UID 65, GID 95) exist on this system:
if ! grep -q "^dovecot:" etc/passwd ; then