Dovecot "is no longer mounted"

  • Hallo,


    today i saw inside /var/log/mail.log on restarting the dovecot service there are a lot of warning message. Can you please tell me if there is something to do or if I can safely ignore them:



    Code
    1. Jul 30 11:25:10 srv dovecot: master: Warning: /var/www/virtual/domain.tld/logs/subdomain.domain.tld is no longer mounted. See http://wiki2.dovecot.org/Mountpoints

    I have for every domain and subdomain one of these entries on dovecot restart.

  • @UncleSam


    Those warning can be safety ignored but you could do:


    Code
    1. # rm /var/run/dovecot/mounts


    Then restart it again.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Thank you very much for your fast replay.


    I tried your solution, but dovecot instantly recreates the mounts file and throws this messages again.


    So I am going to ignore that :P

  • @UncleSam


    For each mount point, you could try:


    Code
    1. /usr/bin/doveadm mount remove <mount_point>

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206