<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16640" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I want to desactivate completely imap service to
keep only imaps.</FONT></DIV>
<DIV><FONT face=Arial size=2>But I can't manage to connect to my server with
cyradm.</FONT></DIV>
<DIV><FONT face=Arial size=2>(Everything is working fine if I keep regulat imap
service)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I tried this (thanx to Simon Matter) but it doesn't
work for me :</FONT></DIV>
<DIV><FONT face=Arial size=2>cyradm --auth login --tls -u <A
href="mailto:cyrus@mydomain.com">cyrus@mydomain.com</A> localhost</FONT></DIV>
<DIV><FONT face=Arial size=2>cyradm --auth login --tls --port 931 -u <A
href="mailto:cyrus@mydomain.com">cyrus@mydomain.com</A> localhost</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>same result each time :</FONT></DIV>
<DIV><FONT face=Arial size=2>cyradm: cannot connect to server<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>My configuration is (running Cyrus imapd 2.3.7)
:</FONT></DIV>
<DIV><FONT face=Arial size=2>[root@atlantis ~]# more /etc/cyrus.conf<BR>#
standard standalone server implementation</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>START {<BR> # do not delete this
entry!<BR> recover cmd="ctl_cyrusdb
-r"</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> # this is only necessary if using idled for
IMAP IDLE<BR> idled
cmd="idled"<BR>}</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2># UNIX sockets start with a slash and are put into
/var/lib/imap/sockets<BR>SERVICES {<BR> # add or remove based on
preferences<BR># imap
cmd="imapd" listen="localhost:imap" prefork=0<BR>
imaps cmd="imapd -s"
listen="imaps" prefork=5<BR>#
pop3 cmd="pop3d" listen="pop3"
prefork=3<BR>#
pop3s
cmd="pop3d -s" listen="pop3s" prefork=1<BR>
sieve cmd="timsieved"
listen="sieve" prefork=0</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> # these are only necessary if
receiving/exporting usenet via NNTP<BR>#
nntp cmd="nntpd" listen="nntp"
prefork=3<BR>#
nntps
cmd="nntpd -s" listen="nntps" prefork=1</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> # at least one LMTP is required for
delivery<BR># lmtp
cmd="lmtpd" listen="localhost:lmtp" prefork=0<BR>
lmtpunix cmd="lmtpd"
listen="/var/lib/imap/socket/lmtp" prefork=1</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> # this is only necessary if using
notifications<BR># notify
cmd="notifyd" listen="/var/lib/imap/socket/notify" proto="udp"
prefork=1<BR>}</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>EVENTS {<BR> # this is required<BR>
checkpoint cmd="ctl_cyrusdb -c" period=30</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> # this is only necessary if using duplicate
delivery suppression,<BR> # Sieve or NNTP<BR>
delprune cmd="cyr_expire -E 3"
at=0400</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> # this is only necessary if caching TLS
sessions<BR> tlsprune cmd="tls_prune"
at=0400<BR>}<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>[root@atlantis ~]# more
/etc/imapd.conf<BR>configdirectory: /var/lib/imap<BR>partition-default:
/var/spool/imap<BR>admins: <A
href="mailto:cyrus@mydomain.com">cyrus@mydomain.com</A> <A
href="mailto:cyrus@mydomain.com">cyrus@mydomain.com</A><BR>sievedir:
/var/lib/imap/sieve<BR>sendmail: /usr/sbin/sendmail<BR>hashimapspool:
true<BR>sasl_pwcheck_method: auxprop<BR>sasl_mech_list: PLAIN<BR>tls_cert_file:
/etc/pki/cyrus-imapd/cyrus-imapd.pem<BR>tls_key_file:
/etc/pki/cyrus-imapd/cyrus-imapd.pem<BR>tls_ca_file:
/etc/pki/tls/certs/ca-bundle.crt<BR>virtdomains: yes<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Thanx for any help<BR></DIV></FONT></BODY></HTML>