Are this smtp processes normal

Discussion in 'General' started by recin, Sep 6, 2012.

  1. recin

    recin Active Member

    Hi.
    I have a Ubuntu 10.04 server with ispconfig installed with the perfect server guide.
    I'm having problems with a very high load average thats makes me reboot the system.
    A ps aux show me a lot of processes like this:
    Code:
    postfix  13499  0.0  0.0  12444  1824 ?        S    14:00   0:00 smtpd -n smtp -t inet -u -c -o stress=
    postfix  15852  0.0  0.1  11940  2408 ?        S    14:18   0:00 smtpd -n 127.0.0.1:10025 -t inet -u -c -o content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= -o smtpd_client_restrictions= -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o mynetworks=127.0.0.0/8 -o strict_rfc821_envelopes=yes -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks -o smtpd_bind_address=127.0.0.1
    Is this normal or is it a spam attack?
    Thanks in advance
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The processes do not indicate if thats a spam attack or not as processes for normal mail have the same parameters then processes that deliver a spam mail. Take a look at your mail.log and mailqueue if you like to know if the high load is related to a spam attack.
     
  3. recin

    recin Active Member

    OK. I'll take a look to the logs.
    Thanks a lot for the fast reply.
    Regards.
     

Share This Page