Mailing List Archive

Seeking qmail resource assistance
Hello,

Looking for assistance - help regarding qmail / tcpserver listening on port 110. Unable to process inbound queue.

OS: RHEL 7.6
Qmail
Daemontools
Ucspi-tcp-0.88

[root@ src]# qmailctl stat
/service/qmail-send: up (pid 8042) 6760 seconds
/service/qmail-send/log: up (pid 32363) 1 seconds
/service/qmail-smtpd: up (pid 5549) 6813 seconds
/service/qmail-smtpd/log: up (pid 32364) 1 seconds
/service/qmail-pop3d: up (pid 5556) 6813 seconds
/service/qmail-pop3d/log: up (pid 32372) 1 seconds
messages in queue: 15609
messages in queue but not yet preprocessed: 15606

Any help would be greatly appreciated.
Thanks!
Mike
[CGINewLogo]
Michael S. Rousseau
CGI - Solution and Engineering
C: 703.863.6311
__________________________________________________________________________________________________________________________________________________________
CONFIDENTIALITY NOTICE: Proprietary/Confidential Information belonging to CGI Group Inc. and its affiliates may be contained in this message. If you are not a recipient indicated or intended in this message (or responsible for delivery of this message to such person), or you think for any reason that this message may have been addressed to you in error, you may not use or copy or deliver this message to anyone else. In such case, you should destroy this message and are asked to notify the sender by reply email.
Re: Seeking qmail resource assistance [ In reply to ]
On 13 December 2017 at 05:33, Rousseau, Michael S
<michael.rousseau@cgi.com> wrote:
>
> Looking for assistance - help regarding qmail / tcpserver listening on port 110. Unable to process inbound queue.
>
>
>
>
>
> [root@ src]# qmailctl stat
>
> ...
>
> /service/qmail-send/log: up (pid 32363) 1 seconds
>
> ...
>
> /service/qmail-smtpd/log: up (pid 32364) 1 seconds
>
> ...
>
> /service/qmail-pop3d/log: up (pid 32372) 1 seconds
>
>

1. Output of your /service/qmail-send/log/run would help
cat /service/qmail-send.25/log/run
2. What is the log directory configured in /service/qmail-send/log/run ?
3. Does the directory have proper write permission for multilog (qmaill user) ?
4. Has the directory been removed by mistake as part of disk cleanup operation?

--
Regards Manvendra - http://www.indimail.org
GPG Pub Key
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC7CBC760014D250C
Re: Seeking qmail resource assistance [ In reply to ]
"Rousseau, Michael S" <michael.rousseau@cgi.com> wrote:
> /service/qmail-send/log: up (pid 32363) 1 seconds
> /service/qmail-smtpd/log: up (pid 32364) 1 seconds
> /service/qmail-pop3d/log: up (pid 32372) 1 seconds

Your loggers aren't staying up. What do these commands show?
$ ps wwwp | grep readproctitle
$ ls -l /service/qmail-*/log/run
$ grep '' /service/qmail-*/log/run


paul