Basically, this is my fetchpop configuration:
<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="server.net">
<!-- Host name or IP address -->
<host>mail.server.net</host>
<!-- Account login username -->
<user>myusername</user>
<!-- Account login password -->
<password>mypassword</password>
<!-- How frequently this account is checked - in milliseconds. 600000 is every ten minutes -->
<interval>60000</interval>
</fetch>
</fetchpop>
Unfortunately, I do not get any mail from the POP server. This is the output of the FetchPop log:
19/08/03 01:30:25 INFO fetchpop: Fetch POP Started 19/08/03 01:32:53 INFO fetchpop: Fetch POP dispose... 19/08/03 01:32:53 INFO fetchpop: Fetch POP ...dispose end
Which part of the configuration is missing?
Thank you in advance.
Yours truly, Hanxue
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
