On 2009-10-15 zch.open wrote: > I installed two vitual machines on my windows xp via vmplayer. One is > centos and the other is debian. I wanna configure mail server(postfix) > on both servers. The basic informations of both servers are as below: > > centos > IP: 192.168.134.131 > hostname: centos > domain: zchdomain > > debian > IP: 192.168.134.132 > hostname: debiandb2 > domain: zchdomain > > I successfully configured postfix on each server. So I can send or > recevie mails on either server. Say, I could send a mail from > [email protected] to [email protected]. And I also installed > the mozilla thunderbird as the MUA, so I could use thunderbird to send > and receive mails on both servers. > > But when I tried to sent a mail from [email protected] to > [email protected], I failed. I got a message as below:
I'm going to assume that <[email protected]> is just a typo and you're actually trying to send to <[email protected]> as the response you received suggests. What's the output of the following two commands on centos.zchdomain? host -t a debiandb2.zchdomain host -t mx debiandb2.zchdomain And please always include the output of "postconf -n". Regards Ansgar Wiechers -- "Abstractions save us time working, but they don't save us time learning." --Joel Spolsky
