I killed the two processes with sendmail which then allowed the incoming message through.
I rebooted the machine and I show sendmail failing to load on the startup detail screen.
I thought I had killed sendmail when I started the Toaster.
Jason 'XenoPhage' Frisvold wrote:
Allen Taylor said:
Here's what I got - I thought I had killed sendmail. <?>
# netstat -anp --inet | grep :25
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
3250/sendmail: acce
Yup, that's your problem.. Not sure what flavor of linux you're running, but.. You can try this ..
sh /etc/init.d/sendmail stop
If that doesn't work, try :
kill 3250
That should stop sendmail from running. If you can give more detail as to what OS you're running, I can help further..
--------------------------- Jason 'XenoPhage' Frisvold Engine / Technology Programmer [EMAIL PROTECTED] RedHat Certified - RHCE # 803004140609871 MySQL Pro Certified - ID# 207171862 MySQL Core Certified - ID# 205982910 --------------------------- "Something mysterious is formed, born in the silent void. Waiting alone and unmoving, it is at once still and yet in constant motion. It is the source of all programs. I do not know its name, so I will call it the Tao of Programming."
