On an AIX server (4.3.3) we are running Notes and we would like to be able to send e-mail from the local machine to the Notes users. Is there a way to configure sendmail.cf to relay back to Notes.
Example:
Say our domain is xyz.com
Our hostname for our AIX machine is aixhost making our fully qualified name would be aixhost.xyz.com
So on aixhost if we do
# mail John.Doe@xyz.com
It gets returned to the root user with a message like below.
--NAA25202.1045075890/aixhost.xyz.com
The original message was received at Wed, 12 Feb 2003 13:51:30 -0500
from root@localhost
----- The following addresses had permanent fatal errors -----
john.doe@xyz.com
--- The transcript of the session follows ---
554 MX list for xyz.com. points back to aixhost.xyz.com
554 john.doe@xyz.com... Local configuration error
--NAA22876.1045075612/aixhost.xyz.com
Any Ideas?
Thanks