IT WORKS!
!
!
imtest plain, cram-md5, digest-md5 & cyradm working
THANK YOU VERY MUCH TO EVERYONE WHO HELPED ME OUT
If you're ever in Scotland'
> > when trying to set up a test account by doing:-
> > cyradm -user admin localhost imap
> > Please enter your password:
> > Please enter your password:
> > cyradm: cannot authenticate to server with as admin
> >
> > when trying to set up a test account by doing:-
> > cyradm -user admin -auth lo
> > when trying to set up a test account by doing:-
> > cyradm -user admin localhost imap
> > Please enter your password:
> > Please enter your password:
> > cyradm: cannot authenticate to server with as admin
> >
> > when trying to set up a test account by doing:-
> > cyradm -user admin -auth lo
On Wed, 5 Dec 2001, Craig Skinner wrote:
>
> when trying to set up a test account by doing:-
> cyradm -user admin localhost imap
> Please enter your password:
> Please enter your password:
> cyradm: cannot authenticate to server with as admin
>
> when trying to set up a test account by doing:-
>
> > & cyradm seems to work now, but same trouble with
imtest.
> >
> > when trying to set up a test account by doing:-
> > cyradm -user admin localhost imap
> > Please enter your password:
> > Please enter your password:
> > cyradm: cannot authenticate to server with as admin
> >
> > when tryi
> > > Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC
> > > contains: /usr/lib/perl5/5.6.1/i386-linux
> > > /usr/lib/perl5/5.6.1
> > > /usr/lib/perl5/site_perl/5.6.1/i386-linux
> > > /usr/lib/perl5/site_perl/5.6.1
> > > /usr/lib/perl5/site_perl .).
> > > BEGIN failed--compilation aborted.
> > I thi
> What's your cyrus admin entries in imapd.conf?
cat /etc/imapd.conf
configdirectory: /var/imap
partition-default: /var/spool/imap
admins: cyrus admin
allowanonymouslogin: no
umask: 027
timeout: 30
autocreatequota: 20
allowplaintext: yes
plaintextloginpause: 10
singleinstancestore: yes
sieveuseh
> cyradm: cannot authenticate to server with login as admin
> Do I have a problem with SASL that is propegating to here?
Yes. That is exactly what is happening with the authentication error.
What's your cyrus admin entries in imapd.conf?
HAve you done saslpasswd ?
That should work.
TH
> > Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC
> > contains: /usr/lib/perl5/5.6.1/i386-linux
> > /usr/lib/perl5/5.6.1
> > /usr/lib/perl5/site_perl/5.6.1/i386-linux
> > /usr/lib/perl5/site_perl/5.6.1
> > /usr/lib/perl5/site_perl .).
> > BEGIN failed--compilation aborted.
> I think there's a sol
Ops,just so you remember:
- you most be logged inn as user cyrus (I think)
Craig Skinner wrote:
>
> > Try this:
> >
> > cyradm --user admin --auth plain localhost
> >
> > It seems that auth method is not set by default and
> crammd5 is tried. This
> > seems to work.
> >
>
> G'day Victor, I not
> Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC
> contains: /usr/lib/perl5/5.6.1/i386-linux
> /usr/lib/perl5/5.6.1
> /usr/lib/perl5/site_perl/5.6.1/i386-linux
> /usr/lib/perl5/site_perl/5.6.1
> /usr/lib/perl5/site_perl .).
> BEGIN failed--compilation aborted.
I think there's a solution to this, l
> > Try this:
> >
> > cyradm --user admin --auth plain localhost
> >
> > It seems that auth method is not set by default and
> crammd5 is tried. This
> > seems to work.
> >
>
> G'day Victor, I noticed yesterday the we seemed to be
> travelling along the same road at the same time, but
> driving di
> Can login now (sort of.)
>
>
>
> telnet localhost imap
> Trying 127.0.0.1...
> Connected to localhost.localdomain (127.0.0.1).
> Escape character is '^]'.
> * OK aberdeen.chstk.co.uk Cyrus IMAP4 v2.0.16 server
ready
> . logout
> * BYE LOGOUT received
> . OK Completed
> Connection clos
> Try this:
>
> cyradm --user admin --auth plain localhost
>
> It seems that auth method is not set by default and
crammd5 is tried. This
> seems to work.
>
G'day Victor, I noticed yesterday the we seemed to be
travelling along the same road at the same time, but
driving different versions of
Try this:
cyradm --user admin --auth plain localhost
It seems that auth method is not set by default and crammd5 is tried. This
seems to work.
> > You need to keep libdb3.2, and install the
> development rpm
> > (libdb3.2-devel-3.2.9-2mdk.i586.rpm) which contains
> the db.h header file.
> >
> >
I am having IDENTICAL problems to yours. Same thing exactly.
I am using db 3.3 though and I am on Solaris platform
> > You need to keep libdb3.2, and install the
> development rpm
> > (libdb3.2-devel-3.2.9-2mdk.i586.rpm) which contains
> the db.h header file.
> >
> > Scot
> >
>
>
> Cheers, can lo
> You need to keep libdb3.2, and install the
development rpm
> (libdb3.2-devel-3.2.9-2mdk.i586.rpm) which contains
the db.h header file.
>
> Scot
>
Cheers, can login now (sort of.)
telnet localhost imap
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape char
From: "Craig Skinner" <[EMAIL PROTECTED]>
> > You need to install the 'db3-devel-3.2.9-2mdk' rpm,
> which should contain the
> > db.h file.
> >
> > Scot
>
>
> Yes, but that still leaves what to do with libdb3.2
>
I had guessed the wrong name for the above db3.2 rpm.
You need to keep libdb3.2, and
> You need to install the 'db3-devel-3.2.9-2mdk' rpm,
which should contain the
> db.h file.
>
> Scot
Yes, but that still leaves what to do with libdb3.2
as
ldd /usr/local/cyrus/bin/imapd
libsasl.so.7 => /usr/local/lib/libsasl.so.7 (0x40017000)
libdb-3.2.so => /lib/libdb-3.2.
From: "Scot W. Hetzel" <[EMAIL PROTECTED]>
> From: "Craig Skinner" <[EMAIL PROTECTED]>
> > I removed db3 & db3-devel.
> >
> > sasl compile went ok but imapd compile failed:-
> >
> > cyrusdb_db3.c:44:16: db.h: No such file or directory
> > make[1]: *** [cyrusdb_db3.o] Error 1
> > make[1]: Leaving d
From: "Craig Skinner" <[EMAIL PROTECTED]>
> I removed db3 & db3-devel.
>
> sasl compile went ok but imapd compile failed:-
>
> cyrusdb_db3.c:44:16: db.h: No such file or directory
> make[1]: *** [cyrusdb_db3.o] Error 1
> make[1]: Leaving directory
> `/usr/local/cyrus-imapd-2.0.16/lib'
> make: ***
> rpm -e libdb3.2
> error: removing these packages would break dependencies:
> libdb-3.2.so is needed by apache-common-1.3.20-3mdk
> libdb-3.2.so is needed by libldap2-2.0.14-1mdk
> libdb-3.2.so is needed by autofs-4.0.0-0.14mdk
> libdb-3.2.so is needed by linuxcon
> From: "Craig Skinner" <[EMAIL PROTECTED]>
> > rpm -qa | grep db[23]
> > libdb3.2-3.2.9-2mdk
> > php-dba_gdbm_db3-4.0.6-4mdk
> > db3-utils-3.2.9-2mdk
> > db3-devel-3.1.17-1mdk
> > db3-3.1.17-1mdk
> >
> It looks like here's your problem, you have 2
versions of db3 installed
> (3.2.9 & 3.1.17). U
From: "Craig Skinner" <[EMAIL PROTECTED]>
> rpm -qa | grep db[23]
> libdb3.2-3.2.9-2mdk
> php-dba_gdbm_db3-4.0.6-4mdk
> db3-utils-3.2.9-2mdk
> db3-devel-3.1.17-1mdk
> db3-3.1.17-1mdk
>
It looks like here's your problem, you have 2 versions of db3 installed
(3.2.9 & 3.1.17). Use ldd to check if im
Craig Skinner schrieb am Thu, Nov 29, 2001 at 02:07:23PM +:
* >
*
* have tried:-
* cmd="/usr/local/cyrus/bin/[imapd|lmtpd|ctl*]"
* cmd="/usr/local/cyrus/bin/[imapd|lmtpd|ctl*] -C
* /etc/imapd.conf"
For the "imap" service port it should be imapd, nothing else.
*
* no change..
*
* S
> * cat /etc/cyrus.conf
> * # standard standalone server implementation
> *
> [...]
> *
> * # UNIX sockets start with a slash and are put into
> * /var/imap/sockets
> [important section]
> * SERVICES {
> * # add or remove based on preferences
> [important command: try a cmd="
-C /etc/imapd.co
Craig Skinner schrieb am Thu, Nov 29, 2001 at 01:08:08PM +:
[...]
*
*
* cat /etc/cyrus.conf
* # standard standalone server implementation
*
[...]
*
* # UNIX sockets start with a slash and are put into
* /var/imap/sockets
[important section]
* SERVICES {
* # add or remove based on prefere
> * telnet localhost imap
> * Trying 127.0.0.1...
> * Connected to localhost.localdomain (127.0.0.1).
> * Escape character is '^]'
> *
> * telnet> Connection closed.
>
> cyrus/bin/master got the connection and tried to
fire up imapd (to no avail)
> to handle IMAP-Protocol.
>
> Check your cyru
Craig Skinner schrieb am Thu, Nov 29, 2001 at 12:26:40PM +:
* G'day all,
*
* Newbie here...
*
*
* cyrus-imapd-2.0.16
* cyrus-sasl-1.5.24
* postfix-20010228-pl08
* (all from source & in /usr/local)
* on Linux-Mandrake-8.1 -no X here
* Dell PowerEdge 1300, Dual p3, scsi
*
*
* telnet
G'day all,
Newbie here...
cyrus-imapd-2.0.16
cyrus-sasl-1.5.24
postfix-20010228-pl08
(all from source & in /usr/local)
on Linux-Mandrake-8.1 -no X here
Dell PowerEdge 1300, Dual p3, scsi
telnet localhost imap
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape c
30 matches
Mail list logo