hello, I recently set up a james server, and have the my MX record pointing to it.

However, when I send any email, the email goes to the "SPAM" folder, I have double 
checked that I have completely commented out the following

         <mailet match="RemoteAddrNotInNetwork=127.0.0.1" class="ToProcessor">
            <processor> spam </processor>
         </mailet>

But still the same problem. Could anyone give me some hint? Urgent, please ...

Steve

Btw, in the following, I have servername "mail.blah.com", should I change it to 
"blah.com" since I'm writing to [EMAIL PROTECTED] instead of [EMAIL PROTECTED]
     
    <servernames autodetect="true" autodetectIP="true">
         <servername>localhost</servername>
         <servername>mail.blah.com</servername>
    </servernames>

Reply via email to