From owner-freebsd-isp Sun Mar 5 20:49: 3 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id CF84737BB2D for ; Sun, 5 Mar 2000 20:48:59 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id WAA06848; Sun, 5 Mar 2000 22:48:54 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <003a01bf8727$46765e20$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Hugh Blandford" Cc: References: Subject: Re: Restricting Access to IMAP Date: Sun, 5 Mar 2000 22:48:53 -0600 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.3825.400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.3825.400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Hugh Blandford" > thanks for the reply. Would there be a way of reversing the meaning of > the file so that only users specified in it were able to use IMAP? I take > it that there would be no problems in just pointing the line in inetd.conf > to a different POP server. > I am not sure, but you could try changing it as follows: > > > > define(`confLOCAL_MAILER',`cyrus')dnl > > define(`confLOCAL_MAILER',`local')dnl > > LOCAL_RULE_0 > > R$=N $: $#local $: $1 > > R$=N < @ $=w . > $: $#local $: $1 > > Rbb + $+ < @ $=w . > $#cyrusbb $: $1 > > R$=N $: $#cyrus $: $1 R$=N < @ $=w . > $: $#cyrus $: $1 Rbb + $+ < @ $=w . > $#cyrusbb $: $1 > > LOCAL_CONFIG > > FN /etc/mail/sendmail.cN > > There should be no problem in pointing inetd to a different POP server. Are you going to allow your IMAP users to also use POP? If not, then you could disable the Cyrus POP server (ipop3d) in inetd.conf and still use the standard POP port (110) for your local POP users. Otherwise you'll have to uses an alternate POP port. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message