mmornati / ruby-noise-detection

Noise Detection Ruby Script
31 stars 12 forks source link

Sendmail not working #2

Open tomcat17 opened 8 years ago

tomcat17 commented 8 years ago

Hi, I installed sendmail via sudo apt-get install sendmail and made configurations but sendmail seems not to run or I get a connection refused on 127.0.0.1 message. Is anything further required for sendmail/MTA to work on a raspberry pi 2? I am new to Pi so this might be a simple question. I could setup SSMTP and send emails via my GMX, GMAIL, etc account, but sending it without logging into an account would be nice

hauzerlee commented 8 years ago

@tomcat17 try install postfix instead of sendmail. postfix is more secure.

sudo dpkg -r sendmail
sudo apt-get install postfix

this way is simpler than disable sendmail via alternative settings.