nc provides --proxyauth1 and --proxyauth2 command line parameters.
>> The same applies to CPAN: The modules cannot be found there.
>
> The Cyrus::* perl modules are tightly coupled at build time to the installed
> cyrus version, so it doesn't make any sense to distribute them indepe
nnot be found there.
The Cyrus::* perl modules are tightly coupled at build time to the installed
cyrus version, so it doesn't make any sense to distribute them independently
via CPAN.
> Where can I find reasonable (in the sense: may be short and bad, but
> must be *complete*) document
t due to the lack of
documentation for the respective Perl modules.
This is best explained by example:
I have found a Perl script on the 'net which looks trustworthy at the first
sight and which contains (among others) the following lines of code:
use Cyrus::IMAP::Admin;
# Connect to C
Hello,
I am using Cyrus::IMAP::Admin perl module to connect to a Cyrus server
in order to manage user accounts. We do not reuse connections but reopen
a new handler instance and thus a new connection via Cyrus::IMAP::Admin
to Cyrus for each user modification task.
When handling a serious
I do not understand the same. He says:
>
> $user, $acl, Mailbox does no exists.
>
> My questions are:
> 1. Text "Mailbox does no exists" is the content of the $mailbox with
> wildcards?
> 2. I do not can use the wildcards in the Cyrus::Imap::Admin?
>
> Thank you for y
r but
the text I do not understand the same. He says:
$user, $acl, Mailbox does no exists.
My questions are:
1. Text "Mailbox does no exists" is the content of the $mailbox with
wildcards?
2. I do not can use the wildcards in the Cyrus::Imap::Admin?
Thank you for your attention and regar
Thanks Nic,
I should've checked the archives first :(
-- Nic Bernstein is rumored to have mumbled on 25. Juli
2013 11:13:34 -0500 regarding Re: Remove quota using Cyrus::IMAP::Admin?:
Sebastian,
Please take a look at this thread from January of last year, which
discusses the issue in
tting the
> quota to none:
>
> $ cyradm cyrus
> Password:
> server> sq user/xxx none
> remove quota
> server>
>
> But when I try to do the same using Cyrus::IMAP::Admin I get an error,
> because a number is expected as argument. Is that a bug or a feature?
>
Hi,
you can remove the quota for a mailbox with cyradm by setting the quota to
none:
$ cyradm cyrus
Password:
server> sq user/xxx none
remove quota
server>
But when I try to do the same using Cyrus::IMAP::Admin I get an error,
because a number is expected as argument. Is that a bu
On 2012-01-18 14:18, Greg Banks wrote:
>> And second setting
>> ->setquota(<-id->, "STORAGE", "-1")
>> resulting in
>> SETQUOTA id (STORAGE -1)
>> what Bron suggested. That should also work IMO. At least on 2.4.12+.
>
> And that isn't correct according to RFC2087. It works only because the
> serv
G'day,
On Tue, Jan 17, 2012, at 01:18 PM, Wolfgang Breyha wrote:
> Ram wrote, on 17.01.2012 12:17:
> > I am using cyrus-imapd-2.4.12-2
> > As Wolfgang suggested using
> > $imap->setquota("user/$user") removed the quota.
>
> Looking at the code of Cyr
Ram wrote, on 17.01.2012 12:17:
> I am using cyrus-imapd-2.4.12-2
> As Wolfgang suggested using
> $imap->setquota("user/$user") removed the quota.
Looking at the code of Cyrus::IMAP::Admin there is no code checking for "none"
or something like that. There are t
/~eestabroo/IMAP-Admin-1.6.4/Admin.pm
>>
>>
>> But my GUI screens are already coded to use Cyrus::IMAP::Admin
> What version of Cyrus are you using?
>
> Can you file a bug at bugzilla.cyrusimap.org if it's a 2.4 series, and I'll
> get it fixed.
>
> Thanks
Ram wrote, on 17.01.2012 12:03:
> That means we omit the word "STORAGE" , thanks .. will try that.
Yes. I'm always setting "some" quota before to get it into a "defined" state
to remove it afterwards. I use it for several years now and recently moved
~100k users without any troubles.
Maybe you ha
On 01/17/2012 04:24 PM, Wolfgang Breyha wrote:
> Bron Gondwana wrote, on 17.01.2012 11:36:
>> On Tue, Jan 17, 2012, at 03:57 PM, Ram wrote:
>>> http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/
>>> There is a setquota function which should accept "none" for
On Tue, Jan 17, 2012, at 04:22 PM, Ram wrote:
> No "-1" also gives an error not a number
>
> Interestingly set_quota function using CPAN module works fine with "none"
> http://search.cpan.org/~eestabroo/IMAP-Admin-1.6.4/Admin.pm
>
>
> But my GUI scr
Bron Gondwana wrote, on 17.01.2012 11:36:
> On Tue, Jan 17, 2012, at 03:57 PM, Ram wrote:
>> http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/
>> There is a setquota function which should accept "none" for removing
>> quota. But that does not work
>>
>
No "-1" also gives an error not a number
Interestingly set_quota function using CPAN module works fine with "none"
http://search.cpan.org/~eestabroo/IMAP-Admin-1.6.4/Admin.pm
But my GUI screens are already coded to use Cyrus::IMAP::Admin
On 01/17/2012 04:06 PM,
On Tue, Jan 17, 2012, at 03:57 PM, Ram wrote:
> http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/
> There is a setquota function which should accept "none" for removing
> quota. But that does not work
>
> How do I set unlimited quota using the setquota function
D
http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/
There is a setquota function which should accept "none" for removing
quota. But that does not work
How do I set unlimited quota using the setquota function
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/
Marten, if you're writing your own scripts, download the IMAP::Admin
Perl module from CPAN and use that, instead. It will let you connect
via SSL.
Karl Boyken
Hello,
how can I connect to the Cyrus-Server with Cyrus::IMAP::Admin through SSL?
Currently I am using
Cyrus::IMAP::Admin
Hello,
how can I connect to the Cyrus-Server with Cyrus::IMAP::Admin through SSL?
Currently I am using
Cyrus::IMAP::Admin->new($server, $port);
Regards
Marten
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: h
On Thu, 3 Aug 2006, Rudy Gevaert wrote:
Hi,
I'm building a bunch of perl scripts to administer our users on our mail
installation. For now I've been using Cyrus::IMAP::Admin.
On CPAN I also found IMAP::Admin.
Which one should I use?
I can see the following differences:
-
Hi,
I'm building a bunch of perl scripts to administer our users on our mail
installation. For now I've been using Cyrus::IMAP::Admin.
On CPAN I also found IMAP::Admin.
Which one should I use?
I can see the following differences:
- the cyrus version doesn't support ssl, whil
Hi,
This is a follow up to my earlier call for help. I am stuck,
so I will ask a simpler question. Is there any trick authenticating as a global
admin (cyrus) with Cyrus::IMAP::Admin? When I login with user “cyrus”
in cyradm I can see in the log that I have authenticated as just cyrus
Hi,
I am having an authentication problem with Cyrus::IMAP::Admin;
I could not create a mailbox and did not understand the
problem until today. The problem is that I can only create and delete mailboxes
at domain.com (for example).
I am authenticating with user cyrus and not
problem.
I cannot do the same thing with perl and Cyrus::IMAP::Admin
I get the error “Invalid mailbox name” with all
the variations I have tried. We used to pass [EMAIL PROTECTED].
Any help would be appreciated. I am not sure how to debug
this.
Thanks, Jerry
Cyrus Home Page
Sam,
It's part of the standard Cyrus-imap distribution and copyright CMU.
As far as I know, that's the only way the module is distributed.
-- Rob
--On Thursday, December 09, 2004 10:51:10 AM +0800 Jack
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I search the cpan.org website, but could not find a do
Hi,
I search the cpan.org website, but could not find a download link for
this module.
Can anyone tell me where can I download this perl module?
Note, this is not the same as that old IMAP::Admin module written few
years ago.
Thanks
Sam
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wik
Three questions about Cyrus::IMAP::Admin:
I am using Cyrus::IMAP::Admin for a script to archive mailboxes. It
should rename to .Archives..
1). How does one list mailboxes which _don't_ contain ".Archives."?
It's one thing to list those that _do_:
my @mailboxes
On Thu, 17 Jul 2003, Matt Bernstein wrote:
> >> I hacked the IMAP::Admin (nb not Cyrus::IMAP::Admin) module to do this. I
> >> sent my hack to its author, but I don't think it made it in:
> >
> >Who do we beg to get this accepted? ;)
[snip]
> Maybe Cyr
On Thu, Jul 17, 2003 at 08:11:03AM +0100, Matt Bernstein wrote:
> Also, it's not a brilliant patch--it only tries the PLAIN mechanism, as
> (at least thus far) that's the only one (of the ones which support
> proxying) I use on my setup.
I have modified this module for my use too. I built SASL
On Jul 16 Mike Cathey wrote:
>> I hacked the IMAP::Admin (nb not Cyrus::IMAP::Admin) module to do this. I
>> sent my hack to its author, but I don't think it made it in:
>
>Who do we beg to get this accepted? ;)
nb my "nb" ;)
Also, it's not a brilliant pa
Matt,
On Wed, 2003-07-16 at 11:33, Matt Bernstein wrote:
> I hacked the IMAP::Admin (nb not Cyrus::IMAP::Admin) module to do this. I
> sent my hack to its author, but I don't think it made it in:
Who do we beg to get this accepted? ;)
Cheers,
Mike
--
Mike Cathey - http://www.mik
destruction.
Line 106 in Cyrus::IMAP::Admin looks like this:
101:sub AUTOLOAD {
102: use vars qw($AUTOLOAD);
103: no strict 'refs';
104: $AUTOLOAD =~ s/^.*:://;
105: my $sub = $Cyrus::IMAP::{$AUTOLOAD};
106: *$AUTOLOAD = sub { &$sub($_[0]->{cyrus}, @_[1..$#_]); };
107: goto &
Joe Ellis wrote:
>
> How can I unset a quota when I use Cyrus::IMAP::Admin?
>
> $cnx->setquota needs a value for the quota. I can't leave the quota
> blank. But in cyradm, I can set and unset quota. When I want to unset
> the quota in cyradm, I just run: "s
How can I unset a quota when I use Cyrus::IMAP::Admin?
$cnx->setquota needs a value for the quota. I can't leave the quota
blank. But in cyradm, I can set and unset quota. When I want to unset
the quota in cyradm, I just run: "sq user/mailbox".
any ideas?
I wrote a tiny perl script that uses Cyrus::IMAP::Admin. It fails
with the error:
Can't locate auto/Cyrus/IMAP/quota.al in @INC (@INC contains: ...) at ...
As far as I can tell, Cyrus::IMAP::Admin is properly installed.
cyradm works. What's wrong?
--
-Gary Mills--Unix Support
Fantastic. Now it works fine.
Very very thanks
Best regards
Stefano
-Original Message-
From: Francesc Guasch [mailto:[EMAIL PROTECTED]]
Sent: mercoledì 9 maggio 2001 13.52
To: Stefano Coatti
Cc: 'Cyrus List (E-mail)'
Subject: Re: Problem with Cyrus::IMAP::Admin
Stef
Stefano Coatti wrote:
>
> I tried to write my personal script to make batch command in
> creating/listing/deleting user & mailboxes.
I login like this:
my $plen = length($pass);
warn ("$user $pass\n");
$imap->send(undef,undef,"LOGIN $user {$plen}\r\n$pass")
n by the demon imapd.
My script is this:
#---
#!/usr/bin/perl
use strict;
use Cyrus::IMAP::Admin;
my $user = "root";
my $mech = "cram-md5";
my $cyryo = Cyrus::IMAP::Admin->new("MyServer", 143) or die "cyryo: cannot
connect
41 matches
Mail list logo