FS#948 - imap and imaps missing from /etc/services
Attached to Project:
Arch Linux
Opened by Matt Toso (Takaitra) - Thursday, 27 May 2004, 15:08 GMT
Last edited by Judd Vinet (judd) - Saturday, 29 May 2004, 02:56 GMT
Opened by Matt Toso (Takaitra) - Thursday, 27 May 2004, 15:08 GMT
Last edited by Judd Vinet (judd) - Saturday, 29 May 2004, 02:56 GMT
|
Details
The IMAP server binc (package bincimap) has its xinetd
services defined as "imap" and "imaps" which do not exist in
/etc/services. I suspect this might be the case with other
IMAP servers as well. The fix mentioned by kpiche in the
forums
http://bbs.archlinux.org/viewtopic.php?t=4711
is simply adding an imap alias to the service imap2.
imap2 143/tcp imap # Interim Mail Access Proto v2 imap2 143/udp imap In addition, Binc IMAP's FAQ http://www.bincimap.org/bincimap-faq.html#q18 mentions that SSL IMAP runs on port 993. The service "imaps" should probably be added to /etc/services on that port. |
This task depends upon
Comment by Kevin Piche (kpiche) -
Friday, 28 May 2004, 02:39 GMT
In addition bincimap needs to be recompiled for OpenSSL 0.9.7.
Thanks.
Comment by Judd Vinet (judd) -
Saturday, 29 May 2004, 02:53 GMT
imap and imaps have been added to /etc/services
Comment by Jason Chu (jason) -
Saturday, 29 May 2004, 05:11 GMT
bincimap has been rebuilt with a new version: 1.2.7-1. Tell me if
you have any more problems with it.
Comment by Matt Toso (Takaitra) -
Saturday, 29 May 2004, 20:11 GMT
I updated my system and bincimap works without a hitch now.