Monday, June 13, 2011

Install sendmail

I used:

Code:
sudo apt-get install sendmail
It installed sendmail and by this command I could test it:

Code:
sudo ps aux | grep sendmail
Result:

Quote:
sudo ps aux | grep sendmail
root 10366 0.0 0.7 8216 2020 ? Ss 09:50 0:00 sendmail: MTA: accepting connections
1000 10376 0.0 0.3 2880 796 pts/0 S+ 09:56 0:00 grep sendmail

No comments:

Post a Comment