On Mon, Apr 23, 2012 at 5:02 AM, Franck MAHE <m...@civis.net> wrote:

> I compiled uw-imap 2007f with SSL support.
>
> -rwxr-xr-x 1 root root 2233910 2012-04-23 03:14 /usr/sbin/imapd*
> -rwxr-xr-x 1 root root 2116853 2012-04-23 03:13 /usr/sbin/ipop3d*
>
> I created the relevant xinetd configuration for ipop3 through SSL.
>
> [root@server tmp]# ll /etc/xinetd.d/pop3s
>
> -rw-r--r-- 1 root root 307 2012-04-23 03:38 /etc/xinetd.d/pop3s
>
> [root@server tmp]# cat /etc/xinetd.d/pop3s
>
> # default: off
> # description: The POP3S service allows remote users to access their mail \
> #              using an POP3 client with SSL support such as fetchmail.
>
> service pop3s
> {
>         socket_type             = stream
>         wait                    = no
>         user                    = root
>         server                  = /usr/sbin/ipop3d -d
>         log_type                = SYSLOG local3
>         disable                 = no
> }
>
> I created a certificate and I put it in
>
> [root@server tmp]# ll /etc/ssl/imap/
> total 3
> -rw------- 1 root root 2197 2012-04-23 03:34 ipop3d.pem
>
> What is wrong ?

What is SSLCERTS defined to be on your platform?  Check the Makefile.
The ipop3d certificate should be in that directory.

Also, the xinetd config file should have just "/usr/sbin/ipop3d" for
the server line without the "-d".

Cheers,


-- 
Matt
_______________________________________________
Imap-uw mailing list
Imap-uw@u.washington.edu
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to