Need Plesk/Linux/smtp help - any pros around tonight

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pussyluver
    Clueless OleMan
    • Mar 2003
    • 11009

    #1

    Need Plesk/Linux/smtp help - any pros around tonight

    I have a server with Plesk on a linux server. I need to turn off SMTP traffic until I can figure out what happened.

    I'm relaying traffic from a spammer. Yes relaying is closed. Plesk moved sendmail and uses qmail. just neet to shut down smtp till I can get plesk help in the morning.

    ./sendmail stop doesn't work - I've beat my head aginst google trying to find the right path and commands..

    Any help appeciated.

    Thanks
  • NetRodent
    Confirmed User
    • Jan 2002
    • 3985

    #2
    The command 'ps ax' will give you a nice printout of what's running on the system. Find the right process and kill it.
    "Every normal man must be tempted, at times, to spit on his hands, hoist the black flag, and begin slitting throats."
    --H.L. Mencken

    Comment

    • pussyluver
      Clueless OleMan
      • Mar 2003
      • 11009

      #3
      thanks - a linux novice here! was so suppose to be doing galleries, not learning the OS.... managed support would help and cost.

      Comment

      • pussyluver
        Clueless OleMan
        • Mar 2003
        • 11009

        #4
        Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

        was able find and kill the process!!!!!!!!!!!!!!

        Comment

        • pussyluver
          Clueless OleMan
          • Mar 2003
          • 11009

          #5
          NetRodent - You're the man!!!!!!

          Comment

          • Smegma
            Confirmed User
            • Feb 2002
            • 1751

            #6
            Just an FYI - Plesk has a built in sendmail backdoor through a file called FormMail.pl. It is a legit file, built to make form submissions from html to e-mail a breeze, but many of my customers have deleted the script as it, in default config, allows anyone to use it to parse spam through a server.

            run this command to find it (other simple commands exist.. i know)

            find / -name "FormMail*" -print

            You can delete it or simply change the permissions on it so it can not be used.

            For future reference, you can use the command

            killall sendmail

            That will kill sendmail without having to search for it.
            <a href="http://www.jupiterhosting.com"><img src="http://www.jupiterhosting.com/banners/55x55.jupiter.gif" alt="" border="0" align=""></a>

            Comment

            Working...