[CalendarServer-users] iMIP settings

Conrad Wasmer conrad.wasmer at comcast.net
Mon Nov 30 20:00:40 PST 2009


I would have responded directly to the last email, but after applying  
the settings, my inbox on my server was erased (frankly, probably the  
easiest way I know to clean that thing out - all my other folders  
remained untouched).  So, um, any advice on which user's info I should  
be putting in those fields in the iMIP settings?

Should the info be that of an existing email account? Should I have a  
new mail account for DCS?

Here's what I've got - the same info that I use for my email set up:

		<key>iMIP</key>
		<dict>
			<key>AddressPatterns</key>
			<array>
				<string>mailto:.*</string>
			</array>
			<key>Enabled</key>
			<true/>
			<key>MailGatewayPort</key>
			<integer>62310</integer>
			<key>MailGatewayServer</key>
			<string>localhost</string>
			<key>Receiving</key>
			<dict>
				<key>Password</key>
				<string>mypassword</string>
				<key>PollingSeconds</key>
				<integer>30</integer>
				<key>Port</key>
				<integer>143</integer>
				<key>Server</key>
				<string>http://my.server.com</string>
				<key>Type</key>
				<string>imap</string>
				<key>UseSSL</key>
				<false/>
				<key>Username</key>
				<string>conradwasmer</string>
			</dict>
			<key>Sending</key>
			<dict>
				<key>Address</key>
				<string>conradwasmer at my.server.com</string>
				<key>Password</key>
				<string>mypassword</string>
				<key>Port</key>
				<integer>25</integer>
				<key>Server</key>
				<string>http://my.server.com</string>
				<key>UseSSL</key>
				<false/>
				<key>Username</key>
				<string>conradwasmer</string>
			</dict>
		</dict>

---
Conrad Wasmer



More information about the calendarserver-users mailing list