On Sun, 03 Nov 2002 at 23:20:14 +0100, [EMAIL PROTECTED] 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 [EMAIL PROTECTED] > 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 [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message