Re: Cyradm question

2004-04-13 Thread Robin M.
On Tue, 13 Apr 2004, Dave Carrera wrote: > Can I pass a statement to cyradm to facilitate some automation we are trying > out. > > EXAMPLE > > # echo 'user/user1' | cyradmin login stuff here > I use netcat for scripting, here is an example. #!/bin/bash # echo ". login cyrus password" >

Re: Cyradm question

2004-04-13 Thread Christoph Moench-Tegeder
## Dave Carrera ([EMAIL PROTECTED]): > Can I pass a statement to cyradm to facilitate some automation we are trying > out. Why not use Perl and Cyrus::IMAP::Admin? Fragments (no checking for errors etc): my $client=Cyrus::IMAP::Admin->new('localhost'); $client->authenticate(-user=>'cyrus', -mecha

Cyradm question

2004-04-13 Thread Dave Carrera
Hi List, Can I pass a statement to cyradm to facilitate some automation we are trying out. EXAMPLE # echo 'user/user1' | cyradmin login stuff here Is this doable and if so can you supply an example (I know that’s cheeky but if you don’t ask) Thank you in advance for help or guid

Re: Cyradm question

2003-07-15 Thread Rob Siemborski
On Tue, 15 Jul 2003, Marc-Christian Petersen wrote: > What should I use instead? > > Many thanks. The perl version. -Rob -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456 Research Systems Programmer * /usr

Cyradm question

2003-07-15 Thread Marc-Christian Petersen
Hi all, sorry if this question has been asked tons of times, but reading cyradm/README tells me: - We no longer support the TCL version of Cyradm; this is just here for people who may need it for legacy purposes. ---