Inorder to send and receive emails to to the real world i have to configure the dns right?
below part of config.xml Is it the right way to write it?

<dnsserver>
<servers>
<!-- CONFIRM? -->
<!--Enter ip address of your DNS server, one IP address per server -->
<!-- element. The default configuration assumes a DNS server on the localhost. -->
<server>127.0.0.1</server>
<server>202.188.x.x</server>
<server>202.188.x.x</server>
</servers>
<authoritative>true</authoritative>
</dnsserver>

or like this? should i keep the localhost address still?

<dnsserver>
<servers>
<!-- CONFIRM? -->
<!--Enter ip address of your DNS server, one IP address per server -->
<!-- element. The default configuration assumes a DNS server on the localhost. -->
<server>127.0.0.1, 202.188.x.x,202.188.x.x</server>
</servers>
<authoritative>true</authoritative>
</dnsserver>



_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to