1826422 Members
4112 Online
109692 Solutions
New Discussion

linux smtp

 
Dinesh S Devan
Occasional Advisor

linux smtp

how can i configure smtp in linux server
to recived mail from the system about any errors or any file system growing up ??
3 REPLIES 3
Alexander Chuzhoy
Honored Contributor

Re: linux smtp

You shouldn't configure SMTP for that.

You can either use some monitoring tool (for example Nagios) that will generate e-mail when a certain condition is met (file system is 90% full for example).
Or you can configure the syslog to send the messages to your mail. Read "man 5 syslog" for more details.
Silju
Advisor

Re: linux smtp

Hi Dinesh,

The give link can help you in this.

http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch21_:_Configuring_Linux_Mail_Servers

warm regards
Silju
Technology to empower all
George Liu_4
Trusted Contributor

Re: linux smtp

I guess you may setup a syslog server which receives all syslogs from the clients