Browse Source

Remove dovecot symlink

Bob Mottram 8 years ago
parent
commit
1e3a25aebe
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-base-email

+ 3
- 0
src/freedombone-base-email View File

@@ -1183,6 +1183,9 @@ function configure_imap {
1183 1183
         rm /var/lib/dovecot/ssl-parameters.dat
1184 1184
     fi
1185 1185
 
1186
+    if [ -f /etc/systemd/system/sockets.target.wants/dovecot.socket ]; then
1187
+        rm /etc/systemd/system/sockets.target.wants/dovecot.socket
1188
+    fi
1186 1189
     systemctl restart dovecot
1187 1190
     mark_completed $FUNCNAME
1188 1191
 }