Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CPU constantly at 50-60%

UPDATE:

I figured out how to use ps -waux to get the CPU data, and identified the culprit -- qmail.

Apparently, qmail isn't configured correctly, and mail isn't sending, and qmail is grinding away to send mail against incorrent settings.  I checked the SMTP proxy, and it has 300+ messages it has queued waiting to send.

Where is the confugration info on qmail so I can resolve the problem?  Is there a way to empty the queue?


This thread was automatically locked due to age.
Parents
  • you can also download and install the plus pack, it has top and other utilities...
  • Hi Greg,

    can you post some sample lines from the SMTP status report?
  • Gladly.

    Here is a clip from the live log.:
    Feb 12 04:14:04 asl qmail:1013487244.215442 status: local 1/10 remote 1/20
    Feb 12 04:14:11 asl qmail:1013487251.264751 bounce msg 106 qp 18398
    Feb 12 04:14:11 asl qmail:1013487251.264866 end msg 106
    Feb 12 04:14:11 asl qmail:1013487251.264909 delivery 23196: failure: 129.186.17.230_does_not_like_recipient./Remote_host_said:_550_5.7.1_Unable_to_relay_for_gwilson@foundation.iastate.edu/Giving_up_on_129.186.17.230./
    Feb 12 04:14:11 asl qmail:1013487251.281634 status: local 1/10 remote 0/20
    Feb 12 04:14:11 asl qmail:1013487251.281744 new msg 202
    Feb 12 04:14:11 asl qmail:1013487251.329404 info msg 202: bytes 879605 from <> qp 18333 uid 507
    Feb 12 04:14:11 asl qmail:1013487251.545017 starting delivery 23198: msg 117 to remote SMTP-Proxy@domain.de
    Feb 12 04:14:11 asl qmail:1013487251.545135 status: local 1/10 remote 1/20
    Feb 12 04:14:11 asl qmail:1013487251.545161 end msg 73
    Feb 12 04:14:11 asl qmail:1013487251.545189 delivery 23197: success: did_0+1+0/qp_18431/
    Feb 12 04:14:11 asl qmail:1013487251.545215 status: local 0/10 remote 1/20
    Feb 12 04:14:11 asl qmail:1013487251.545239 new msg 163
    Feb 12 04:14:11 asl qmail:1013487251.545268 info msg 163: bytes 891922 from <> qp 18347 uid 507
    Feb 12 04:14:11 asl qmail:1013487251.667354 end msg 145
    Feb 12 04:14:11 asl qmail:1013487251.667469 delivery 23198: failure: Sorry,_I_couldn't_find_any_host_named_domain.de._(#5.1.2)/
    Feb 12 04:14:11 asl qmail:1013487251.667498 status: local 0/10 remote 0/20
    Feb 12 04:14:11 asl qmail:1013487251.719285 starting delivery 23199: msg 225 to remote SMTP-Proxy@domain.de
    Feb 12 04:14:11 asl qmail:1013487251.719387 status: local 0/10 remote 1/20
    Feb 12 04:14:11 asl qmail:1013487251.719412 end msg 249


    I had my assitant set up the software initially, and I he does not know the details of our SMTP e-mail servers.  If I knew where the SMTP configuration information is kept, I can probably correct anything he misconfigured initially.

    [ 12 February 2002: Message edited by: Greg Wilson ]

Reply
  • Gladly.

    Here is a clip from the live log.:
    Feb 12 04:14:04 asl qmail:1013487244.215442 status: local 1/10 remote 1/20
    Feb 12 04:14:11 asl qmail:1013487251.264751 bounce msg 106 qp 18398
    Feb 12 04:14:11 asl qmail:1013487251.264866 end msg 106
    Feb 12 04:14:11 asl qmail:1013487251.264909 delivery 23196: failure: 129.186.17.230_does_not_like_recipient./Remote_host_said:_550_5.7.1_Unable_to_relay_for_gwilson@foundation.iastate.edu/Giving_up_on_129.186.17.230./
    Feb 12 04:14:11 asl qmail:1013487251.281634 status: local 1/10 remote 0/20
    Feb 12 04:14:11 asl qmail:1013487251.281744 new msg 202
    Feb 12 04:14:11 asl qmail:1013487251.329404 info msg 202: bytes 879605 from <> qp 18333 uid 507
    Feb 12 04:14:11 asl qmail:1013487251.545017 starting delivery 23198: msg 117 to remote SMTP-Proxy@domain.de
    Feb 12 04:14:11 asl qmail:1013487251.545135 status: local 1/10 remote 1/20
    Feb 12 04:14:11 asl qmail:1013487251.545161 end msg 73
    Feb 12 04:14:11 asl qmail:1013487251.545189 delivery 23197: success: did_0+1+0/qp_18431/
    Feb 12 04:14:11 asl qmail:1013487251.545215 status: local 0/10 remote 1/20
    Feb 12 04:14:11 asl qmail:1013487251.545239 new msg 163
    Feb 12 04:14:11 asl qmail:1013487251.545268 info msg 163: bytes 891922 from <> qp 18347 uid 507
    Feb 12 04:14:11 asl qmail:1013487251.667354 end msg 145
    Feb 12 04:14:11 asl qmail:1013487251.667469 delivery 23198: failure: Sorry,_I_couldn't_find_any_host_named_domain.de._(#5.1.2)/
    Feb 12 04:14:11 asl qmail:1013487251.667498 status: local 0/10 remote 0/20
    Feb 12 04:14:11 asl qmail:1013487251.719285 starting delivery 23199: msg 225 to remote SMTP-Proxy@domain.de
    Feb 12 04:14:11 asl qmail:1013487251.719387 status: local 0/10 remote 1/20
    Feb 12 04:14:11 asl qmail:1013487251.719412 end msg 249


    I had my assitant set up the software initially, and I he does not know the details of our SMTP e-mail servers.  If I knew where the SMTP configuration information is kept, I can probably correct anything he misconfigured initially.

    [ 12 February 2002: Message edited by: Greg Wilson ]

Children
No Data