Hello.
I have tried to get fetchmail to work with RC1 (having previously tried
with 2.2.0). I send a message to a pop account, and then let james
fetchmail attempt to retrieve it.
I continue to get the same error that I did with 2.2.0: "Message could
not be delivered due to an error determining the remote domain."
If I am doing something stupid, please let me know. If not, I hope the
feedback is useful.
The recipient address (in the account section of the configuration file)
is a valid email address on the james server performing the fetchmail,
although the to address on the message in the pop queue does not exist
on the james server. However, if the message fetchmail is trying to
retrieve could be placed into the james root processor, it would be
processed and delivered to a valid james account.
The log extract and configuration file follow.
Renen.
17/01/05 22:36:38 INFO fetchmail.lucy.wdsl.co.za: Starting fetching
mail from server 'lucy.wdsl.co.za' for user '[EMAIL PROTECTED]' in folder
'INBOX'
17/01/05 22:36:38 DEBUG fetchmail.lucy.wdsl.co.za: Attempting delivery
of message with id. <[EMAIL PROTECTED]>
17/01/05 22:36:38 INFO fetchmail.lucy.wdsl.co.za: Ignoring recipient
header. Using configured recipient as new envelope recipient:
[EMAIL PROTECTED] Message ID: <[EMAIL PROTECTED]>.
Flags: Seen = false, Delete = false.
17/01/05 22:36:39 WARN fetchmail.lucy.wdsl.co.za: Message marked as
SEEN, but the folder does not support a permanent SEEN flag. Message ID:
<[EMAIL PROTECTED]>. Flags: Seen = true, Delete =
false.
17/01/05 22:36:39 WARN fetchmail.lucy.wdsl.co.za: Message could not be
delivered due to an error determining the remote domain. Message ID:
<[EMAIL PROTECTED]>. Flags: Seen = true, Delete =
false.
17/01/05 22:36:39 DEBUG fetchmail.lucy.wdsl.co.za: UNDELIVERABLE Message
ID: <[EMAIL PROTECTED]>
java.net.UnknownHostException: unknown host
<!--
See http://james.apache.org/fetchmail_configuration_2_2.html"
-->
<fetchmail enabled="true">
<fetch name="lucy.wdsl.co.za">
<accounts>
<account
user="[EMAIL PROTECTED]"
password="*****"
recipient="[EMAIL PROTECTED]"
ignorercpt-header="true"/>
</accounts>
<recipientnotfound
defer="false"
reject="true"
leaveonserver="true"
markseen="true"/>
<host>lucy.wdsl.co.za</host>
<interval>60000</interval>
<javaMailProviderName>pop3</javaMailProviderName>
<javaMailFolderName>INBOX</javaMailFolderName>
<fetchall>true</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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]