Paul J Stevens wrote:
check_dbmail() {
timeout -1 2 nc -w 5 localhost imap 2>/dev/null |\
head -1|grep -E '\* OK' || return 1
return 0
}
Can someone let me know what debian package (etc) we get the command 'nc' from?
Thanks
