hi,
i have setup apache james 2.3 with fetchmail (one account many users static)
from my isp ( virtual hosting).
the problem is that when a mail with only a single receipt, the mail goes to
that user (no problem there) .. but with multiple recipts the mail goes to
all users.

here is my fetchmail config.

<fetchmail enabled="true">
        <fetch name="my-domain.com">
            <accounts>
                <account
                    user="mydomain" 
                    password="password" 
                    recipient="[EMAIL PROTECTED]"                   
                    ignorercpt-header="false"/>     

 <account
                    user="mydomain" 
                    password="password" 
                    recipient="[EMAIL PROTECTED]"                   
                    ignorercpt-header="false"/>     
 <account
                    user="mydomain" 
                    password="password" 
                    recipient="[EMAIL PROTECTED]"                   
                    ignorercpt-header="false"/>     
 <account
                    user="mydomain" 
                    password="password" 
                    recipient="[EMAIL PROTECTED]"                   
                    ignorercpt-header="false"/>     


            <recipientnotfound 
                defer="false" 
                reject="false" 
                leaveonserver="true" 
                markseen="false"/>          

            <host>pop3.my-domain.com</host>

            <interval>60000</interval>

            <javaMailProviderName>pop3</javaMailProviderName>

            <javaMailFolderName>INBOX</javaMailFolderName>        

            <fetchall>false</fetchall>

            <recursesubfolders>false</recursesubfolders>
            
            <fetched 
                leaveonserver="false" 
                markseen="true"/>
                
            <undeliverable 
                leaveonserver="true" 
                markseen="false"/>
         
           <remotereceivedheader
                index="1" 
                reject="false" 
                leaveonserver="false" 
                markseen="false"/>
                
            <blacklist 
                reject="true" 
                leaveonserver="false" 
                markseen="false">
                [EMAIL PROTECTED], [EMAIL PROTECTED] 
            </blacklist>
                                                        
            <userundefined 
                reject="true" 
                leaveonserver="true" 
                markseen="false"/>
                        
            <remoterecipient 
                reject="false" 
                leaveonserver="true" 
                markseen="false"/>
        </fetch>

-- 
View this message in context: 
http://www.nabble.com/apache-james-fetchmail-problems-tf4046349.html#a11493836
Sent from the James - Users mailing list archive at Nabble.com.


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

Reply via email to