From owner-freebsd-questions Mon Nov 11 11:23:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E9ED37B401 for ; Mon, 11 Nov 2002 11:23:36 -0800 (PST) Received: from subliminal.tekrealm.net (subliminal.tekrealm.net [64.81.247.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCC1C43E42 for ; Mon, 11 Nov 2002 11:23:35 -0800 (PST) (envelope-from elitetek@tekrealm.net) Received: from subliminal.tekrealm.net (whoami@localhost [127.0.0.1]) by subliminal.tekrealm.net (8.12.6/8.12.6) with ESMTP id gABJNYta034528; Mon, 11 Nov 2002 11:23:34 -0800 (PST) (envelope-from elitetek@tekrealm.net) Received: (from elitetek@localhost) by subliminal.tekrealm.net (8.12.6/8.12.6/Submit) id gABJMJ6U034524; Mon, 11 Nov 2002 11:22:19 -0800 (PST) X-Authentication-Warning: subliminal.tekrealm.net: elitetek set sender to elitetek@tekrealm.net using -f Date: Mon, 11 Nov 2002 11:22:19 -0800 From: Andrew Stuart To: dslb@tiscali.dk Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mail servers Message-ID: <20021111192219.GA34450@freebsd.tekrealm.net> Reply-To: elitetek@tekrealm.net References: <3DAE680500002383@cpfe2.be.tisc.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DAE680500002383@cpfe2.be.tisc.dk> User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 03 Nov 2002 at 23:20:14 +0100, dslb@tiscali.dk wrote: > Hi again > > I run Qpopper and Imap-uw on my FreeBSD 4.7 server. > My first problem is with Qpopper. Acording to /etc/services, pop3s should > be at port 995, but even though I have installed qpopper with ssl support > and enabled it (I think), it only bind()'s to port 110. Does this mean the > SSL support don't work? (I see no error messages in /var/log). > And to the Second question: "Can't imap-uw be runs as a standalone daemon? > If not, which imapd can"? > > br > socketd > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message just have to set it up correctly.. works great. inetd looks like: pop3 stream tcp nowait root /usr/local/libexec/qpopper qpopper -s pop3s stream tcp nowait root /usr/local/libexec/qpopper qpopper -s -f /etc/mail/qpopper.conf and my qpopper.conf looks like: set tls-support = alternate-port set tls-version = default set tls-server-cert-file = /etc/mail/certs/cert.pem create/obtain a cert and throw it in the directory of your choice and restart inetd.. you should be all set.. -- Andrew Stuart http://www.tekrealm.net On Monday mornings I am dedicated to the proposition that all men are created jerks. -- H. Allen Smith, "Let the Crabgrass Grow" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message