You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2005/05/03 18:52:39 UTC

svn commit: r167935 - in /james/server/branches/merge_v2_and_trunk/src: conf/james-assembly.xml conf/james-config.xml conf/james-server.xml java/org/apache/james/fetchpop/

Author: noel
Date: Tue May  3 09:52:38 2005
New Revision: 167935

URL: http://svn.apache.org/viewcvs?rev=167935&view=rev
Log:
remove deprecated fetchpop.

Removed:
    james/server/branches/merge_v2_and_trunk/src/java/org/apache/james/fetchpop/
Modified:
    james/server/branches/merge_v2_and_trunk/src/conf/james-assembly.xml
    james/server/branches/merge_v2_and_trunk/src/conf/james-config.xml
    james/server/branches/merge_v2_and_trunk/src/conf/james-server.xml

Modified: james/server/branches/merge_v2_and_trunk/src/conf/james-assembly.xml
URL: http://svn.apache.org/viewcvs/james/server/branches/merge_v2_and_trunk/src/conf/james-assembly.xml?rev=167935&r1=167934&r2=167935&view=diff
==============================================================================
--- james/server/branches/merge_v2_and_trunk/src/conf/james-assembly.xml (original)
+++ james/server/branches/merge_v2_and_trunk/src/conf/james-assembly.xml Tue May  3 09:52:38 2005
@@ -102,13 +102,6 @@
   <!-- NNTP Repository -->
   <block name="nntp-repository" class="org.apache.james.nntpserver.repository.NNTPRepositoryImpl" />
 
-  <!-- FetchPOP Service -->
-  <block name="fetchpop" class="org.apache.james.fetchpop.FetchScheduler" >
-    <provide name="scheduler"
-             role="org.apache.avalon.cornerstone.services.scheduler.TimeScheduler"/> 
-    <provide name="James" role="org.apache.james.services.MailServer"/>      
-  </block>
-
   <!-- FetchMail Service -->
   <block name="fetchmail" class="org.apache.james.fetchmail.FetchScheduler" >
     <provide name="scheduler"

Modified: james/server/branches/merge_v2_and_trunk/src/conf/james-config.xml
URL: http://svn.apache.org/viewcvs/james/server/branches/merge_v2_and_trunk/src/conf/james-config.xml?rev=167935&r1=167934&r2=167935&view=diff
==============================================================================
--- james/server/branches/merge_v2_and_trunk/src/conf/james-config.xml (original)
+++ james/server/branches/merge_v2_and_trunk/src/conf/james-config.xml Tue May  3 09:52:38 2005
@@ -48,7 +48,7 @@
       <!-- In most cases this will be necessary. -->
       <!-- By default, the servername 'localhost' is specified. This can be removed, if required. -->
       <!-- -->
-      <!-- Warning: If you are using fetchpop it is important to include the -->
+      <!-- Warning: If you are using fetchmail it is important to include the -->
       <!-- fetched domains in the server name list to prevent looping.       -->
       <servernames autodetect="true" autodetectIP="true">
 <!-- CONFIRM? -->
@@ -97,26 +97,6 @@
       </inboxRepository>
       -->
    </James>
-
-   <!-- Fetch pop block, fetches mail from POP3 servers and inserts it into the incoming spool -->
-   <!-- Warning: It is important to prevent mail from looping by setting the  -->
-   <!-- fetched domains in the <servernames> section of the <James> block     -->
-   <!-- above. This block is disabled by default.                             -->
-   <!-- FetchPOP is being deprecated in favor of FetchMail                    -->
-    <fetchpop enabled="false">
-        <!-- You can have as many fetch tasks as you want, but each must have a -->
-        <!-- unique name by which it identified -->
-        <fetch name="mydomain.com">
-            <!-- Host name or IP address -->
-            <host>mail.mydomain.com</host>
-            <!-- Account login username -->
-            <user>username</user>
-            <!-- Account login password -->
-            <password>pass</password>
-            <!-- How frequently this account is checked - in milliseconds. 600000 is every ten minutes -->
-            <interval>600000</interval>
-        </fetch>
-    </fetchpop>
 
     <!-- This is an example configuration for FetchMail, a JavaMail based gateway  -->
     <!-- service that pulls messages from other sources, and inserts them into the -->

Modified: james/server/branches/merge_v2_and_trunk/src/conf/james-server.xml
URL: http://svn.apache.org/viewcvs/james/server/branches/merge_v2_and_trunk/src/conf/james-server.xml?rev=167935&r1=167934&r2=167935&view=diff
==============================================================================
--- james/server/branches/merge_v2_and_trunk/src/conf/james-server.xml (original)
+++ james/server/branches/merge_v2_and_trunk/src/conf/james-server.xml Tue May  3 09:52:38 2005
@@ -74,9 +74,6 @@
       <category name="scheduler" log-level="INFO">
         <log-target id-ref="scheduler-target"/>
       </category>
-      <category name="fetchpop" log-level="INFO">
-        <log-target id-ref="fetchpop-target"/>
-      </category>
       <category name="fetchmail" log-level="INFO">
         <log-target id-ref="fetchmail-target"/>
       </category>
@@ -263,17 +260,6 @@
       </file>
       <file id="scheduler-target">
         <filename>${app.home}/logs/scheduler</filename>
-        <format>%{time:dd/MM/yy HH:mm:ss} %5.5{priority} %{category}: %{message}\n%{throwable}</format>
-        <append>true</append>
-        <rotation type="unique" pattern="-yyyy-MM-dd-HH-mm" suffix=".log">
-          <or>
-            <date>dd</date>
-            <size>10485760</size>
-          </or>
-        </rotation>
-      </file>
-      <file id="fetchpop-target">
-        <filename>${app.home}/logs/fetchpop</filename>
         <format>%{time:dd/MM/yy HH:mm:ss} %5.5{priority} %{category}: %{message}\n%{throwable}</format>
         <append>true</append>
         <rotation type="unique" pattern="-yyyy-MM-dd-HH-mm" suffix=".log">



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org