aboutsummaryrefslogtreecommitdiff
blob: 42f34a697b3e1cd7a7920efddb43b9f53749d19e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## <summary>University of Washington IMAP toolkit POP3 and IMAP mail server.</summary>

########################################
## <summary>
##	Execute imapd in the imapd domain.
## </summary>
## <param name="domain">
##	<summary>
##	Domain allowed to transition.
##	</summary>
## </param>
#
interface(`uwimap_domtrans',`
	gen_require(`
		type imapd_t, imapd_exec_t;
	')

	corecmd_search_bin($1)
	domtrans_pattern($1, imapd_exec_t, imapd_t)
')