#------------------------------------------------------------------------------ # /etc/check.d/mail-dovecot - configuration for mail-dovecot package # # Copyright (c) 2016-2025 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2021-12-13 jed # Last Update: $Id: $ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------ MAIL_DOVECOT_MAILBOXES = 'drafts|trash|spam|sent' : 'no valid mailbox name selected, should be "drafts", "trash","spam" or "sent".' MAIL_DOVECOT_NO_SUBSCRIBE = '()|(RE:MAIL_DOVECOT_MAILBOXES)(:(RE:MAIL_DOVECOT_MAILBOXES))*' : 'invalid list of mailboxes, should be an empty string or a colon separated list of the following mailboxes: "drafts", "trash", "spam" or "sent".'