Hey guys, I`m curious if there an way to send mail reports from servers without postfix, dovecot /etc... I was following this guide: http://www.howtoforge.com/virtual-m...servers-on-debian-squeeze-with-ispconfig-3-p4 Then i see the app called tiger / logwatch, seems pretty cool, but, i only get the reports from mailserver. There an way to enable the other servers send mail reports? I tried enabled the sendmail on php.ini (/etc/php5/cli/php.ini), but seems there an restriction where the mails arent send outside of the localhost.
You have to install a minimal mail server instance on each server to send emails, this can ether be postfix or another mta as it does not require much additional confuration. E.g. run: apt-get install postfix General type of mail configuration: <-- Internet Site System mail name: <-- server123.example.com This will alow the server to send email directly over the internet.
Thanks for the answer!!! There an way to set the postfix to dont send mail for internet? IN my scenario i just need get the reports from other servers, something like: Postfix minimal Source Server > Destination allowed server to send mails webserver.domain.com -> mailserver.domain.com dbserver.domain.com -> mailserver.domain.com ns1.domain.com -> mailserver.domain.com ns2.domain.com -> mailserver.domain.com