From 48025937303b90eeab19a0d050aac0a71b243073 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Thu, 26 Jun 2025 07:36:52 -0400 Subject: [PATCH] fix bug auth link within dovecot --- support/starting.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/support/starting.sh b/support/starting.sh index 74bc6cb..d1947e6 100755 --- a/support/starting.sh +++ b/support/starting.sh @@ -111,7 +111,12 @@ if [ ! -f $BEFMAIL ] ; then ln -nsf \ /etc/$APPNAME/dovecot-2.0-auth-ldap.conf \ /etc/$APPNAME/dovecot-auth-ldap.conf + + ln -nsf \ + /etc/$APPNAME/dovecot/dovecot-auth-sql.conf \ + /etc/$APPNAME/dovecot/dovecot-auth.conf cat /etc/$APPNAME/dovecot/dovecot-auth.conf >> $DOVCONF + mv $DOVCONF $BEFMAIL fi } -- 2.47.3