hi,
i know someone had the same problem:
the incoming email go straight to the 'error' or 'spam' folder.
but i couln't fix it!
I can send email.

i am running the dns on x.x.x.2
"       "    james on   x.x.x.5
the email account is    [EMAIL PROTECTED]

DNS setting for 'mydomain.com':
 Name          Type            Data
 (same as..)   SOA             [9], dnsservername.com
 (same as..)   NS              dnsservername.com
 (same as..)   MX              [10] mail.mydomain.com
 mail          A               x.x.x.5
 ns            A               x.x.x.2
 www           A               x.x.x.20

i disabled all the spam Mailet actually there is just:
<mailet match="All" class="ToProcessor">
  <processor> transport </processor>
</mailet>

the transport conf is:

<processor name="transport">
  <mailet match="RecipientIsLocal" class="LocalDelivery">
  </mailet>
  <mailet match="HostIsLocal" class="ToProcessor">
   <processor>error</processor>
  </mailet>
  <mailet match="All" class="RemoteDelivery">
   <outgoing> file://var/mail/outgoing/ </outgoing>
   <delayTime> 21600000 </delayTime>
   <maxRetries> 5 </maxRetries>
  </mailet>
</processor>

the dnsserver conf is:
<dnsserver>
 <servers>
   <server>x.x.x.2</server>
 </servers>
<authoritative>false</authoritative>
</dnsserver>

what's wrong ??
Please help me.Appreciate.
bye.


See Dave Matthews Band live or win a signed guitar
http://r.lycos.com/r/bmgfly_mail_dmb/http://win.ipromotions.com/lycos_020201/splash.asp
 

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

Reply via email to