Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2002 11:22:19 -0800
From:      Andrew Stuart <elitetek@tekrealm.net>
To:        dslb@tiscali.dk
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Mail servers
Message-ID:  <20021111192219.GA34450@freebsd.tekrealm.net>
In-Reply-To: <3DAE680500002383@cpfe2.be.tisc.dk>
References:  <3DAE680500002383@cpfe2.be.tisc.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021111192219.GA34450>