No problem with inbuilt pop3d. Some hints for you:

$ grep pop3  /etc/inetd.conf
127.0.0.1:pop3  stream  tcp     nowait  root    /usr/sbin/popa3d
popa3d

$ pkg_info | grep stunnel
stunnel-4.20        SSL encryption wrapper for standard network daemons

$ grep -A 3 pop3s  /etc/stunnel/stunnel.conf
[pop3s]
accept  = 995
connect = 127.0.0.1:110


/Pete



On 21. jan. 2011, at 12.49, OpenBSD Geek wrote:

> Hi,
>
> I'm trying to build a mailserver with OpenBSD, Sendmail, cyrus-sasl, and
> popa3d. All works good. And thank you for all replies (for sendmail
> question).
>
> Is there a way to secure popa3d, except using TCPWrappers (tcpd) ?
>
> Thank you for your help.
>
> Wesley M.

Reply via email to