AFAIK you need to edit your cyrus.conf file. There is a section in mine that
looks something like this:

"SERVICES {
  imap          cmd="imapd" listen="imap" prefork=1
  imaps         cmd="imapd -s" listen="imaps" prefork=1
..."

My guess would be that you would change the listen="imap" statement to the
port you wanted it to be (as listed in /etc/services). I am not sure if you
can use a numeric port number there as well, but Im guessing you can.

Hope that helps.

 - Matt

----- Original Message -----
From: "Rob Tanner" <[EMAIL PROTECTED]>
To: "Cyrus Discuss" <[EMAIL PROTECTED]>
Sent: Thursday, February 01, 2001 12:57 PM
Subject: Need a troubleshooting hint


> Hi,
>
> I've built imapd-2.0.9/sasl-1.5.24 on a solaris box.  I want to do PAM
> authentication w/sasl_auto_transition set to "yes" to populate sasldb.
> The problem is that it's not working.  sasldb is currently populated
> only with my password for PLAIN and CRAM-MD5 authentication.  imtest
> will only successfully login when I attempt CRAM and not when I attempt
> PLAIN.  My problem is that the server currently runs a different IMAP
> server.  I've looked through all the docs, and I don't find the answer
> to one question that will help me debug the problem.  How can I get the
> cyrus-imap server to run on a non-standard port?  imtest has a
> command-line option to specify a port, but I don't see anything for the
> imap server on it's manpage, the imapd.conf manpage or the master
> manpage.
>
> Thanks,
> Rob
>
>        _ _ _ _           _    _ _ _ _ _
>       /\_\_\_\_\        /\_\ /\_\_\_\_\_\
>      /\/_/_/_/_/       /\/_/ \/_/_/_/_/_/  QUIDQUID LATINE DICTUM SIT,
>     /\/_/__\/_/ __    /\/_/    /\/_/          PROFUNDUM VIDITUR
>    /\/_/_/_/_/ /\_\  /\/_/    /\/_/
>   /\/_/ \/_/  /\/_/_/\/_/    /\/_/         (Whatever is said in Latin
>   \/_/  \/_/  \/_/_/_/_/     \/_/              appears profound)
>
>   Rob Tanner
>   UNIX and Networks Manager
>   Linfield College, McMinnville OR
>   (503) 434-2558 <[EMAIL PROTECTED]>
>

Reply via email to