From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt H To: 9fans@cse.psu.edu Subject: Re: [9fans] upas/fs -f/imap & Courier - SOLVED Message-Id: <20020206151147.01cc6ec9.matt@proweb.co.uk> In-Reply-To: <20020206131146.6639e053.matt@proweb.co.uk> References: <20020206131146.6639e053.matt@proweb.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Wed, 6 Feb 2002 15:11:47 +0000 Topicbox-Message-UUID: 4d593e84-eaca-11e9-9e20-41e7f4b1d025 Courier has a setting for maximum connections per IP, I had it set to the default(4) I bumped it up and now it's working just fine in file : /usr/local/etc/courier-imap/imapd MAXPERIP=40 here's the diffs again because I noticed my comments were bumping the line numbers : /sys/src/cmd/upas/fs/imap4.c 272c272 < if(!isokay(s) || strstr(s, "IMAP4")==0) --- > if(!isokay(s) || strstr(s, "IMAP")==0) 275c275 < snprint(buf, sizeof buf, "/mnt/auth/imap/%s/%s", imap->host, imap->user); --- > snprint(buf, sizeof buf, "/usr/matt/imappw/%s", imap->host);