Minimal setup for sendmail to send outgoing email only?
Posted
by Michael
on Server Fault
See other posts from Server Fault
or by Michael
Published on 2010-05-27T18:17:20Z
Indexed on
2010/05/27
18:22 UTC
Read the original article
Hit count: 156
I run a simple server that I administrate remotely, and I need it to be able to send an email to my personal email address every time an error occurs. With the default setup on Ubuntu, sendmail just accumulates emails in /var/spool/mail that are to be sent locally, but I need it to go to an external email.
The tutorials I've found all talk about setting up postfix/sendmail as a full-fledged email server, but I just need outgoing only, no external logins. Is there an easy way to do this?
© Server Fault or respective owner