1
2
3
4
5
6
7
8
run=( dovecot -F )

do_check() {
	zsv_check_tcp '*:008F'
}
checkf do_check

# vim: ft=zsh noet ts=4 sts=4 sw=4