On 08/30/2013 10:05 PM, ChandranManikandan wrote:
Hi All,
I had done Migration successfully after done migration it's shows the
all folders with Inbox.
Then i did squirrelmail changes which shows the wiki after that it's not
open web mail and showing the error below.
Unknown username and password.

And big shock All my subscribed folder is not displayed.

Please help me urgently anyone
how to reterieve all folders i checked webmail and outlook
both client not showing the folders.

but when i go and checked the Maildir is shows all folders in
subscription file.
I removed account in outlook and re configure still not able to get all
folders .
Please help me any one.

--
*/Thanks & Best Regards,
Manikandan.C
/*

Is the dovecot service running?
# service dovecot status

Seriously. Don't anyone laugh. I chased a problem for several days recently whereas nmbd wasn't running, so I can sympathize. RH had changed the init script, and I didn't realize the ramifications involved.

I might add that dovecot is very sensitive to time. If the time's off by a number of seconds (which number exactly I don't know off hand), it has been known to shut itself down. I run the following script every so many minutes (via cron) to be sure dovecot is always running, just in case.

# cat /usr/local/bin/monitor_dovecot
#!/bin/sh
# check if dovecot's running, and start it if it's not
# shubes - 20090206 - created

service dovecot status >/dev/null 2>&1 || \
service dovecot start  >/dev/null 2>&1

I don't think this really necessary if your dovecot host (QMT) keeps good time. This might be significant on some VM platforms though (such as VMware).

--
-Eric 'shubes'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to