Martin Ziegler wrote:
Hi Michael,
i already got it configured to authenticate users against a mysql
database. It works fine. I have simply no experiences with the
virtdomain features. I already read all the documentation stuff but to
be honest from my point of view there are some things which ar
On Mon, 16 Aug 2004, Martin Ziegler wrote:
> does that mean that there must be a valid user account before i create the
> mailbox ?? To be honest i can't believe this because when i use imapd
> without virtdomains this is not the case.
>
> > This means that imap does not find the user "[EMAIL PROT
Shawn Sivy wrote:
Is it safe to use reconstruct while the cyrus system is up and people
are accessing mailfolders, delivering mail, etc?
Yes.
Does reconstruct lock
the mailbox it is reconstructing so no updates can be made during that
time?
Yes.
Thanks,
-Shawn
---
Cyrus Home Page: http://asg.
热烈庆祝北京光华管理科学研究院MBA联考辅导班开班五周年!
八月班庆五周年,报班五折大优惠
(我们给你的不是不能兑现的承诺,而是看得见的实惠。)
1、报班A套餐(远程保过班,适合上网方便学员):
2280 元 ( 远程强化提高班 ) +100 元(送远程模考班) +100 元 ( 送远程冲刺班 ) + 100 元 (
送远程基础强化班 )=2580 元(实际价值 5320 元,实得优惠 2740 元)
2、报班B套餐(面授全程班,适合面授方便学员):
2680 元 (强化提高班) +100 元(送模考班) +100 元 ( 送冲刺班 ) +
On Mon, 16 Aug 2004 08:08:29 +0200
Martin Ziegler <[EMAIL PROTECTED]> wrote:
> Hi Michael,
>
> i already got it configured to authenticate users against a mysql
> database. It works fine. I have simply no experiences with the virtdomain
> features. I already read all the documentation stuff but t
On Sat, Aug 14, 2004 at 05:57:55PM +0200, Jukka Salmi wrote:
> On gssapi.html[4] it tells about environment variables used by the
> kerberos libraries to determine the keytab file, i.e. KRB5_KTNAME for
> Heimdal (which I can confirm to be correct).
That variable only works for MIT as far as I know
hi there!
i am using cyrus,postfix mail. i am having problems for checking users mail
password from the mysql db. i was doing it previously, my db and mail was in
the same server. but i wanna move the db to a different server now. i have
done the following things,
* added an user in mysql for the
When someone deletes a folder or moves a folder to their local hard disk
(which should delete it on the server), the directory still existing on
the cyrus server eventhough there is no longer a reference to it in the
cyrus databases (mailboxes.db). All of the messages (and cyrus.* files)
are r
On Mon, Jul 26, 2004 at 02:53:03AM +0300, Kristjan Kotkas wrote:
> Hi,
>
> most probably this is a no brainer for you, but after 7 days of
> googeling I cant ask the right question in google, also going through
> the mailing list I find similar problems, but nothing so far seems to work.
>
> I'
I am trying to add users using addusers script as mentioned in the IMAP
book, chapter - 9. First few lines of the script is:
#!/usr/local/bin/cyradm -file
# Batch Cyrus user creation script. Usage: addusers filename
When I run it from the same machine (i.e the
I had the same behavior. Sieve filtering worked fine, but vacation
did not work. After much searching, I discovered this ...
http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&searchterm=vacation&msg=22894
My squirrelmail plugin did not require the user to fill in the "addres
Thanks to Edward Rudd and Simon Matter, who helped sort this out.
First:
--with-mboxlist-db=skiplist- no difference.
This is no longer supported in cyrus 2.2.x dB formats are specified only
in the configuration file.
No, I realized that when I looked into the configure file. Th
Hi,
I am using saslauthd to control access to a mail server running SMATP
AUTH. Can I check for the existance or lack of existance of a ldap
attribute using saslauthd?
Here is what I have in /etc/saslauthd.conf now:
ldap_auth_method: bind
ldap_servers: ldap://172.28.1.22
ldap_search_base: ou=p
On Tue, 10 Aug 2004, Rob Tanner wrote:
Unfortunately, it doesn't look like sieveshell does what I was hoping for.
I'm looking for some tool that will allow me, as the administrator, to manage
other users' sieve space (add/modify scripts, etc). Do you have any
suggestions?
Sadly I don't believe the
On Mon, 16 Aug 2004, Adi Linden wrote:
Hi,
I am using saslauthd to control access to a mail server running SMATP
AUTH. Can I check for the existance or lack of existance of a ldap
attribute using saslauthd?
Here is what I have in /etc/saslauthd.conf now:
ldap_auth_method: bind
ldap_servers: ldap://
On Fri, 13 Aug 2004, Stefan Suurmeijer wrote:
Hi list,
I'm having some trouble getting sieve to work. I've just installed my new
machine, cyrus is working flawlessly, but sieve isn't. Nothing is filtered,
and in the logs I see the following errors:
sieve runtime error for stefan id
<[EMAIL PROT
Hi Adi,
The trick is that your filter must be a complete ldap filter to find the
user. This is documented somewhere in the saslauthd ldap documentation.
The default filter is:
ldap_filter: (cn=%U)
Where %U represents the case unchanged version of the username. i.e. if I
am "[EMAIL PROTECTE
Shawn Sivy wrote:
When someone deletes a folder or moves a folder to their local hard disk
(which should delete it on the server), the directory still existing on
the cyrus server eventhough there is no longer a reference to it in the
cyrus databases (mailboxes.db). All of the messages (and cyr
Andreas --> cyrus-sasl (2004-08-16 10:17:54 -0300):
> On Sat, Aug 14, 2004 at 05:57:55PM +0200, Jukka Salmi wrote:
> > On gssapi.html[4] it tells about environment variables used by the
> > kerberos libraries to determine the keytab file, i.e. KRB5_KTNAME for
> > Heimdal (which I can confirm to be
All,
>From monitoring the list I *thought* I could send an email in the
following format [EMAIL PROTECTED] and it would go into the spam
folder for testuser1. I just tried this though, and it didn't work.
I'm still in the learning phase here, so is my assumption that the email
should appear in t
Hi John,
You are correct in that the myNewUser attribute is optional. Therefore I
configured /etc/saslauth.dconf like this:
ldap_auth_method: bind
ldap_servers: ldap://172.28.1.22
ldap_search_base: ou=people,dc=example,dc=ca
ldap_use_sasl: no
ldap_filter: (&(uid=%u)(|(!(myNew
Maybe somebody can help with this:
I'm working my way through a Postfix/Cyrus/SASL setup with the intention of adding
MySQL later.
I have come so far that I can see files named __db. grow in the
/var/lib/cyrus/db directory (Debian woody).
However, no mail ends up in the mailboxes underneath th
On Mon, 2004-08-16 at 15:37, Mike Jones wrote:
[...]
> However, no mail ends up in the mailboxes underneath the
>
> /var/spool/cyrus/mail directory.
[...]
Start with the logs. What does Postfix tell you? I think on Debian the
logging goes in /var/log/mail.log - does it look like Postfix has
succe
Kevin Williams wrote:
All,
From monitoring the list I *thought* I could send an email in the
following format [EMAIL PROTECTED] and it would go into the spam
folder for testuser1. I just tried this though, and it didn't work.
I'm still in the learning phase here, so is my assumption that the email
On Mon, 2004-08-16 at 16:29, Ken Murchison wrote:
> Kevin Williams wrote:
> > All,
> >
> >>From monitoring the list I *thought* I could send an email in the
> > following format [EMAIL PROTECTED] and it would go into the spam
> > folder for testuser1. I just tried this though, and it didn't work.
Hi there,
I have a problem with my old easysieve-script and a new cyrus(2.1.15)
installation. If I produce an autorespond message like this:
Date: Mon, 12 Jul 2004 11:23:04 +0200
X-Sieve: CMU Sieve 2.2
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Re: test
In-Reply-To: <[EMAIL P
26 matches
Mail list logo