Hi there,


I have been trying to configure Fetchpop for ages but it does not seem to work. I am using James 2.1.2


Basically, this is my config.xml (relevant sections only)

...

<fetchpop enabled="true">
<!-- You can have as many fetch tasks as you want, but each must have a
-->
<!-- unique name by which it identified -->
<fetch name="softhome">
<!-- Host name or IP address -->
<host>mail.softhome.net</host>
<!-- Account login username -->
<user>hanxue</user>
<!-- Account login password -->
<password>mypass</password>
<!-- How frequently this account is checked - in milliseconds. 60000
0 is every ten minutes -->
<interval>600000</interval>
</fetch>


...

<mailet match="FetchedFrom=softhome" class="ToProcessor">
            <processor> softhome </processor>
         </mailet>
...

      <processor name="softhome">
        <!-- any local domain, kill it - fetched domain is not local -->
        <mailet match="RecipientIsLocal" class="Null"/>

<!-- if the recipient is for a local account, deliver it locally -->
<!--mailet match="RecipientIsLocal" class="LocalDelivery" /-->
<!-- now kill all remaining recipients - fetched mail should not be rese
nt -->
<mailet match="All" class="Forward">
<forwardto>[EMAIL PROTECTED]</forwardto>
</mailet>
</processor>





In my fetchpop logfile, I only get these lines:


26/11/03 20:24:53 INFO fetchpop: Fetch POP Started



No indication of any fetching activities. I have followed the instructions at http://nagoya.apache.org/wiki/apachewiki.cgi?James/SettingUpFetchpop , yet I still cannot get anything to work.


Can somebody help me out? Thank you.




Hanxue


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



Reply via email to