summaryrefslogtreecommitdiff
blob: 238702905aba4260f3050fb6a6e3e854287546ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
service courierpassd
{
# This is for quick on or off of the service
	disable	= yes

	port = 106
	socket_type = stream
	protocol = tcp
	user = root
	server = /usr/sbin/courierpassd
	server_args = -s imap
	wait = no
	instances = 4
}