How do I configure SMTP to send or relay from a private network
I have a Mac Pro Server connected to a NetGear ReadyNAS on a private network. I would like the email alerts from the ready NAS to either use or relay through the SMTP server on the Mac.
*The network:*
en0 on the MacPro is odin.ad.bangor.ac.uk
en3 on the MacPro is 192.168.168.10
The ReadyNAS is 192.168.168.168
The network is up and working. The server can see the NAS over en3 and the internet through en0.
As a first try, I have configured the NAS to use the SMTP server on the MacPro.
From the logs, it looks like the problem might be that there isn't a FQN for 192.168.168.168.
What is the best fix for this?
Mar 3 14:03:33 odin postfix/smtpd[1126]: disconnect from unknown[192.168.168.168]
Mar 3 14:03:33 odin postfix/smtpd[1126]: connect from unknown[192.168.168.168]
Mar 3 14:03:33 odin postfix/smtpd[1126]: disconnect from unknown[192.168.168.168]
Mar 3 14:03:33 odin postfix/smtpd[1126]: connect from unknown[192.168.168.168]
Mar 3 14:03:33 odin postfix/smtpd[1126]: NOQUEUE: reject: RCPT from unknown[192.168.168.168]: 504 5.5.2 <localhost>: Helo command rejected: need fully-qualified hostname; from=<a.fischer@bangor.ac.uk> to=<a.fischer@bangor.ac.uk> proto=ESMTP helo=<localhost>
Mar 3 14:03:33 odin postfix/smtpd[1126]: lost connection after DATA (0 bytes) from unknown[192.168.168.168]
MacPro Server, Mac OS X (10.6.4), Mac OS X Server