18/12/07 14:34:23 INFO fetchmail: FetchMail Started
18/12/07 14:34:23 INFO fetchmail.mydomain.com: Fetcher starting fetches
18/12/07 14:34:23 ERROR fetchmail.mydomain.com: An Exception has terminated
this fetch.
org.apache.avalon.framework.configuration.ConfigurationException: Invalid
recipient address specified: [EMAIL PROTECTED]@localhost
at org.apache.james.fetchmail.Account.setRecipient(Account.java:209)
at
org.apache.james.fetchmail.DynamicAccount.<init>(DynamicAccount.java:108)
at
org.apache.james.fetchmail.FetchMail.computeDynamicAccounts(FetchMail.java:840)
at
org.apache.james.fetchmail.FetchMail.computeDynamicAccounts(FetchMail.java:764)
at
org.apache.james.fetchmail.FetchMail.updateDynamicAccounts(FetchMail.java:726)
at
org.apache.james.fetchmail.FetchMail.targetTriggered(FetchMail.java:528)
at
org.apache.avalon.cornerstone.blocks.scheduler.DefaultTimeScheduler.doRunEntry(DefaultTimeScheduler.java:449)
at
org.apache.avalon.cornerstone.blocks.scheduler.DefaultTimeScheduler$1.run(DefaultTimeScheduler.java:412)
at
org.apache.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:55)
at
org.apache.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:116)
18/12/07 14:34:23 INFO fetchmail.mydomain.com: Fetcher completed fetches
the following is my fetch.xml config file---------------------
<!--
See
http://james.apache.org/server/2.3.0/fetchmail_configuration.html"
-->
<fetchmail enabled="true">
<fetch name="mydomain.com">
<accounts>
<alllocal
userprefix=""
usersuffix="@"
password="password"
recipientprefix=""
recipientsuffix="@localhost"
ignorercpt-header="true"/>
<!--account
user="[EMAIL PROTECTED]"
password="password"
recipient="[EMAIL PROTECTED]"
ignorercpt-header="false"/-->
</accounts>
<recipientnotfound
defer="true"
reject="true"
leaveonserver="true"
markseen="true"/>
<host>mydomain.com</host>
<interval>600000</interval>
<javaMailProviderName>pop3</javaMailProviderName>
<javaMailFolderName>INBOX</javaMailFolderName>
<fetchall>false</fetchall>
<recursesubfolders>false</recursesubfolders>
<fetched
leaveonserver="false"
markseen="true"/>
<undeliverable
leaveonserver="true"
markseen="true"/>
<blacklist
reject="true"
leaveonserver="false"
markseen="false">
[EMAIL PROTECTED], [EMAIL PROTECTED]
</blacklist>
<userundefined
reject="true"
leaveonserver="true"
markseen="true"/>
<remoterecipient
reject="true"
leaveonserver="true"
markseen="true"/>
</fetch>
</fetchmail>
--
View this message in context:
http://www.nabble.com/fetchmail-ERROR-tp14384501p14384501.html
Sent from the James - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]