damerit Posted August 21, 2008 Share Posted August 21, 2008 I wrote a script that will send out emails from my linux/apache server to my company email which is an exchange server. I removed the script and I'm still getting emails sent to my company account. It has been 3 days since I removed the script and I can't find out what is causing it to still generate e-mails. How do I look at the server and find the queue or service that runs the e-mail and stop it? I assume it was caught in a loop. your help is greatly appreciated... Quote Link to comment Share on other sites More sharing options...
AjBaz100 Posted August 22, 2008 Share Posted August 22, 2008 If you executed the script to run in the background, and then deleted it, it would still be running. ps ax | grep NameOfScript should tell you if it is or not. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.