All,

 

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 ?

 

Franck

 

 

 

 

Franck
-------------------------------------------
M: +33 6 6042 7249
E:  <mailto:[email protected]> [email protected]

_______________________________________________
Imap-uw mailing list
[email protected]
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to