worthspending
August 1st, 2008, 02:41 AM
I have a small home network consisting of three machines running ubuntu. one machine (among other things) is a dedicated file server. I need to use cron to perform tasks and I would like to send email from cron.
I did try apt-get install mailx and I was able to send mail to self@localhost. However, I am unable to send mail to a GMail account from my local machine. "Remote domains not supported". I assume it has to be something related to the fact that my local machine does not have a domain name that will resolve via DNS and no valid MX record can be found.
Bottom line, I am interested in sending email from cron from machines on my local network. What would be the best solution??
Thanks
I did try apt-get install mailx and I was able to send mail to self@localhost. However, I am unable to send mail to a GMail account from my local machine. "Remote domains not supported". I assume it has to be something related to the fact that my local machine does not have a domain name that will resolve via DNS and no valid MX record can be found.
Bottom line, I am interested in sending email from cron from machines on my local network. What would be the best solution??
Thanks