From: Jean-Marc Pigeon (Delson) Date: Thu, 26 Jun 2025 11:36:52 +0000 (-0400) Subject: fix bug auth link within dovecot X-Git-Tag: tag-0.10~15 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=48025937303b90eeab19a0d050aac0a71b243073;p=jmp%2Fmailleur fix bug auth link within dovecot --- 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 }