Re: cyradm problem

2018-09-28 Thread Paul van der Vlis
Op 15-09-18 om 08:25 schreef bluntroller via Info-cyrus: > Day, > I totally dislike it but I need help here. > I have postfix installed, up and running as a MTA. > I have saslauthd installed up and running and an authentication server. > I use the auxprop-sasldb2 alternative as a user/password data

Re: cyradm problem. sasl?

2006-07-27 Thread Patrick Radtke
what happens if you do --auth LOGIN instead of PLAIN? PLAIN requires start TLS. The version of Cyrus you are using probably doesn't support startTLS with cyradm. -Patrick On Jul 27, 2006, at 8:57 AM, jocke khazad wrote: Hello everyone! Iam trying to setup a mailserver with postfix, cyrus-i

Re: Cyradm problem [UNSUCCESSFUL]

2004-08-26 Thread Stefan Nitz
Dear listeners, Am Donnerstag, 26. August 2004 18:20 schrieb Nikola Milutinovic: > Peter Clark wrote: > > When I use the lm command I need to use "lm user.billybob" where > > 'billybob' is the actual user's name. Hope that helps. If I'm using 'lm' (as admin user) I could see ALL mailboxes! Mayb

Re: Cyradm problem [UNSUCCESSFUL]

2004-08-26 Thread Nikola Milutinovic
Peter Clark wrote: When I use the lm command I need to use "lm user.billybob" where 'billybob' is the actual user's name. Hope that helps. Further testing shows that "cyradm" from the incriminated machine works flawlessly against an older Cyrus IMAP running on another host. Also, logging in a

Re: Cyradm problem

2004-08-26 Thread Peter Clark
When I use the lm command I need to use "lm user.billybob" where 'billybob' is the actual user's name. Hope that helps. Peter Clark Nikola Milutinovic wrote: Martin Turba wrote: Nikola Milutinovic wrote: I'm not sure if this is "cyradm" or IMAP problem. I've creaed a couple of mailboxes, but I

Re: Cyradm problem

2004-08-26 Thread Nikola Milutinovic
Martin Turba wrote: Nikola Milutinovic wrote: I'm not sure if this is "cyradm" or IMAP problem. I've creaed a couple of mailboxes, but I can't list them with "cyradm". If you want to list your mailboxes out of cyradm, then you have to use the "listmailbox" or "lm" command. If you type "help" you

Re: Cyradm problem

2004-08-26 Thread Martin Turba
Nikola Milutinovic wrote: I'm not sure if this is "cyradm" or IMAP problem. I've creaed a couple of mailboxes, but I can't list them with "cyradm". If you want to list your mailboxes out of cyradm, then you have to use the "listmailbox" or "lm" command. If you type "help" you will get a couple of

Re: Cyradm problem on RH 3 : undefined symbol: db_version :-/

2004-05-06 Thread Jonathan Villa
try PERL5LIB=/usr/local/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi export PERL5LIB right before case "x$BASH_VERSION" in in cyradm that should take care of "Can't load..." On Mon, 2004-05-03 at 11:35, Patrice Granger wrote: > Hello all ! > > Can someone help me with RH 3ES + Cyrus

Re: Cyradm problem on RH 3 : undefined symbol: db_version :-/

2004-05-04 Thread Simon Matter
> Hello all ! > > Can someone help me with RH 3ES + Cyrus Sasl + Cyrus Imapd + Sendmail > for a cyradm problem ? http://www.invoca.ch/pub/packages/cyrus-imapd/ > > Here is the matter : cyradm returns : > > Can't load > '/usr/lib/perl5/5.8.0/i386-linux-thread-multi/auto/Cyrus/IMAP/IMAP.so' > for

Solaris 9 cyradm solution was [Re: cyradm problem]

2004-03-13 Thread Didi Rieder
--On Thursday, March 11, 2004 02:05:45 PM -0500 Didi Rieder <[EMAIL PROTECTED]> wrote: thanks for your answer, but unfortunately this didn't work out I still get: imclient_connect: unknown host "localhost" at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Cyrus/IMAP/Admin.pm line 71. Hi, all

Re: cyradm problem

2004-03-11 Thread Didi Rieder
--On Thursday, March 11, 2004 07:32:51 PM +0100 Mike O'Rourke <[EMAIL PROTECTED]> wrote: Didi Rieder <[EMAIL PROTECTED]> 03/11/04 03:46pm >>> --On Wednesday, March 10, 2004 01:51:40 PM -0500 Didi Rieder <[EMAIL PROTECTED]> wrote: Hi, I just installed the cyrus-imapd-2.2.3 and noticed the followi

Re: cyradm problem

2004-03-11 Thread Mike O'Rourke
> Didi Rieder <[EMAIL PROTECTED]> 03/11/04 03:46pm >>> >--On Wednesday, March 10, 2004 01:51:40 PM -0500 Didi Rieder ><[EMAIL PROTECTED]> wrote: > >> Hi, >> >> I just installed the cyrus-imapd-2.2.3 and noticed the following problem >> with cyradm: >> >> [EMAIL PROTECTED] etc]# cyradm -user imap l

Re: cyradm problem

2004-03-11 Thread Didi Rieder
--On Wednesday, March 10, 2004 01:51:40 PM -0500 Didi Rieder <[EMAIL PROTECTED]> wrote: Hi, I just installed the cyrus-imapd-2.2.3 and noticed the following problem with cyradm: [EMAIL PROTECTED] etc]# cyradm -user imap localhost imclient_connect: unknown host "localhost" at /usr/local/lib/perl5

Re: cyradm problem

2004-03-10 Thread Didi Rieder
--On Wednesday, March 10, 2004 02:10:52 PM -0600 Michael King <[EMAIL PROTECTED]> wrote: cyradm --user imap --auth login --server zidd-198.tu-graz.ac.at Hmm still no luck, see: [EMAIL PROTECTED] etc]# cyradm --user imap --auth login --server zidd-198.tu-graz.ac.at imclient_connect: unknown h

Re: cyradm problem

2004-03-10 Thread Michael King
Let's try specifying the server a different way on the command line. I had similar problems at one point, and after much trial and tribulation, I used a similar commandline as below. cyradm --user imap --auth login --server zidd-198.tu-graz.ac.at -- Michael King Systems Administrator Web Intern

Re: cyradm problem

2004-03-10 Thread Didi Rieder
--On Wednesday, March 10, 2004 08:34:02 PM +0100 Roland Huber <[EMAIL PROTECTED]> wrote: Try cyradm in the following way: cyradm -user imap -auth login localhost or cyradm -user root -auth login localhost Thanks for your answer, but it doesn't seem to solve the problem. I' also checked the dns s

Re: cyradm problem

2004-03-10 Thread Roland Huber
Try cyradm in the following way: cyradm -user imap -auth login localhost or cyradm -user root -auth login localhost On 10.03.2004, at 19:51, Didi Rieder wrote: Hi, I just installed the cyrus-imapd-2.2.3 and noticed the following problem with cyradm: [EMAIL PROTECTED] etc]# cyradm -user imap

Re: cyradm problem

2004-02-04 Thread Max Malkov
]> To: "Max Malkov" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 02, 2004 10:38 AM Subject: Re: cyradm problem > On Mon, Feb 02, 2004 at 09:35:39AM -0800, Max Malkov wrote: > > been having cyradm problem on openbsd 3.4 running on sparc. >

RE: cyradm problem

2004-02-03 Thread Arturo Mardones
- De: Arturo Mardones [mailto:[EMAIL PROTECTED] Enviado el: Martes, 03 de Febrero de 2004 9:33 Para: '[EMAIL PROTECTED]' Asunto: RE: cyradm problem Hi to all!! Alter fitght a lot of time with postfix... now when test imap following Luc'c howto cyradm hangs... and log say deliver

RE: cyradm problem

2004-02-03 Thread Arturo Mardones
ombre de Andreas Enviado el: Lunes, 02 de Febrero de 2004 15:39 Para: Max Malkov CC: [EMAIL PROTECTED] Asunto: Re: cyradm problem On Mon, Feb 02, 2004 at 09:35:39AM -0800, Max Malkov wrote: > been having cyradm problem on openbsd 3.4 running on sparc. > tried cyrus imapd 2.2.3 and 2.1.16 -- wi

Re: cyradm problem

2004-02-02 Thread Andreas
On Mon, Feb 02, 2004 at 09:35:39AM -0800, Max Malkov wrote: > been having cyradm problem on openbsd 3.4 running on sparc. > tried cyrus imapd 2.2.3 and 2.1.16 -- with the same result: > perl dumps core when trying to connect. > > any pointers to what i should be looking at here? I got some segfau

Re: cyradm - problem with dotted usernames?

2002-11-20 Thread Chris Hilts
> Lunar> cm user.administrator > Lunar> cm user.mail.admin > createmailbox: Permission denied The . is the separator. user.mail.admin is the 'admin' mailbox belonging to the 'mail' user. So you're probably trying to create a box for a user (mail) that doesn't exist yet. > Any workaround for thi

Re: cyradm problem?... cyrus-imapd-2.1.4

2002-05-14 Thread Luca Olivetti
jeff bert wrote: > Do you get the same or similar results? I don't usually use the cram-md5 plugin, but since you have it I installed it just for this test. Did you assign a password to user cyrus? [luca@pippo luca]$ imtest -m login -u cyrus -a cyrus -r localhost localhost C: C01 CAPABILITY S:

RE: cyradm problem?... cyrus-imapd-2.1.4

2002-05-13 Thread jeff bert
> > jeff bert wrote: > > > > So, is this a bug in my system or a "feature" of 2.1.4? Any > ideas? Or have > > they actually implemented the man page's warning that Tcl short style > > options may be done away with? > > I fell for that too (first tried with -u and didn't work), but the > current m

Re: cyradm problem?... cyrus-imapd-2.1.4

2002-05-11 Thread Luca Olivetti
Luca Olivetti wrote: > BTW, I'm preparing new rpms for cyrus-sasl, since the current one > doesn't install the manpages (or rather cyrus-sasl's make install > doesn't, is that normal?) and doesn't include the sasldb conversion > utility. I've just uploaded updated packages. Now they include t

Re: cyradm problem?... cyrus-imapd-2.1.4

2002-05-11 Thread Luca Olivetti
jeff bert wrote: > So, is this a bug in my system or a "feature" of 2.1.4? Any ideas? Or have > they actually implemented the man page's warning that Tcl short style > options may be done away with? I fell for that too (first tried with -u and didn't work), but the current manpage doesn't ment

Re: Re: cyradm problem

2002-04-24 Thread LiuJinhui
I use ldap to authorize. === 2002-04-24 09:21:00 £º=== >On Wed, 24 Apr 2002, LiuJinhui wrote: > >> when I running cyradm, I need input two password >> >> #cyradm 202.118.66.7 -u root >> Please enter your password: >> IMAP Password: >> >> The second is the IMAP admi

Re: cyradm problem

2002-04-24 Thread Dave McMurtrie
On Wed, 24 Apr 2002, LiuJinhui wrote: > when I running cyradm, I need input two password > > #cyradm 202.118.66.7 -u root > Please enter your password: > IMAP Password: > > The second is the IMAP admin password. But what is > the first passwd? I can pass the authorization whatever > I inp

Re: cyradm problem

2001-11-07 Thread Marcelo Romaniuc
Hi, Bingo! Just found the error... Just to keep a documentation on the mailing list: cyradm fails when trying to open "/dev/tty" (my /dev/tty had permission 622). Changing it to 666 solves the problem. The code that fails is below: if (!defined($opts{-password})) { my $tty =

Re: cyradm problem

2001-11-06 Thread Abu @ Trabas Dot Com
I have no idea. but maybe you want try my small script, (modify please) have you seen maillog/messages log. i use cyrus 2.0.16 too, but have no problem like you. download IMAP::Admin first from search.cpan.org ~abu~ Marcelo Romaniuc([EMAIL PROTECTED])@Mon, Nov 05, 2001 at 11:43:53PM -0800: > I g

Re: cyradm problem

2001-11-06 Thread Marcelo Romaniuc
I got the same error when adding "-u cyrus -auth login"... BTW, "imtest" authenticates without problems: su-2.05$ imtest -u cyrus -m login localhost C: C01 CAPABILITY S: * OK smith Cyrus IMAP4 v2.0.16 server ready S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID NO_ATOMIC_

Re: cyradm problem

2001-11-05 Thread Abu @ Trabas Dot Com
Try #cyradm -u cyrus -auth login localhost IMAP Password:xxx localhost> have you create cyrus password, if you use sasl: #sasldblistuser #saslpasswd cyrus Password:xxx by root. Marcelo Romaniuc([EMAIL PROTECTED])@Mon, Nov 05, 2001 at 09:35:52AM -0800: > Hi, > > > I'm stuck on this problem f

Re: cyradm problem

2001-06-18 Thread Greg Hewett
go to $CYRUS_SOURCE_DIR/perl/imap perl Makefile.PL make make install This will install cyradm into your perl directory structure. (if perl=/usr/bin/perl then cyrus=/usr/bin/cyradm) Greg On Mon, Jun 18, 2001 at 11:03:53AM -0700, Curtis Martin wrote: > Greetings, > > I recently installed Redha

Re: Cyradm problem (actually, probably a Perl problem)

2001-05-06 Thread imaplist
Rolfe Tessem£¬ÄúºÃ£¡ You have to compile Cyradm by yourself. export CYRUS_SRC=/path/to/cyrus-imapd-source-dir perl Makefile.PL make make test make install ok,finished. Basara@China ÔÚ 2001-05-04 14:36:00 ÄúдµÀ£º >Hello