PDA

View Full Version : Developing web, want to disable sendmail...



dudinatrix
November 15th, 2005, 04:54 PM
I'm developing an ecommerce site on my local Ubuntu system with some data carried over from our live setup (customers/orders/etc.) -- Problem is, when I do some testing during development, Ubuntu sends out emails (ie, "Your order has been shipped") and I want to avoid this to prevent actual customers from receiving anything.

How can I disable sendmail, and turn it back on later?

nagual
November 16th, 2005, 04:11 AM
You should just be able to sudo /etc/init.d/sendmail stop