Thank you Connie, I have make the installation and configuration but now I
have a problem:
I start /usr/cyrus/bin/master and I make a netstat with the next answer:
# netstat -a | grep imap
      *.imap               *.*                0      0 24576      0 LISTEN
localhost.32886      localhost.imap       32768      0 32768      0
ESTABLISHED
localhost.imap       localhost.32886      32768      0 32768      0
ESTABLISHED
30001c1f448 stream-ord 30002b0dc90 00000000 /var/imap/socket/lmtp

But when I'am testing only appear:
# telnet 127.0.0.1 143
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.


My /etc/imapd.conf contains:
configdirectory: /var/imap
partition-default: /var/spool/imap
admins: cyrus
srvtab: /var/imap/srvtab
sasl_pwcheck_method: pwcheck
reject8bit: no
allowanonymouslogin: no

And the pwcheck daemon is too started:
30001c1f958 stream-ord 30002758bd8 00000000 /var/pwcheck/pwcheck

¿Any idea?
Ana.


> I have HP-UX, but I am using same SASL (basically, none!--version 1.54)
and
> this was my successful configuration script:
>
>
>
./configure --with-dblib=none --with-pwcheck --disable-krb4 --disable-gssapi
>  --disable-cram --disable-digest --enable-pwcheck --prefix=/opt/cyrus-sasl
-1
> .5.24 --without-pam --enable-static
>
> It looks a little redundant with two pwcheck options, but this worked out
> the best.
>
> This was my cyrus-imapd 2.0.16 script:
>
> ./configure --with-pwcheck=pwcheck --disable-sieve --with-auth=unix
> --with-sasl=/opt/cyrus-sasl-1.5.24 --with-dbdir=/usr/local2/db-3.3.11
>
> (I had my sasl & db-3 in a non-standard location). I don't know about your
> other disable options, but all in all, it looks like it should work fine.
> c*
>
>
> ----- Original Message -----
> From: "Ana Belén Díez" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, March 01, 2002 7:01 AM
> Subject: Installation Cyrus-Imap 2.0.16
>
>
> >
> > Hi,
> > I have a Sun-Fire-280R System with Solaris 5.8 and I would like to
intall
> > Cyrus-Imap 2.0.16.
> >
> > The chosen SASL mechanism is plaintext authentication using /etc/shadow
> and
> > I want to use pwcheck daemon.
> > I go to make this configure to install Cyrus SASL 1.5.27:
> >
>
./configure --with-pwcheck --disable-krb4 --disable-gssapi --disable-cram --
> > disable-digest -disable-anon
> >
> > And with Cyrus-imap I will make:
> >
>
./configure --with-dbdir=/usr/local/BerkeleyDB.3.1 --with-perl=/usr/bin --wi
> > th-auth=unix --with-sasl=/usr/local
>
> --with-openssl=/usr/local --with-tcl=/opt/sfw --disable-murder --disable-c
> mu
> > local --disable-netscapehack
> > --without-ucdsnmp --without-notify --without-afs --without-krb
> >
> > Is't correct?
> > Thank you very much for your comments.
> >
> >
> >
> >
> >


Reply via email to