View previous topic :: View next topic |
Author |
Message |
oldnavy23 Tux's lil' helper
Joined: 09 Jul 2007 Posts: 86 Location: USA
|
Posted: Wed Jun 11, 2008 12:35 am Post subject: Logwatch setup to send email with out using sendmail |
|
|
hello anyone know how i could get my logwatch to send me an email with out send mail since my server has kerio i dont know how to make it send from that tryed to change to the kerio dir and senmail file in there anyone know how to send per an email address on the server like doing smtp insted of by php ? |
|
Back to top |
|
|
TheAl Tux's lil' helper
Joined: 22 Jan 2004 Posts: 134
|
Posted: Wed Jun 11, 2008 11:34 am Post subject: |
|
|
Install
Code: | emerge -av mail-mta/ssmtp |
Then edit /etc/ssmtp/ssmtp.conf to add your smtp gateway :
Code: | mailhub=stmprelay.myisp.tld |
And you can send email with sendmail like command line. |
|
Back to top |
|
|
|