Hello,
I want to set up a mail server using Cyrus and a RedHat 7.x.
So I would like to know the capacity in term of account of Cyrus with and
without cluster implementation.
Thanks in advance
Gael
First,
Thank you to everyone who emailed me with large companies / organizations
that are running cyrus.
Next,
I have hit a snag & am not sure if this is caused be some configuration
option I have not correctly set.
I have postfix delivering to cyrus via lmtp, this works great.
When a user b
How I changed the quota message;
To change the message cyrus rejects over quota mail with I modified
/usr/local/src/cyrus-imapd-2.0.16/imap/lmtpengine.c (line 152)
The lines 151 & 152 now read;
151 case IMAP_QUOTA_EXCEEDED:
152return "550 4.2.2 Over quota";
After recompiling cyrus
Hi Mike,
I can relate to your despair, no pizza need apply if this helps.
1. have you tried WebSieve? Has a lot more out of the box preconfigured treats in it.
2. Did you compile cyrus with sieve support disabled accidentally?
3. do you have a straight up mail.log not just imap.log? a mail.debu
I did the same as described in the online documentation:
/etc/syslog.conf
local6.debug/var/log/imapd.log
auth.debug /var/log/auth.log
But there are no logs, instead I find logs about imap in the messages
file, this is because of the follow
When ever I start the cyrus-imapd I got the following two lines for
every letter from a-z in my logfile:
Feb 21 14:09:03 he0 ctl_deliver[36825]: creating
/usr/local/etc/imap/deliverdb/deliver-z.db
Feb 21 14:09:03 he0 ctl_deliver[36825]: duplicate_prune:
/usr/local/etc/imap/deliverdb/deliver-z.db:
Andrei,
Not sure if I understand your question, the behavior will change but only
because we change the response code cyrus gives.
My understanding of this is below (and please tell me if i'm wrong), how I
understand this over quota mail is never placed in the queue by cyrus.
It is only placed
execute
touch /var/log/imapd.log
and
touch /var/log/auth.log
imapd does not create the files if they dont exist
Stefan Goethals
System Engineer
---
ADEPT nv - The partner to make IT secure!
Vlamingstraat 4, B-8560 Wevelgem, Belgium
E-mail : [EMAIL PROTECTED]
Tel :+32-(0)56-432.888
___
On Thu, Feb 21, 2002 at 02:31:24PM +0100, [EMAIL PROTECTED] wrote:
>
> execute
> touch /var/log/imapd.log
> and
> touch /var/log/auth.log
>
> imapd does not create the files if they dont exist
This doesn't change anything, I tried this before.
Manuel
--
You may be disappointed if you fail, b
Hi,
we noticed, that cyrus-imapd allows users to prepend or append
whitespaces to their uid like this:
. login " user " secret
cyrus-imapd hand's over this string as is to the underlying
authentication system. In case of pam with pam_ldap, this results in a
DN like this:
"uid= user ,dc=s
Are you sure those files belong to the correct user?
If you created them as root they will not be writable by the imapd user
until you give those files to the right user with "chown"
Stefan Goethals
System Engineer
---
ADEPT nv - The partner to make IT secure!
Vlamingstraat 4, B-8560 Wevel
On Thu, 2002-02-21 at 13:46, Manuel Hendel wrote:
> On Thu, Feb 21, 2002 at 02:31:24PM +0100, [EMAIL PROTECTED] wrote:
> >
> > execute
> > touch /var/log/imapd.log
> > and
> > touch /var/log/auth.log
> >
> > imapd does not create the files if they dont exist
>
> This doesn't change anything, I
Cyrus keeps a database to prevent duplicate emails.
The ctl_deliver command removes old entries that are no longer needed from
this database.
I believe the command is run about every 20 minutes and will delete any
entries in the database over 3 days old.
Steve.
On Thursday 21 February 2002 13:
So it's absolutly ok! Isn't it?
Manuel
--
Search not the wound too deep, lest thou make a new one.
-Thomas Fuller
You would have a problem if it wasn't there :)
Steve
On Thursday 21 February 2002 14:16, you wrote:
> So it's absolutely ok! Isn't it?
>
> Manuel
It's working now thanks.
Manuel
--
Experience is what allows us to repeat our mistakes, only with more finesse!
-Derwood Fincher
(contributed by Chris Johnston)
Hi:
I have just compiled and installed sasl-2.1.1 and imap-2.1.2, and I have
problems getting it to authenticate with sasldb mechanism. Here is my
desired behavior for cyrus-imap. I have currently unix users that I like
them to use the same unix passwords for logging into cyrus to get their
ema
On Thu, 21 Feb 2002, Keith Kee wrote:
>How do I use the fallback scheme, where it will check saslauthd for
> passwds and if not available, check sasldb entries for such users?
>Is it possible?
Not with the current code, but modifying _sasl_checkpass to do a fallback
style parseing of the
Carsten Hoeger schrieb am Thu, Feb 21, 2002 at 02:43:40PM +0100:
[...]
>
> Most mailclients would then notice, that there is no inbox -because
> imapd is now looking into "/var/imap/user/ uSer /" which currently
> does not exist. Then they issue a "create inbox" command and voila, we
> have a
Given that redirect works, and there are no apparent errors as a result
of vacation, I'd agree with Amos, that the address matching is failing.
Make sure that you list all :addresses that people might use to send an
email to you (those that would appear in the to/cc/bcc headers).
Ken
Tyrone Vau
Hi,
I have cyrus-imapd-2.0.16 installed with PAM+mysql and postfix, and
I will migrate uw-imap users files to cyrus, but I have to migrate
the procmail rules too.
And I would like to know if it's possible to install procmail instead
sieve to do the filtering function. As I'm reading in the
First, does a simple fileinto action work? If not, then your scripts
probably aren't being run. If it does, then we have to look at why
lmtpd isn't forking a sendmail process.
Mike Grommet wrote:
>
> I'm really at the end of my rope here, so, I'm
> offering free pizza to the person who can fi
This is how my /etc/imapd.conf look:
configdirectory: /ext/imap/config
partition-default: /ext/imap/mailboxes
servername: thunder.netsco.com
admins: root cyrus
sasl_pwcheck_method: auxprop
allowplaintext: yes
allowanonymouslogin: no
autocreatequota: 20
sendmail: /usr/lib/sendmail
timeout: 30
imap
On Thu, 21 Feb 2002, Keith Kee wrote:
> I am not a very good programmer, so I won't be able to fix that. However,
> since I cannot achieve that, how do I solely use /etc/salsdb2 for all my
> athentication? I looked at the mail archive about setting
> sasl_pwcheck_method to auxprop. However, when
I'm getting this message generated by postfix when cyrus refuses to accept
mail because the cyrus user is over quota, I need to remove the reference to
the lmtp socket, can anyone tell me how ??
This is the Postfix program at host mail.domain.co.uk
I'm sorry to have to inform you that the mess
I am not a very good programmer, so I won't be able to fix that. However,
since I cannot achieve that, how do I solely use /etc/salsdb2 for all my
athentication? I looked at the mail archive about setting
sasl_pwcheck_method to auxprop. However, when I did that, imapd complains
about unknown mecha
From: Steve Wright <[EMAIL PROTECTED]>
Date: Thu, 21 Feb 2002 12:57:44 +
Cc: <[EMAIL PROTECTED]>
How I changed the quota message;
To change the message cyrus rejects over quota mail with I modified
/usr/local/src/cyrus-imapd-2.0.16/imap/lmtpengine.c (line 152)
The line
On Thu, Feb 21, Birger Toedtmann wrote:
> > Most mailclients would then notice, that there is no inbox -because
> > imapd is now looking into "/var/imap/user/ uSer /" which currently
> > does not exist. Then they issue a "create inbox" command and voila, we
> > have a new directory called "/va
Okay... on the system that I did a FULL replacement of cyrus/sieve, after
I added MULTIPLE possible addresses, it now works with just the primary..
go figure. (What I mean, is that the address SHOULD be $[EMAIL PROTECTED], but
I also added $[EMAIL PROTECTED], $[EMAIL PROTECTED], etc, etc and no
On Thu, 2002-02-21 at 16:10, Steve Wright wrote:
> I'm getting this message generated by postfix when cyrus refuses to accept
> mail because the cyrus user is over quota, I need to remove the reference to
> the lmtp socket, can anyone tell me how ??
You will need to edit postfix source somewhe
bash-2.03# /usr/local/sbin/sasldblistusers2
cyrus@thunder: userPassword
bash-2.03# /usr/local/bin/imtest -a cyrus -m login localhost
C: C01 CAPABILITY
S: * OK thunder.netsco.com Cyrus IMAP4 v2.1.2 server ready
S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID
NO_ATOMIC_RENAM
On Thu, 21 Feb 2002, Keith Kee wrote:
> bash-2.03# /usr/local/sbin/sasldblistusers2
> cyrus@thunder: userPassword
>
> bash-2.03# /usr/local/bin/imtest -a cyrus -m login localhost
> C: C01 CAPABILITY
> S: * OK thunder.netsco.com Cyrus IMAP4 v2.1.2 server ready
> S: * CAPABILITY IMAP4 IMAP4rev1 ACL
Tyrone Vaughn wrote:
>
> Okay... on the system that I did a FULL replacement of cyrus/sieve, after
> I added MULTIPLE possible addresses, it now works with just the primary..
> go figure. (What I mean, is that the address SHOULD be $[EMAIL PROTECTED], but
> I also added $[EMAIL PROTECTED], $[EM
On Thu, 21 Feb 2002, Steve Wright wrote:
> To change the message cyrus rejects over quota mail with I modified
> /usr/local/src/cyrus-imapd-2.0.16/imap/lmtpengine.c (line 152)
>
> The lines 151 & 152 now read;
> 151 case IMAP_QUOTA_EXCEEDED:
> 152return "550 4.2.2 Over quota";
I just
On Thu, 21 Feb 2002, Rob Siemborski wrote:
> This part is actually pertty interesting, since you're not seeing
> AUTH=PLAIN banners (and you have sasl_mech_list set to plain), it implies
> that cyrus can't see your plugin directory, are permissions set on it in a
> reasonable way?
Whoops, forgot
Hi Rob,
When I removed the sasl_mech_list, this is what I got:
bash-2.03# /etc/init.d/cyrus start
vi /etc/imapd.conf
bash-2.03# /usr/local/bin/imtest -a cyrus -m login localhost
C: C01 CAPABILITY
S: * OK thunder.netsco.com Cyrus IMAP4 v2.1.2 server ready
S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUO
Gaël LE COZ <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I want to set up a mail server using Cyrus and a RedHat 7.x.
> So I would like to know the capacity in term of account of Cyrus with and
> without cluster implementation.
>
> Thanks in advance
If you want a quick test install, check out:
http:
On Thu, 21 Feb 2002, Carsten Hoeger wrote:
> On Thu, Feb 21, Birger Toedtmann wrote:
> > > So I wrote a small patch for the auth_canonifyid function, which
> > > strips off leading and trailing whitespaces and lowers alpha chars.
> > [...]
> >
> > With the whitespaces I'm not sure but I don't thi
On Thu, 21 Feb 2002, Keith Kee wrote:
> Sorry if I am asking trival questions. I am trying to migrate my users from
> the unix password scheme to using sasldb2. If I set sasl_auto_transition:
> yes and sasl_pwcheck_method: saslauthd in /etc/imapd.conf, does that mean
> that I can eventually switc
The patch has already been updated in CVS. I _think_ I did it
yesterday.
Ken
Keith Kee wrote:
>
> I have patched cyrus-imapd-2.1.2 with drac, I thought I contribute the patch
> here. One place in the file imapd.c that I am not certain if these block of
> code should go inside or outside the i
Hi,
I've looked for the answer to this for a while, but
if I've missed it because I can't see the wood for the trees then apologies in
advance. Basically I would prefer to have all my users on one level "../user"
rather than in the "../user/a..z" sub-dirs - is this still possible as the
se
Sandra schrieb am Thu, Feb 21, 2002 at 04:00:57PM -0400:
>
> Please help me to understand one thing :
>
>Configuring procmail+cyrus+mysql(users without prompt and
> $HOME directory), could
> I configure /etc/procmailrc for each user, or this file is for the
> entire operating system? Could I
How can I solve this problem? I'm trying to use procmail to filter and
the cyrus deliver program to deliver the mail.
:0:
* ^To: [EMAIL PROTECTED]
| /usr/local/cyrus/bin/deliver user
It seams that the rule is working, but not the lmtp stuff. The
following lines are in my cyrus.conf:
# lmtp
No, this is how it works in any remotely recent version.
Larry
From: "Rich" <[EMAIL PROTECTED]>
Date: Thu, 21 Feb 2002 20:08:48 -
I've looked for the answer to this for a while, but if I've missed it =
because I can't see the wood for the trees then apologies in advance. =
Ba
> Or if you already have the postfix sources, and the cyrus-imapd sources, and
> have already patched your SASL/OpenLDAP sources, then just download the
> stripped down installation scripts. (52 kb)
> http://polywog.philtered.net/~erecio/RedHat-EmailServer-Scripts.tar.gz
I tried this link, but i
> execute
> touch /var/log/imapd.log and touch /var/log/auth.log
> imapd does not create the files if they dont exist
Actually it's syslogd that does this. Syslogd will not write log files if
they don't already exist.
The files can be owned by root, since syslogd is doing the logging... not
t
Hi Folks!
I am having a hard time getting Websieve to play nice with SSL.
Any one have experience with this combination?
Websieve seems happy vanilla, but is choking on the SSL part.
have a Sun Solaris 8 server with :
cyrus-imapd-2.1.1
openssl-0.9.6c
websieve-0.61
IMAP-Admin-1.6.1
perlsieve-0
On Thu, Feb 21, 2002 at 10:29:53PM +0100, Manuel Hendel wrote:
> How can I solve this problem? I'm trying to use procmail to filter and
> the cyrus deliver program to deliver the mail.
>
> :0:
> * ^To: [EMAIL PROTECTED]
> | /usr/local/cyrus/bin/deliver user
>
> It seams that the rule is working,
When we try and create a new folder on the imap server
it just says permission denied, any ideas?
ok here's the log entry for the error in the cyrus log
file
Feb 21 16:57:13 swiss imapd[1379]: myfetch: starting
txn 2147484283
Feb 21 16:57:13 swiss imapd[1379]: abort_txn: aborting
txn 2147484283
On Tue, Feb 19, 2002 at 10:19:27PM -0600, Mike Grommet wrote:
> I'm using Cyrus IMAP 2.0.16
>
> I've read many articles in the archives concerning the use of cyrus in
> virtual hosting environments... Most of them are fairly old tho.
>
> Did this support get added in?
> Could someone point me to
Hi,
I'm facing the task of migrating two cyrus 2.0 servers over to a single one,
and I'd like to be sure I'm doing things TheRightWay (tm). The first task is
simply moving the mailboxes over. I could always just create their mailboxes
and resubmit older email, but I'd rather not.
>From what I
I'm actually using websieve to create the scripts... they get to the server
just fine, they just never seem to be getting executed...
I dont believe I did... I'm about 95% sure I tried that course of action
(recompiling, making sure that sieve was installed) and didnt have any
change in results..
Hi Ken, thanks for the response...
I ran this sieve script:
require "fileinto";
if header :contains "Subject" "Blah"
{fileinto "INBOX.Blah";}
and it _did_ work without a hitch.
Ok, so whats next?
- Original Message -
From: "Ken Murchison" <[EMAIL PROTECTED]>
To: "Mike Grommet"
Manuel Hendel schrieb:
>
> On Thu, Feb 21, 2002 at 10:29:53PM +0100, Manuel Hendel wrote:
> > How can I solve this problem? I'm trying to use procmail to filter and
> > the cyrus deliver program to deliver the mail.
> >
> > :0:
> > * ^To: [EMAIL PROTECTED]
> > | /usr/local/cyrus/bin/deliver user
On Fri, Feb 22, 2002 at 07:35:55AM +0100, Simon Matter wrote:
> What are the permissions of /usr/local/etc/imap/socket/lmtp?
> In my situation they are
> srwxrwxrwx1 root root0 Feb 20 14:17 lmtp
They are
srwxrwxrwx 1 root cyrus0 Feb 21 23:27 lmtp
I think that's ok.
Ma
Manuel Hendel schrieb:
>
> On Fri, Feb 22, 2002 at 07:35:55AM +0100, Simon Matter wrote:
> > What are the permissions of /usr/local/etc/imap/socket/lmtp?
> > In my situation they are
> > srwxrwxrwx1 root root0 Feb 20 14:17 lmtp
>
> They are
> srwxrwxrwx 1 root cyrus0
On Fri, Feb 22, 2002 at 08:18:38AM +0100, Simon Matter wrote:
> > They are
> > srwxrwxrwx 1 root cyrus0 Feb 21 23:27 lmtp
> > I think that's ok.
>
> What about directory permissions?
drwxr-x--- 10 cyrus cyrus512 Feb 21 14:10 imap
That is as it should be from the documentation.
drw
Manuel Hendel schrieb:
>
> On Fri, Feb 22, 2002 at 08:18:38AM +0100, Simon Matter wrote:
> > > They are
> > > srwxrwxrwx 1 root cyrus0 Feb 21 23:27 lmtp
> > > I think that's ok.
> >
> > What about directory permissions?
>
> drwxr-x--- 10 cyrus cyrus512 Feb 21 14:10 imap
> That is a
58 matches
Mail list logo