Bill Berg wrote; Tuesday, February 17, 2009 8:50 AM
>
> We have a strange issue with one of our BQ servers.
> If we have to reboot it, we cannot connect to the pop3
> mail server for the rest of that day. We can use webmail
> just fine, but it won't take any pop3 connections.
>
> Some process that runs during the night corrects the problem,
> and we can use regular email the next day.
>
> Does anybody know what process resets this mail function so I
> can run it manually now?
>
service dovecot stop
service xinetd stop
killall -9 dovecot-auth
service dbrecover stop
service dbrecover start
service xinetd start
service dovecot start
service poprelayd restart
Probably overkill, but might work...
And since it seems like you have an immediate problem.
Just paste into a 'root' shell session
Gerald