## Dovecot POP and IMAP mail server ######################################## ## ## Create, read, write, and delete the dovecot spool files. ## ## ## ## Domain allowed access. ## ## # interface(`dovecot_manage_spool',` gen_require(` type dovecot_spool_t; ') manage_files_pattern($1,dovecot_spool_t,dovecot_spool_t) manage_lnk_files_pattern($1,dovecot_spool_t,dovecot_spool_t) ')