[CalendarServer-changes] [2772] CalendarServer/branches/users/sagen/mailgateway-implicit-2745

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 5 10:46:25 PDT 2008


Revision: 2772
          http://trac.macosforge.org/projects/calendarserver/changeset/2772
Author:   sagen at apple.com
Date:     2008-08-05 10:46:24 -0700 (Tue, 05 Aug 2008)
Log Message:
-----------
Updates to plist files

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/mailgateway-implicit-2745/conf/caldavd-test.plist
    CalendarServer/branches/users/sagen/mailgateway-implicit-2745/conf/caldavd.plist
    CalendarServer/branches/users/sagen/mailgateway-implicit-2745/twistedcaldav/config.py

Modified: CalendarServer/branches/users/sagen/mailgateway-implicit-2745/conf/caldavd-test.plist
===================================================================
--- CalendarServer/branches/users/sagen/mailgateway-implicit-2745/conf/caldavd-test.plist	2008-08-05 17:28:16 UTC (rev 2771)
+++ CalendarServer/branches/users/sagen/mailgateway-implicit-2745/conf/caldavd-test.plist	2008-08-05 17:46:24 UTC (rev 2772)
@@ -407,21 +407,35 @@
   	<dict>
   	  <key>Enabled</key>
   	  <false/>
+	  <key>MailGatewayServer</key>
+	  <string>localhost</string>
+	  <key>MailGatewayPort</key>
+	  <integer>62310</integer>
   	  <key>Sending</key>
   	  <dict>
   	    <key>Server</key>
-  	    <string></string>
+  	    <string></string> <-- SMTP server -->
   	    <key>Port</key>
-  	    <integer>587</integer>
+  	    <integer>25</integer> <-- SMTP port -->
+		<key>Address</key>
+		<string></string> <-- Address email will be sent from -->
       </dict>
       <key>Receiving</key>
       <dict>
   	    <key>Server</key>
-  	    <string></string>
+  	    <string></string> <-- Incoming mail server -->
+        <key>UseSSL</key>
+        <true/>
   	    <key>Port</key>
-  	    <integer>0</integer>
+  	    <integer>995</integer> <-- Incoming mail port -->
   	    <key>Type</key>
-  	    <string></string> <!-- Either 'pop3' or 'imap' -->
+  	    <string>pop</string> <!-- Either 'pop' or 'imap' -->
+        <key>PollingSeconds</key> <-- How often to fetch mail -->
+        <integer>20</integer>
+        <key>Username</key>
+        <string></string> <-- Incoming mail account -->
+        <key>Password</key>
+        <string></string>
   	  </dict>
   	  <key>AddressPatterns</key>
   	  <array>

Modified: CalendarServer/branches/users/sagen/mailgateway-implicit-2745/conf/caldavd.plist
===================================================================
--- CalendarServer/branches/users/sagen/mailgateway-implicit-2745/conf/caldavd.plist	2008-08-05 17:28:16 UTC (rev 2771)
+++ CalendarServer/branches/users/sagen/mailgateway-implicit-2745/conf/caldavd.plist	2008-08-05 17:46:24 UTC (rev 2772)
@@ -333,21 +333,35 @@
   	<dict>
   	  <key>Enabled</key>
   	  <false/>
+	  <key>MailGatewayServer</key>
+	  <string>localhost</string>
+	  <key>MailGatewayPort</key>
+	  <integer>62310</integer>
   	  <key>Sending</key>
   	  <dict>
   	    <key>Server</key>
-  	    <string></string>
+  	    <string></string> <-- SMTP server -->
   	    <key>Port</key>
-  	    <integer>587</integer>
+  	    <integer>25</integer> <-- SMTP port -->
+		<key>Address</key>
+		<string></string> <-- Address email will be sent from -->
       </dict>
       <key>Receiving</key>
       <dict>
   	    <key>Server</key>
-  	    <string></string>
+  	    <string></string> <-- Incoming mail server -->
+        <key>UseSSL</key>
+        <true/>
   	    <key>Port</key>
-  	    <integer>0</integer>
+  	    <integer>995</integer> <-- Incoming mail port -->
   	    <key>Type</key>
-  	    <string></string> <!-- Either 'pop3' or 'imap' -->
+  	    <string>pop</string> <!-- Either 'pop' or 'imap' -->
+        <key>PollingSeconds</key> <-- How often to fetch mail -->
+        <integer>60</integer>
+        <key>Username</key>
+        <string></string> <-- Incoming mail account -->
+        <key>Password</key>
+        <string></string>
   	  </dict>
   	  <key>AddressPatterns</key>
   	  <array>

Modified: CalendarServer/branches/users/sagen/mailgateway-implicit-2745/twistedcaldav/config.py
===================================================================
--- CalendarServer/branches/users/sagen/mailgateway-implicit-2745/twistedcaldav/config.py	2008-08-05 17:28:16 UTC (rev 2771)
+++ CalendarServer/branches/users/sagen/mailgateway-implicit-2745/twistedcaldav/config.py	2008-08-05 17:46:24 UTC (rev 2772)
@@ -196,7 +196,7 @@
         "iMIP": {
             "Enabled"          : False, # Server-to-iMIP protocol
             "MailGatewayServer"     : "localhost",
-            "MailGatewayPort"       : 62311,
+            "MailGatewayPort"       : 62310,
             "Sending": {
                 "Server"       : "",    # SMTP server to relay messages through
                 "Port"         : 25,    # SMTP server port to relay messages through
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080805/b4563544/attachment.html 


More information about the calendarserver-changes mailing list