
kyle-qmail at memoryhole
Jun 17, 2009, 7:50 AM
Post #2 of 2
(593 views)
Permalink
|
|
Re: Help me : can not use POP3 to load mail from server (qmail) to client
[In reply to]
|
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 First: please don't simply reply to an unrelated email to start a new thread. Your email client is maintaining In-Reply-To and References headers, which are used by mailing list archives to group threads together. They will treat your message as a reply to that other message. By replying to unrelated messages rather than simply composing a new message, you are making the list archives harder to use. On Wednesday, June 17 at 05:07 PM, quoth Nguyen Minh Son: > But yesterday, I found that my mail client (Microsoft outlook 2007, > outlook express, thunder bird, .) can not load mail from server > through POP3 SSL although they could send mail. I logged in my qmail > server, stopped and started qmail service and it run normally. But > after 2 hours, pop3 service down again. Your setup is incorrect---your multilog is unable to save log messages to disk, and so instead buffers them. Eventually, its memory (buffer) fills up, and it cannot accept more log messages. If any component of qmail cannot create log messages, that component simply stops (this is a good security measure). When you restart the service, you're clearing out the memory buffer, and so it will appear to work again... until that buffer fills up, at which point it will stop again. > I looked in qmail log but I found nothing. That's the key piece of evidence. If you do this: `ps ax | grep readproc` you will probably see a bunch of error messages from multilog complaining that it cannot lock the directory you told it to use for log files. Chances are it is either because your log directory has incorrect permissions, OR it is because you told your pop3 logs to be stored in the same directory as some other qmail logs (multilog requires separate folders for each instance), OR you have a rogue multilog running somewhere (e.g. your multilog run file has an extra ampersand at the end). ~Kyle - -- The test of our progress is not whether we add more to the abundance of those who have much; it is whether we provide enough for those who have too little. -- Franklin D. Roosevelt -----BEGIN PGP SIGNATURE----- Comment: Thank you for using encryption! iQIcBAEBCAAGBQJKOQLOAAoJECuveozR/AWeH6MQAJjhTZnT6rOdKRfk93pXHJ9K I0kCfSNOkhFDav3HA6GS8jmRbGGugawOHwCvPB9iFvv3YxPiX99iDcwT+9EPjFRc AkypCCvdVptukjPjd+ckRm9cMVchRJkHIX8eYM6B6QQIZw9D+dPdhfL7tDddao52 ggw1HM5zMrSKizP+FeMvn2HzCaLagWy0cFAz3jrOwgwoR/QlLxAMWk9ViGTGpjf1 snD3PLpzk9BlwDtr21/L04BN9dDtjnS+cmSVlXa872NkEhJS8pBreW+0Ffj7ijQv WKvVwFedZDq1tYfsPyFyHmgTW8oHlj+fHupZuACuGWq55Qk28COthoJc05zlqSin QfJmpiERp4AaV185TgZ98KR/jroCY3+YPGCaiKyjABwqSjsVEZMwcxegq9gb+tvQ Un9wqBolnDgNDZpgHz4B0ni54kyF52bzB+mdLCPhYND128/vDah2W8wtPByO+tgH nhg04+vWear9LBgXsi0cCtXk+CJ/vcw8lPZVEAgd/UX/sspaXG4LB0ZcGcHAEl3C 7oDbPw8gZSvhIsUv9ygTuxsfZy77wWIye+pzhb/FF9sTSKvq/EezaQPKQdxfOqFB S76w2LWP7x6gc/Sr2X1wvdTyHWMXUilDcuP/t/6Meeb7HybWwCnVjRHmU6VjdIWz nbNisJYggymx7zZA9BCM =o7cH -----END PGP SIGNATURE-----
|