Matt Goebel wrote:
Henrique de Moraes Holschuh said:
On Thu, 24 Feb 2005, Matt Goebel wrote:
How would I go about telling postix to insert a message-id if one is not
there? It DOESN'T do that now. With Postfix+Dovecot I get the message
It must, AFAIK. BTW, a broken message-id is no
Have you tried to use lsof to see which files are open?
I wrote a little script that runs as cronjob and uses lsof to count all
open files owned by the cyrus user:
#!/bin/sh
PATH="/bin:/sbin:/usr/bin:/usr/sbin:/opt/bin"
time=`date +"%Y-%m-%d %H:%M:%S"`
num=`lsof -b 2>/dev/null |awk '($3 ~ /cyrus/
On Thu, 24 Feb 2005, Kevin P. Fleming wrote:
I'm working on a webmail system using client certificates for authentication.
I have Cyrus IMAP working fine with Cyrus SASL and "AUTH=EXTERNAL" after
negotiating TLS... the IMAP daemon authenticate the user properly.
However, it chooses the CN from th
Robert Scussel wrote:
This might be a shot in the dark, but having recently battled through
some quirks on Solaris 9, make sure that your perl binary is one that
was compiled on the Solaris box with gcc ( unless of course you actually
have the sun compiler and compiled cyrus with it ). The one f
Folks,
our Institute runs a Cyrus 2.2.3 on a SuSE Box 9.1 for two month without
a problem (~100 mail accounts). Today, we have got the well known error
message:
DBERROR db4: Logging region out of memory; you may need to increase its size
DBERROR: opening /drbd/system/var/lib/imap/deliver.db: Can
Hello,
I want to migrate mailboxes from several Suse 8.1 machines (with Cyrus
2.1.9) and Suse 8.2 machines (with Cyrus 2.1.12) to Debian Sarge
machines (with Cyrus 2.1.17).
Debian uses a hashed mailspool, Suse does not.
Is it possible to transfer the mail over IMAP from server to server?
Or does
Kevin P. Fleming wrote:
Craig White wrote:
My goal was to be my own CA - generate per user certificates and have
revocation rights. I haven't had many issues with creating certs for
various applications such as ldap/apache etc. I was looking for some
granular control for individual users.
I do thi
On Thu, 24 Feb 2005, Paul van der Vlis wrote:
> Debian uses a hashed mailspool, Suse does not.
>
> Is it possible to transfer the mail over IMAP from server to server?
Yes, but you can do it fs-to-fs as well.
Look at the /usr/lib/cyrus/upgrade dir in the Debian install...
--
"One disk to rul
On Thu, 24 Feb 2005, Stephan A. Rickauer wrote:
> given above. After restarting cyrusd I checked the config with "db_stat
> /drbd/system/var/lib/imap/deliver.db -l" ... but neither of the two
> parameters have been adjusted.
You have to stop everything using that DB, then run a db_recover to
reb
Hi,
--On 24. Februar 2005 14:53:04 Uhr +0100 "Stephan A. Rickauer"
<[EMAIL PROTECTED]> wrote:
My DB_HOME is nowhere set as an environment variable, but given that my
db's are stored in /drbd/system/var/lib/imap/ I assume that this is it.
no, it's not. It's db/ subdirectory, i.e. /drbd/system/var/
kael wrote:
On 08.02.2005 02:28, kael wrote:
I wish to use the _push_ method, as described in
http://asg.web.cmu.edu/cyrus/download/imapd/install-netnews.html.
I have been searching but haven't ben able to deliver NetNews via Cyrus.
imapd.conf is managed with the following lines:
partition-news: /
Sebastian Hagedorn wrote:
--On 24. Februar 2005 15:37:31 Uhr +0100 Sebastian Hagedorn
no, it's not. It's db/ subdirectory, i.e. /drbd/system/var/lib/imap/db/
in your case.
sorry, I just noticed I'm wrong ... I should have re-checked that first.
/var/lib/imap *is* the DB_HOME. Sorry again.
doch :
Hi,
--On 24. Februar 2005 15:37:31 Uhr +0100 Sebastian Hagedorn
<[EMAIL PROTECTED]> wrote:
--On 24. Februar 2005 14:53:04 Uhr +0100 "Stephan A. Rickauer"
<[EMAIL PROTECTED]> wrote:
My DB_HOME is nowhere set as an environment variable, but given that my
db's are stored in /drbd/system/var/lib/imap
Great help, thanks! I moved my DB_CONFIG into db/ and tried to restart
cyrus _without_ doing "db_recover" first. Guess what, the new parameters
have been set properly. How come?
Thanks again.
Stephan
Sebastian Hagedorn wrote:
Hi,
--On 24. Februar 2005 14:53:04 Uhr +0100 "Stephan A. Rickauer"
<[
On Thu, 24 Feb 2005, Kevin P. Fleming wrote:
I've just reworked my Cyrus IMAP installation, and I'm beginning to get the
impression that --with-auth (which defaults to "unix") is only for group
memberships, and really has no other effect. It certainly doesn't seem to
affect SASL in any way, whic
Hallo Stephan A. Rickauer,
--On 24. Februar 2005 16:00:14 Uhr +0100 "Stephan A. Rickauer"
<[EMAIL PROTECTED]> wrote:
Sebastian Hagedorn wrote:
--On 24. Februar 2005 15:37:31 Uhr +0100 Sebastian Hagedorn
no, it's not. It's db/ subdirectory, i.e. /drbd/system/var/lib/imap/db/
in your case.
sorry,
On Thu, 24 Feb 2005, Stephan A. Rickauer wrote:
> Great help, thanks! I moved my DB_CONFIG into db/ and tried to restart
> cyrus _without_ doing "db_recover" first. Guess what, the new parameters
> have been set properly. How come?
What version of Berkeley DB? They might have fixed this design
Henrique de Moraes Holschuh --> info-cyrus (2005-02-24 12:25:48 -0300):
> On Thu, 24 Feb 2005, Stephan A. Rickauer wrote:
> > Great help, thanks! I moved my DB_CONFIG into db/ and tried to restart
> > cyrus _without_ doing "db_recover" first. Guess what, the new parameters
> > have been set prope
Cristi Mitrana said:
> Matt Goebel wrote:
>
>>Henrique de Moraes Holschuh said:
>>
>>
>>>On Thu, 24 Feb 2005, Matt Goebel wrote:
>>>
>>>
How would I go about telling postix to insert a message-id if one is
not
there? It DOESN'T do that now. With Postfix+Dovecot I get the message
Jukka Salmi wrote:
Henrique de Moraes Holschuh --> info-cyrus (2005-02-24 12:25:48 -0300):
On Thu, 24 Feb 2005, Stephan A. Rickauer wrote:
Great help, thanks! I moved my DB_CONFIG into db/ and tried to restart
cyrus _without_ doing "db_recover" first. Guess what, the new parameters
have been set
Dear all,
I'm submitting a patch which fixes a slightly irritating (although not
serious) problem, whereby the Cyrus Murder daemons proxyd and lmtpproxyd
do not bind to the correct interface when opening tcp connections to the
backend servers. This happens when the servername of the Murder
front-e
Igor Brezac wrote:
--auth-auth specifies an authorization (not authentication) mechanism.
The unix module is mostly useful for group.
OK, yeah, authorization vs. authentication, right. Since SASL cannot
provide authorization details, Cyrus IMAP has to get them from somewhere
else, so that's unde
Marco Colombo wrote:
What field is that, exaclty? v3 extension?
I'm not sure... it's in the OpenSSL headers files as
"NID_pkcs9_emailAddress".
Anyway, the goal of authentication is to identify users not email
addresses. The whole idea of using certs is broken, unless you use
the cert itself. No C
can i setup groups of users inside cyrus and add specifc quota to that
group or i have to setup quota user by user ?
--
Lincoln Zuljewic Silva
---
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-
I've compiled 2.2.12 on a Linksys NSLU2. It appears to work --- I can
rsync a mailbox on from a Sun and access it correctly. I've also got
Sendmail 8.13.3 built and awaiting a config file, so I can start
delivering mail to the slug soonest.
I have real work for this, honest, and it's not just ge
On 24-2-2005 18:48, Lincoln Zuljewic Silva wrote:
can i setup groups of users inside cyrus and add specifc quota to that
group or i have to setup quota user by user ?
What we do here is define a quota root on '@domain.com' this in effect
gives you a shared quota for all users within a virtual domai
but this is a configuration of MTA ?
On Thu, 24 Feb 2005 19:08:33 +0100, L. v. Alphen
<[EMAIL PROTECTED]> wrote:
> On 24-2-2005 18:48, Lincoln Zuljewic Silva wrote:
> > can i setup groups of users inside cyrus and add specifc quota to that
> > group or i have to setup quota user by user ?
>
> Wh
Ian G Batten wrote:
I've compiled 2.2.12 on a Linksys NSLU2. It appears to work --- I can
rsync a mailbox on from a Sun and access it correctly. I've also got
Sendmail 8.13.3 built and awaiting a config file, so I can start
delivering mail to the slug soonest.
I have real work for this, honest, a
No it is not, you define it in Cyrus with 'setquota' in 'cyradm'. Here's
some output from cyradm:
hostname> lq @domain.com
STORAGE 1222377/2097152 (58.2874774932861%)
You will need a 2.2.x version for virual domain support though..
On 24-2-2005 19:29, Lincoln Zuljewic Silva wrote:
but this is a
Also Sprach Craig White <[EMAIL PROTECTED]> on Wed, Feb 23, 2005 at 10:43:28PM
PST:
> When you say 'you have to go to get a cert from an established CA' -
> does that mean for purposes of being my own CA, tinyCA is of little use
> to me?
No, that was an explaination of how half the process works
On Thu, 2005-02-24 at 13:52 -0800, Wil Cooley wrote:
> Also Sprach Craig White <[EMAIL PROTECTED]> on Wed, Feb 23, 2005 at
> 10:43:28PM PST:
>
> > When you say 'you have to go to get a cert from an established CA' -
> > does that mean for purposes of being my own CA, tinyCA is of little use
> > t
I I have perl 5.8.5. I don't know about 5.8.3 and when I looked around
I couldn't find it on Sunfreeware any more, but under 5.8.5 it states:
Important Note - Solaris 9 comes with a slightly earlier version of perl
in /usr/bin. You may wish to use this version rather than the version on
sunfre
We recently deployed Cyrus IMAPD on an internal corporate server.
We plan on using it for a larger installation (once I get comfortable
with all the technical quirks ;-))
In any case, an issue was brought up whereby if a user doesn't "Compact"
their mailbox (done via most common MUA's like Thund
Hi all,
I'm running a test setup and today I tried setting the quota for a
mailbox below the current size of it to see what happened.
No surprise, lmpt started responding "452 4.2.2 Over quota" as it should.
Then I increased the quota again so that there were plenty of room,
waited for the 452 r
On Thu, 24 Feb 2005, Forrest Aldrich wrote:
> In any case, an issue was brought up whereby if a user doesn't "Compact"
> their mailbox (done via most common MUA's like Thunderbird) the deleted
> messages can linger - for however long.
>
> I've personally seen this before.
The IMAP protocol specif
Per olof Ljungmark wrote:
Hi all,
I'm running a test setup and today I tried setting the quota for a
mailbox below the current size of it to see what happened.
No surprise, lmpt started responding "452 4.2.2 Over quota" as it should.
Then I increased the quota again so that there were plenty of r
Hi, when I used to use sendmail, I used "aliasname: |/path/to/app" in
/etc/aliases to pipe mail to a program. Now, I used postfix with
cyrus' "deliver" as the delivery mechanism. How do I have cyrus pipe
certain aliases to applications?:
Thanks!
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cy
On Thu, 2005-02-24 at 21:03 -0500, Tuna Sundae wrote:
> Hi, when I used to use sendmail, I used "aliasname: |/path/to/app" in
> /etc/aliases to pipe mail to a program. Now, I used postfix with
> cyrus' "deliver" as the delivery mechanism. How do I have cyrus pipe
> certain aliases to applications?:
On Thu, 2005-02-24 at 19:30 -0500, David G Mcmurtrie wrote:
> On Thu, 24 Feb 2005, Forrest Aldrich wrote:
>
> > In any case, an issue was brought up whereby if a user doesn't "Compact"
> > their mailbox (done via most common MUA's like Thunderbird) the deleted
> > messages can linger - for however
On Thu, 24 Feb 2005 19:45:33 -0700, Craig White <[EMAIL PROTECTED]> wrote:
> On Thu, 2005-02-24 at 21:03 -0500, Tuna Sundae wrote:
> > Hi, when I used to use sendmail, I used "aliasname: |/path/to/app" in
> > /etc/aliases to pipe mail to a program. Now, I used postfix with
> > cyrus' "deliver" as t
On Thu, 2005-02-24 at 22:29, Tuna Sundae wrote:
> On Thu, 24 Feb 2005 19:45:33 -0700, Craig White <[EMAIL PROTECTED]> wrote:
>
> That's the thing... I can't get postfix to check the alias map before
> giving the mail to cyrus' deliver. So I was hoping there was a cyrus
> way to do this.
>
> Is an
Tuna Sundae wrote:
On Thu, 24 Feb 2005 19:45:33 -0700, Craig White <[EMAIL PROTECTED]> wrote:
On Thu, 2005-02-24 at 21:03 -0500, Tuna Sundae wrote:
Hi, when I used to use sendmail, I used "aliasname: |/path/to/app" in
/etc/aliases to pipe mail to a program. Now, I used postfix with
cyrus' "
42 matches
Mail list logo