Nothinman
Elite Member
Some people are scared of sendmail. It's had a rocky past wrt security.
And it's configuration file is harder to read than perl.
Some people are scared of sendmail. It's had a rocky past wrt security.
Originally posted by: Nothinman
Some people are scared of sendmail. It's had a rocky past wrt security.
And it's configuration file is harder to read than perl.
Originally posted by: Nothinman
And most of them do. But that's no excuse to have the worst config file syntax ever, the daemon should still be configurable by normal people. Every other mailer daemon manages it AFAIK, why should sendmail be special?
Originally posted by: GTaudiophile
Okay, so two more questions...
1) If you go here and do CTRL-F and search for "ipcheck". I understand the instructions until this part:
sudo chmod 700 /root/dyndns_update.sh
sudo sh /root/dyndns_update.sh
export EDITOR=gedit && sudo crontab -e
I changed the last line to export EDITOR=nano && sudo crontab -e and am not sure if the text 00 * * * * sudo sh /root/dyndns_update.sh resides in the proper file. Is that text suppost to appear in /etc/crontab?
2) I am looking at the howto on how to install Postfix. It seems pretty complicated. I don't quite understand how I install it such that it only sends e-mail to me/itself? And I still don't understand the need for there to be an MTA installed. Certain services need to send me alters? To me? How/where does it send it to me? Totally confused.
might need to be soemthing like:inet_interfaces = all mynetworks_style = host
inet_interfaces = lo mynetworks_style = host
Originally posted by: n0cmonkey
might need to be soemthing like:inet_interfaces = all mynetworks_style = host
inet_interfaces = lo mynetworks_style = host
This is why how-to's are generally crap. They tell you how they set it up, without explaining why. :|