cyradm has wildcard support:
host> cm user/first.last/Trash
host> cm user/first.last/Sent
host> cm user/first.last/Read
192.168.2.11> listacl user/f*
user/first.last:
first.last.todelete lrswipkxtecdan
user/first.last/Read:
first.last.todelete lrswipkxtecdan
user/first.last/Sent:
first.last.to
I'm trying to fix the mailboxes with something like this:
imap_setacl ($mbox, "user/".$argv[1]."/*",
$wrongname."todelete", "");
imap_setacl ($mbox, "user/".$argv[1]."/*", $argv[1],
"lrswipkxtea");
But it seems imap_setacl can't use wildcards. And I can't write one by
one by
On 01/22/2018 07:55 PM, Heiler Bemerguy via Info-cyrus wrote:
The way I interpret it is that the / means unixhierarchysep is on.
Just tested this on 2.4.18 and the same thing happens. When you
rename back no messages are listed and reconstruct does nothing.
Ah. As suspected the rights are w
The way I interpret it is that the / means unixhierarchysep is on.
Just tested this on 2.4.18 and the same thing happens. When you
rename back no messages are listed and reconstruct does nothing.
Ah. As suspected the rights are wrong. You just need to set the rights
back to the real user. Y
Em 22/01/2018 19:47, Dan White
escreveu:
On
01/22/18 19:02 -0300, Heiler Bemerguy via Info-cyrus wrote:
Em 22/01/2018 18:46, Dan White escreveu:
On 01/22/18 17:44 -0300, Heiler Bemerguy
via Info-cyrus wrote:
imap
On 01/22/2018 07:01 PM, Patrick Boutilier wrote:
On 01/22/2018 06:02 PM, Heiler Bemerguy via Info-cyrus wrote:
Em 22/01/2018 18:46, Dan White escreveu:
On 01/22/18 17:44 -0300, Heiler Bemerguy via Info-cyrus wrote:
imap_renamemailbox($mbox, "$mailbox", "$mailbox"."TODELETE")
Was this perform
On 01/22/2018 06:02 PM, Heiler Bemerguy via Info-cyrus wrote:
Em 22/01/2018 18:46, Dan White escreveu:
On 01/22/18 17:44 -0300, Heiler Bemerguy via Info-cyrus wrote:
imap_renamemailbox($mbox, "$mailbox", "$mailbox"."TODELETE")
Was this performed as an admin?
Yes. In a huge list of imap acco
On 01/22/18 19:02 -0300, Heiler Bemerguy via Info-cyrus wrote:
Em 22/01/2018 18:46, Dan White escreveu:
On 01/22/18 17:44 -0300, Heiler Bemerguy via Info-cyrus wrote:
imap_renamemailbox($mbox, "$mailbox", "$mailbox"."TODELETE")
Was this performed as an admin?
Yes. In a huge list of imap ac
Em 22/01/2018 18:46, Dan White escreveu:
On
01/22/18 17:44 -0300, Heiler Bemerguy via Info-cyrus wrote:
imap_renamemailbox($mbox, "$mailbox",
"$mailbox"."TODELETE")
Was this performed as an admin?
Yes. In a
On 01/22/18 17:44 -0300, Heiler Bemerguy via Info-cyrus wrote:
imap_renamemailbox($mbox, "$mailbox", "$mailbox"."TODELETE")
Was this performed as an admin?
Some mailboxes were erroneusly renamed to "loginTODELETE" and I need
to put them back to the original name.
I reverted this command, li
Hi guys,
I used a php script with this command:
imap_renamemailbox($mbox, "$mailbox", "$mailbox"."TODELETE")
Some mailboxes were erroneusly renamed to "loginTODELETE" and I need to
put them back to the original name.
I reverted this command, like: imap_renamemailbox($mbox,
"$mailbox"."TODEL
On 22.09.2016 11:38, Michael Menge via Info-cyrus wrote:
Hi,
Quoting Müfit Eribol via Info-cyrus :
Hello,
I am a happy user of cyrus-imapd for years without any major problem
for small user base.
Currently, I am having login problem for sieve. I have been trying to
find the problem fo
Hi,
Quoting Müfit Eribol via Info-cyrus :
Hello,
I am a happy user of cyrus-imapd for years without any major problem
for small user base.
Currently, I am having login problem for sieve. I have been trying
to find the problem for days.
Please find below information about my configura
Hello,
I am a happy user of cyrus-imapd for years without any major problem
for small user base.
Currently, I am having login problem for sieve. I have been trying to
find the problem for days.
Please find below information about my configuration:
1. Installed software: cyrus-imapd-2.4.17
Dear List,
I have got the following error while compiling CyrusIMAP 2.3.1 on my
Centos server. I had patched Autocreate patch for this setup.
--
Simon Matter wrote:
>> Simon Matter wrote:
>>
Dear list,
this is my first ever mail to the cyrus group. Hope to get some help.
I am using cyrus-imapd-2.2.12-27.6 in Suse 10.1 I have configured cyrus
to work with LDAP authentication where
the admin user "cyrus
Simon Matter wrote:
>> Simon Matter wrote:
>>
Dear list,
this is my first ever mail to the cyrus group. Hope to get some help.
I am using cyrus-imapd-2.2.12-27.6 in Suse 10.1 I have configured cyrus
to work with LDAP authentication where
the admin user "cyrus
> Simon Matter wrote:
>>> Dear list,
>>>
>>> this is my first ever mail to the cyrus group. Hope to get some help.
>>>
>>> I am using cyrus-imapd-2.2.12-27.6 in Suse 10.1 I have configured cyrus
>>> to work with LDAP authentication where
>>> the admin user "cyrus" is based on simple pam authenticat
Simon Matter wrote:
>> Dear list,
>>
>> this is my first ever mail to the cyrus group. Hope to get some help.
>>
>> I am using cyrus-imapd-2.2.12-27.6 in Suse 10.1 I have configured cyrus
>> to work with LDAP authentication where
>> the admin user "cyrus" is based on simple pam authentication. So I
> Dear list,
>
> this is my first ever mail to the cyrus group. Hope to get some help.
>
> I am using cyrus-imapd-2.2.12-27.6 in Suse 10.1 I have configured cyrus
> to work with LDAP authentication where
> the admin user "cyrus" is based on simple pam authentication. So I have
> both PAM_Unix and P
Dear list,
this is my first ever mail to the cyrus group. Hope to get some help.
I am using cyrus-imapd-2.2.12-27.6 in Suse 10.1 I have configured cyrus
to work with LDAP authentication where
the admin user "cyrus" is based on simple pam authentication. So I have
both PAM_Unix and PAM_ldap module
On Fri, 8 Jul 2005, Bartosz Jozwiak wrote:
On 7/7/05, Bartosz Jozwiak <[EMAIL PROTECTED]> wrote:
I am running web-cyradm with Cyrus SASL 2.1.17 and Cyrus impad 2.1.16
I have an issue with case sensitive usernames.
To solve that problem, is there only one way to upgrade cyrus sasl and
On Fri, 8 Jul 2005, Bartosz Jozwiak wrote:
On 7/7/05, Bartosz Jozwiak <[EMAIL PROTECTED]> wrote:
I am running web-cyradm with Cyrus SASL 2.1.17 and Cyrus impad 2.1.16
I have an issue with case sensitive usernames.
To solve that problem, is there only one way to upgrade cyrus sasl and
cyru
On 7/7/05, Bartosz Jozwiak <[EMAIL PROTECTED]> wrote:
I am running web-cyradm with Cyrus SASL 2.1.17 and Cyrus impad 2.1.16
I have an issue with case sensitive usernames.
To solve that problem, is there only one way to upgrade cyrus sasl and
cyrus
impad ?
You may wish to consider the fol
Hello,
I am running web-cyradm with Cyrus SASL 2.1.17 and Cyrus impad 2.1.16
I have an issue with case sensitive usernames.
To solve that problem, is there only one way to upgrade cyrus sasl and cyrus
impad ?
Bartosz
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyr
Hi Philip
Thanks for the mail. One of my raid arrays was indeed
having a problem but was used for nothing more than
mp3 storage. I totaly discounted the idea that it
might be responcable for Cyrus's problems but it
was. If I bring the server up without that array
mounted Cyrus works like it
Hello!
My Cyrus imapd installation suddenly slowed to a crawl
and stopped yesterday. As of now I can authenticate
(very quick and responsive) but I cannot do anything
after that. Very occasionally I can do a select and
retrieve a message but it take a *VERY* LONG time. I
have tested this with multi
POSTED BEFORE- NO REPLIES
I am implementing the Postfix-Cyrus-Web-Cyradm-howto
http://www.delouw.ch/linux/Postfix-Cyrus-Web-cyradm-HOWTO/html/
Along with special instructions for FC3
http://www.totalinfosecurity.com/howto/t1.html
With cheeto's FQUN patch
My problem is by enabling virtual users,
>
>
>
> Hi All,
> I have problem with running sieve scripts. I use Cyrus 2.0.16, cyrus.conf
> is normal.conf. imapd.conf contains:
>
> configdirectory: /var/imap
> partition-default: /var/spool/imap
> sieveusehomedir: false
> sievedir: /usr/sieve
> admins: adm
> sasl_pwcheck_method: PAM
> sendmail:
Hi All,
I have problem with running sieve scripts. I use Cyrus 2.0.16, cyrus.conf
is normal.conf. imapd.conf contains:
configdirectory: /var/imap
partition-default: /var/spool/imap
sieveusehomedir: false
sievedir: /usr/sieve
admins: adm
sasl_pwcheck_method: PAM
sendmail: /usr/sbin/sendmail
lmtp
Hi,
With NTLM enabled in cyrus, I still can't get Outlook mail client authenticate with
cyrus.
The error is:
Nov 2 12:56:23 at pop3[61182]: no secret in database
Nov 2 12:56:26 at pop3[61182]: badlogin: [192.168.4.235] NTLM user not found
I m sure the use id is in the sasldb2 file, because I can
Thanks Simon. I did upgrade to 2.2.8 later in the day. I think our
problems may have had a basis in the 2.2.5 version we were running, but
I also think the power outage and filesystem errors also played a big
role. For those who would like to know, most of the IOERRORs I was
getting were tra
> We recently had a power failure during a storm and the server required
> an fsck before it would mount up the file systems (eventhough I did have
> logging/journaling turned on). After running 2 fscks it seems clean,
> but there are issue with the cyrus files themselves. I had a problem
> with
We recently had a power failure during a storm and the server required
an fsck before it would mount up the file systems (eventhough I did have
logging/journaling turned on). After running 2 fscks it seems clean,
but there are issue with the cyrus files themselves. I had a problem
with the ma
> Here are the bonnie results...
Hm, this is bonnie 1.x, which is okay, but it has 2Gb filesize limit. Your
big box has 2Gb of Ram, right? How big was your file size with bonnie? To
make this test work, boot both boxes with mem=128M as kernel parameter so
it will only use 128M of the memory. Then,
Here are the bonnie results...
This is the "beefy" machine
---Sequential Output ---Sequential Input--
--Random--
-Per Char- --Block--- -Rewrite-- -Per Char- --Block---
--Seeks---
MachineMB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU /sec
%CPU
> Today, we upgraded the machine to the latest redhat ES 3.0
> with kernel Linux 2.4.21-15.ELsmp -- no luck... imtest -z still took 19
> seconds to run... compared to 2-3 seconds on the cheapie machine.
Hm, you said SCSI Raid - that can mean alot.
Could you run a good old bonnie on both boxes and
Today, we upgraded the machine to the latest redhat ES 3.0
with kernel Linux 2.4.21-15.ELsmp -- no luck... imtest -z still took 19
seconds to run... compared to 2-3 seconds on the cheapie machine.
I generated the traces requested, but I'm not really sure what I'm looking
for... Mostly because I d
> On Sat, 2004-07-31 at 23:33, [EMAIL PROTECTED] wrote:
>
>> Does this information help? What other info can I provide?
>
> Yep. Can you please run 'vmstat 1' while the test is running, and
> redirect the output to a file? vmstat can help spot all sorts of issues.
>
> Also, what filesystem and dis
> I'm really stumped here.
>
> I have two seperate machines... one very high end, dual CPU machine, raid
> 5, etc, the other is a piece of crud (standard low end workstation).
>
> Both machines are running Redhat Enterprise Server 3...
> the SMP machine is running the redhat 2.4.21-4.ELsmp stock ke
On Sat, 2004-07-31 at 23:33, [EMAIL PROTECTED] wrote:
> Does this information help? What other info can I provide?
Yep. Can you please run 'vmstat 1' while the test is running, and
redirect the output to a file? vmstat can help spot all sorts of issues.
Also, what filesystem and disks are you u
On Sat, 2004-07-31 at 02:20, [EMAIL PROTECTED] wrote:
> I'm really stumped here.
>
> I have two seperate machines... one very high end, dual CPU machine, raid
> 5, etc, the other is a piece of crud (standard low end workstation).
>
> Both machines are running Redhat Enterprise Server 3...
> the S
> More recent kernel versions have improved memory management and I
> wouldn't have expected RH ES 3.0 to be affected. What does top tell
> you? Does the load get high? How much CPU time do the kernel tasks use
> up?
> --
Top shows zero load on the machine (its just sitting there running cyrus
Hi,
-- [EMAIL PROTECTED] is rumored to have mumbled on Samstag, 31. Juli
2004 3:20 Uhr -0400 regarding Please help with Simon's Cyrus RPMS (2.2.8),
SMP, and really slow performance:
I have two seperate machines... one very high end, dual CPU machine, raid
5, etc, the other is a piece of
I'm really stumped here.
I have two seperate machines... one very high end, dual CPU machine, raid
5, etc, the other is a piece of crud (standard low end workstation).
Both machines are running Redhat Enterprise Server 3...
the SMP machine is running the redhat 2.4.21-4.ELsmp stock kernel...
the
Java Rockx wrote:
I see that.
I'm using perl-Mail-IMAPClient-2.1.4-1
Latest version on CPAN is 2.2.9
You could install that and see if it helps?
Paul.
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/m
Hi again,
You have several, possibly related, error messages here.
As far as I can see, Cyrus is returning an error in response to an
Append operation that the imapsync tool is attempting.
You're also getting errors from the Perl interpreter itself -
It sounds like either imapsync, or perhaps the
I see that.
I'm using perl-Mail-IMAPClient-2.1.4-1
--- Paul Gargan <[EMAIL PROTECTED]> wrote:
> Hi again,
>
> You have several, possibly related, error messages here.
>
> As far as I can see, Cyrus is returning an error in response to an
> Append operation that the imapsync tool is attempting.
Paul,
Thank You!! When I did the imapsync I did not include the --syncinternaldate
option.
Anyhow, when I include that option I get the following messages returned from
imapsync and messages are not actually transferred.
Any clues?
Paul
+ Copying msg #1332:2501 to folder INBOX.INBOX
flags from
Java Rockx wrote:
It does not work when using Outlook or Outlook
Express. When using either of these mail clients, the
"recieved date" never seems to match the message
headers, but rather shows when the actual mail message
was migrated.
Hi,
We had a similar problem (same sync tool, same issue) at o
main
names in the example. According to the message
headers, the Received Date should be 5/13/04 12:40PM
not 7/18/04 which is when the message was migrated. If
I double click the message in Outlook or Outlook
Express it shows the correct date as "Sent Date".
Please Help.
Paul
Outlo
Well thank you very Much Tony. Good point. It did work :D
Now i have another problem. I need my passwords to be somehow encrypted in the back
end MySql. As far as i know pam-mysql doesnt support CRAM-MD5 encryption, so the only
encryption that i could have is the encryption that i can get is the
4 21:29:56 verniki saslauthd[545]: db_checkpasswd called.
> Jul 14 21:29:56 verniki saslauthd[545]: pam_mysql: where clause =
> Jul 14 21:29:56 verniki saslauthd[545]: SELECT password FROM mailbox WHERE
> username='koko'
> Jul 14 21:29:56 verniki saslauthd[545]: pam_mysql: sele
sql: select returned more
> than one result
Without knowing much about pam_mysql, it seems that it doesn't like the
results from the query. Are you sure your database entries are okay?
Simon
> Jul 14 21:29:56 verniki saslauthd[545]: returning 9 after db_checkpasswd.
>
> Pl
rniki saslauthd[545]: returning 9 after db_checkpasswd.
Please help :s
Thank you in advance
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
I don't think you want or need to include the version or architecture in
your path. And I think you want a space after the I. So try:
x) exec perl -MCyrus::IMAP::Shell -I /usr/lib/perl5/site_perl -e shell -- ${1+"$@"} ;;
And frankly, that path is already probably in your include path (try perl
On Fri, 28 May 2004, Kent L. Nasveschuk wrote:
> This is what I added but I get the same db_version error :(
> I have yet to get this to run, very frustrating. It obviously works
> people use it. I'm so close on this...
>
>
> case "x$BASH_VERSION" in
> x) exec perl -MCyrus::IMAP::Shell
> -I/usr/
On Fri, 28 May 2004, Kent L. Nasveschuk wrote:
> This is what I added but I get the same db_version error :( I have yet
> to get this to run, very frustrating. It obviously works people use it.
> I'm so close on this...
Yes, when you said "path problem", I assumed that it was the same as
mine.
This is what I added but I get the same db_version error :(
I have yet to get this to run, very frustrating. It obviously works
people use it. I'm so close on this...
case "x$BASH_VERSION" in
x) exec perl -MCyrus::IMAP::Shell
-I/usr/lib/perl5/site_perl/5.8.0/i486-linux -e shell -- ${1+"$@"} ;;
*)
On Fri, 28 May 2004, Kent Nasveschuk wrote:
> Hello,
> You had a perl path problem back in April in cyradm (Cyrus IMAP) that it
> seems many people had. I was just wondering if you solved it and exactly
> what you did to solve it. I have Cyrus 2.2.4 installed and working on a
> test machine with e
Hello,
You had a perl path problem back in April in cyradm (Cyrus IMAP) that it
seems many people had. I was just wondering if you solved it and exactly
what you did to solve it. I have Cyrus 2.2.4 installed and working on a
test machine with exception of cyradm. Any help would be appreciated,
[EMAIL PROTECTED]
[EMAIL PROTECTED] Subject: Please help
Jim,
Sorry, the version I am trying to install is 2.1.18 not 2.0.18.
Thanks
Original Message
Subject: Re: Please help
From:"Jim Levie" <[EMAIL PROTECTED]>
Date:Wed, May 12, 2004 10:28 pm
To: [EMAIL PROTECTED]
C
On Wed, 2004-05-12 at 00:54, Fatemeh Taj wrote:
> Dear All,
> I want move to cyrus imapd 2.2.3 with sasl2.0.18 and Berkeley DB4.2.1 on
> Linux Redhat Enterprise 3.
Why are you trying to use an old version of SASL instead of the one
(2.1.15-3) furnished with RHEL 3.0? Cyrus IMAP 2.2.3 is quite happ
Dear All,
I want move to cyrus imapd 2.2.3 with sasl2.0.18 and Berkeley DB4.2.1 on
Linux Redhat Enterprise 3.
The problem is that cyrus sasl does not find or has problem Berkeley DB 4.
It finds db.h form BerkeleyDB_src/include but has probem with db_create
and db_open in configuraetion step. I sear
7;t
> > checkpoint: Invalid argument
> > Apr 22 10:07:36 aerodrome ctl_cyrusdb[28556]: DBERROR: sync
> > /usr/lib/imap/db: cyrusdb error
> > Apr 22 10:07:36 aerodrome ctl_cyrusdb[28556]: DBERROR db4:
> > DB_ENV->log_archive interface requires an enviro
7;t
> > checkpoint: Invalid argument
> > Apr 22 10:07:36 aerodrome ctl_cyrusdb[28556]: DBERROR: sync
> > /usr/lib/imap/db: cyrusdb error
> > Apr 22 10:07:36 aerodrome ctl_cyrusdb[28556]: DBERROR db4:
> > DB_ENV->log_archive interface requires an enviro
Sorry, I failed to mention any relevant version information.
o Running on Redhat 6.2 (I know, I know) with ext2 fs. Should I have
done a "chattr +S" on the db files? The docs only mention user
quota, etc.
o Berkely DB 4.1.25, compiled from source
o Cyrus SASL 2.1.17
o Cyrus IMAPD 2.2.3
Again,
RROR db4:
> DB_ENV->log_archive interface requires an environment configured for
> the logging subsystem
> Apr 22 10:07:36 aerodrome ctl_cyrusdb[28556]: DBERROR: error listing
> log files: Invalid argument
> Apr 22 10:07:36 aerodrome ctl_cyrusdb[28556]: DBERROR: archi
> On Tue, 20 Apr 2004, Joe Rhett wrote:
> > But if you will accept a patch that modifies the makemaker stuff, I'll hack
> > one out over the next week or so, just so that we can stop getting the same
> > FAQ from everyone ;-)
On Tue, Apr 20, 2004 at 03:37:02PM -0400, Rob Siemborski wrote:
> Yes.
On Tue, 20 Apr 2004, Joe Rhett wrote:
> > On Tue, 20 Apr 2004, Joe Rhett wrote:
> > > But if you will accept a patch that modifies the makemaker stuff, I'll hack
> > > one out over the next week or so, just so that we can stop getting the same
> > > FAQ from everyone ;-)
>
> On Tue, Apr 20, 2004 a
On Tue, 20 Apr 2004, Joe Rhett wrote:
> No, mostly because I'm not that good with makemaker. When I wrote the
> original I was hoping to inspire someone to Do The Right Thing. But after
> looking at the layout, I'm not sure what you gain -- you'll have to add the
> Makemaker stuff to the autocon
There's nothing like coming back to your own words a while later to make
you realize what a wining b-otch you sounded like when you said: (more below)
> On Thu, 15 Apr 2004, Joe Rhett wrote:
> > This has been an ongoing bug that is indecently easy to fix, but Rob won't
> > accept any patches on it
On Thu, 15 Apr 2004, Joe Rhett wrote:
> This has been an ongoing bug that is indecently easy to fix, but Rob won't
> accept any patches on it. He evidently thinks that installing modules into
> the sitewide perl installation is the right idea. I believe that it's
> plain wrong, and want to use t
cyradm and really any script you run that fails because of the error you
listed. And yes, the lines that execute perl.
On Fri, Apr 16, 2004 at 09:29:03AM +0100, Neil Marjoram X 663711 wrote:
> Joe,
>
> Thanks for this, can you tell me which files I need to change. I assume
> that you mean cyradm
Joe,
Thanks for this, can you tell me which files I need to change. I assume
that you mean cyradm and to change the lines that execute the perl
command.
Thanks,
Neil.
On Thu, 2004-04-15 at 15:55, Joe Rhett wrote:
> Neil, open the files in question and modify the four real lines of the
> script
Neil, open the files in question and modify the four real lines of the
script so that you have -I/install/location/lib to where the perl modules are.
This has been an ongoing bug that is indecently easy to fix, but Rob won't
accept any patches on it. He evidently thinks that installing modules in
Some further information :
Cyrus was configured with :
./configure --with-openssl=/usr/local/ssl --with-libwrap=/usr/local
--with-sasl=/usr/local
I had to move the sasl header files into the imap source tree under
sasl/ otherwise it complained they were not present.
The configure complained a
Thanks for that, I have now recompiled SASL and imap in the default
location, it seems the PREFIX is set in the Perl makefile for imap, and
thus it loads in the Cyrus tree instead of the Perl tree. My recompile
used default locations and now all is installed where I think it should
be. How ever it
On Thursday 15 April 2004 12:37, Neil Marjoram X 663711 wrote:
> I have found the Cyrus Perl module located in the directory I installed
> cyrus in : /opt/cyrus/lib/perl5/site_perl/5.8.0/sun4-solaris/. How do I
> get it installed in the Perl tree?
Did you install cyrus imap from a precompiled pack
I have searched and searched but have not fond the answer to my
problems.
My server is a Sun Ultra 5 running latest Solaris 9 + Marches patches.
First problem is when I run cyradm I get the message :
Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains:
/usr/local/lib/perl5/5.8.0/sun4-solaris
Thank You for your help!
It works fine now!
Best regards. Sergios
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
On Wed, 10 Mar 2004, tsg wrote:
> > On Tue, 9 Mar 2004, tsg wrote:
> > > > > tsg <[EMAIL PROTECTED]> 03/09/04 06:41pm >>>
> > > > >Hi!
> > > > >I tried to create virtual domain mailboxes with cyrus-imapd v2.2.3 as
> > > >
> > > > it
> > > >
> > > > >written in install-virtdomains.html, but I got
> >#sasl_minimum_layer: 128
> > > >allowanonimouslogin:no
> > > >allowplaintext: yes
> > > >#servername: test.com
> > > >tls_cert_file: /var/lib/imap/cyrus.crt
> > > >tls_key_file: /var/lib/imap/cy
> tsg wrote:
> > Hi!
> > I tried to create virtual domain mailboxes with cyrus-imapd v2.2.3 as it
> > written in install-virtdomains.html, but I got error:
> >
> > # cyradm --user administrator --auth login localhost
> >
> > test> create [EMAIL PROTECTED]
> > createmailbox: Permission denied
>
> Wh
> >allowplaintext: yes
> > >#servername: test.com
> > >tls_cert_file: /var/lib/imap/cyrus.crt
> > >tls_key_file: /var/lib/imap/cyrus.key
> > >tls_ca_path:/usr/share/ssl
> > >tls_ca_file:/
/ca.crt
#tls_require_cert: yes
imapidresponse: no
sendmail: /usr/sbin/sendmail
sievedir: /var/lib/imap/sieve
virtualdomains: userid
#hashimapspool: yes
defaultdomain: test.com
Please help!
Best regards. Sergios
Hi Sergios,
I
tsg wrote:
Hi!
I tried to create virtual domain mailboxes with cyrus-imapd v2.2.3 as it
written in install-virtdomains.html, but I got error:
# cyradm --user administrator --auth login localhost
test> create [EMAIL PROTECTED]
createmailbox: Permission denied
What does imapd.log show when you t
>tls_ca_file:/usr/share/ssl/certs/ca.crt
> >#tls_require_cert: yes
> >imapidresponse: no
> >sendmail: /usr/sbin/sendmail
> >sievedir: /var/lib/imap/sieve
> >virtualdomains: userid
> >#hashimapspool:
/var/lib/imap/cyrus.key
>tls_ca_path:/usr/share/ssl
>tls_ca_file:/usr/share/ssl/certs/ca.crt
>#tls_require_cert: yes
>imapidresponse: no
>sendmail: /usr/sbin/sendmail
>sievedir: /var/lib/imap/sieve
>virtualdomains
ndmail
sievedir: /var/lib/imap/sieve
virtualdomains: userid
#hashimapspool: yes
defaultdomain: test.com
Please help!
Best regards. Sergios
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.we
Ilya Basin wrote:
On Wednesday 19 November 2003 20:03, Ken Murchison wrote:
I'd like to disable plaintext auth at all.
Keep in mind that there is a difference between allowing plaintext
authentication and allowing plaintext authentication mechanisms. You
can enable plaintext authentication mec
On Wednesday 19 November 2003 20:03, Ken Murchison wrote:
I'd like to disable plaintext auth at all.
I've changed the conf as you suggested to auxprop and t start to work FINE.
THANK YOU som much. I shame of myself.
> Ilya Basin wrote:
> > Hi,
> > I've spent a week trying to configure cyrus-
Ilya Basin wrote:
Hi,
I've spent a week trying to configure cyrus-imapd-2.1.15
to work with MS Outlook 2000 over TLS/SSL.
I see no way to fix it... maybe I've missed something?
System:
Slackware 9.1
openssl-09.7c
cyrus-imapd-cyrus-sasl-2.1.15
cyrus-imapd-2.1.15
compiled with no errors.
Mozilla
On Wednesday 19 November 2003 19:14, Ilya Basin wrote:
I have some additional info.
Sorry to provide you with so big bunch of info...
ALL imtest passed with OK, like:
[EMAIL PROTECTED]:~$ imtest -u ilya -p 993 -s localhost -m digest-md5
verify error:num=18:self signed certificate
TLS connection e
Hi,
I've spent a week trying to configure cyrus-imapd-2.1.15
to work with MS Outlook 2000 over TLS/SSL.
I see no way to fix it... maybe I've missed something?
System:
Slackware 9.1
openssl-09.7c
cyrus-imapd-cyrus-sasl-2.1.15
cyrus-imapd-2.1.15
compiled with no errors.
Mozilla Messanger, PINE
>
>
> hai,
> i got this error when i make all the imap
>my configue
> ./configure --with-auth=unix --with-cyrus-user=cyrus
> --with-cyrus-group=mail --with-sasl=/usr/local/lib/sasl2/
>
>
> please help
Since you're on RedHat Linux, you may want to try m
hai,
i got this error when i make all the imap
my configue
./configure --with-auth=unix --with-cyrus-user=cyrus
--with-cyrus-group=mail --with-sasl=/usr/local/lib/sasl2/
please help
here my follows
### Making all in /usr/src/cyrus-imapd-2.1.15/man
make[1]: Entering directory
Hello!
First of all, sorry about cross-posting in all lists, but I'm kind of
desperate for help.
I'm trying to set up a system for one of my customers, the system is a SuSE
Linux 8.2 Pro and will be used as a web server and mail server hotel. The
web server is solved, but not the mail. I'm not a
On Mon, 18 Nov 2002 19:53:17 +0100
Carsten Hoeger <[EMAIL PROTECTED]> wrote:
> > I apply the patch and 'make clean' && re-compile db3, SASL and imapd
> > but it doesnt work for me:
> >
> Sure that you installed the recompiled sasl libraries?
Sure :) I found the error. There where an old installa
1 - 100 of 138 matches
Mail list logo