Hey all,
I have just built a Centos 5 server and it is working great. I have installed postfix and I have it working... sort of. I can send mail and it works fine but the domain is wrong. My domain name is dnti.com and in the test emails I see Testacct@localhost.dnti.com I can recieve emails fine but I have this localhost part that is bothering me. Here are the changes that I made to main.cf
Here is what my hostfile looks like
Is there somting that I have done wrong????
not sure were this localhost.dnti.com is coming from.
Thanks,
timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!
I have just built a Centos 5 server and it is working great. I have installed postfix and I have it working... sort of. I can send mail and it works fine but the domain is wrong. My domain name is dnti.com and in the test emails I see Testacct@localhost.dnti.com I can recieve emails fine but I have this localhost part that is bothering me. Here are the changes that I made to main.cf
Code:
myhostname = host.dnti.com
mydomain = dnti.com
myorigin = $mydomain
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mynetworks_style = host
Code:
127.0.0.1 host.dnti.com host localhost.localdomain localhost
xxx.xxx.xxx.116 host.dnti.com dnti
Is there somting that I have done wrong????
not sure were this localhost.dnti.com is coming from.
Thanks,
timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!