by needee » Wed Oct 17, 2007 11:06 am
Thanks Kalinga for help
Yet Didnt configure the Internet_Mail_Server(need help)
Postfix configuration of Local_Mail_Server are :
myhostname = local.test.com
mydomain = test.com
myorigin = test.com
inet_interfaces = all
mydestination = $myhostname, localhost, $mydomain
mynetworks = 127.0.0.0/8, 10.0.0.0/24
rest of the options are all the default.
Now I need help to configure the
1, Local_Mail_Server to forward all the emails for outside/INTERNET to the Internet_Mail_Server(mail.test.com, private ip 10.0.0.225/24)
2, Internet_Mail_Server so that it will ACCEPT all the emails(going to internet) comming from Local_Mail_Server and then forward/pass those emails TO internet
3, Internet_Mail_Server so that it will forward/pass all the emails for test.com domain(comming from internet/outside) to the Local_Mail_Server(10.0.0.125/24)
Regards