the imap on my server seems broken. the paste below seems to show the imap servers running but not listening. Users get a 'connection refused message'
what should i be looking at ??
dave
-bash-3.00$ ps ax | grep 'imap'     
 1656 ?        Ss     0:04 runsv imaps
 1672 ?        Ss     0:03 runsv imap
 1687 ?        S      0:00 /usr/local/bin/multilog t s5000000 /var/log/imaps
 1695 ?        S      0:00 /usr/local/bin/multilog t s5000000 /var/log/imap
 2470 ?        S      0:00 tcpsvd -v -i ./peers -c 40 -C 4:421 per host concurrency limit reached\r\n -l 0 0 pop3s sslio -vv -/ /service/imap/ssl -u stunnel -C imapd.pem /var/qmail/bin/qmail-popup smeserver.data-action.co.uk checkpassword /var/qmail/bin/qmail-pop3d Maildir
 6170 pts/0    R+     0:00 grep imap
-bash-3.00$ 
-bash-3.00$ netstat -l | grep 'imap'
-bash-3.00$ netstat -ln | grep '143' 
-bash-3.00$ netstat -ln | grep '220'
-bash-3.00$ netstat -ln | grep '993'