In order to get around it, I'm using FreeBSDs jail(8) facility to create
virtual machines ... I imagine you could do something similar with FreeVSD
for Linux as well ... ?
On 10 Dec 2000, Amos Gouaux wrote:
> A while ago there was some ideas kicking around regarding supporting
> different virtu
A while ago there was some ideas kicking around regarding supporting
different virtual domains. Have these thoughts progressed any?
Just curious where that had been left off.
Perhaps master could take a -c option to override the imapd.conf
location? You could then select a LMTP socket specific
Does this still happen? Have you tried reconstructing the mailbox?
Any further debugging data? A gdb backtrace?
Larry
--On Wednesday, November 22, 2000 03:35:14 PM -0800 Allan Rafuse
<[EMAIL PROTECTED]> wrote:
> The code works fine 98% of the time, but some users it seems to
> core dump on
looking further at my problem, I'm wonderin gif maybe its a size thing:
total 125020
-rw--- 1 cyrus cyrus177508 Dec 10 20:32 9550.
-rw--- 1 cyrus cyrus 28696 Dec 10 20:32 cyrus.index
-rw--- 1 cyrus cyrus 47595796 Dec 10 20:32 cyrus.cache
-rw--- 1 cyrus cyrus
On my solaris 8 box I had to pretty cleanly go out of my way to install the
GNU utilities, because the SUN stuff is proprietary. Try going to
http://www.sunfreeware.com and get the prebuilt packages just to save time
downloading and compiling. Edit PATH, and LD_LIBRARY_PATH and try again.
I've
This smells like a corrupted cyrus.index file; try running reconstruct on
the affected mailbox.
Larry
--On Tuesday, November 28, 2000 10:22:03 AM +0100 Artur Frysiak
<[EMAIL PROTECTED]> wrote:
> Hello
> I have cyrus-imapd 2.0.7.
> Some time imapd eat 90% CPU time.
> I start gdb and see:
> (gd
--On Wednesday, November 15, 2000 08:21:43 AM +0100 Frank Richter
<[EMAIL PROTECTED]> wrote:
>>>a user has a sieve file containing:
>>> redirect "[EMAIL PROTECTED]";
>>> keep;
>>>It works fine, but when this user's mailbox is over quota ...:
>>>Whenever sendmail runs its
If this hasn't been answered, you can edit your messages line to do:
*.*;mail.none;news.none;local6.none -/var/log/messages
You might also want to change local6.debug to local6.notice for cyrus.log, to
eliminate the really detailed message logging that's going on there.
Larry
--On Sunday,
This is a MySQL error, not Cyrus. You need to give the user foo access
to SELECT from the database on localhost.
Paul
Tim Evans wrote:
>
> >It would greatly assist us in helping you if you post some configuration
> >details, error messages, or symptoms for those of us that are familiar
> >with
--On Monday, November 20, 2000 10:20:18 AM -0700 Tim Pushor
<[EMAIL PROTECTED]> wrote:
> Hello,
>
> I just upgraded Cyrus IMAP 1.5.x to 1.6.22 on a small server with only a
> few dozen users. The only problem I am currently having is that folder
> subscriptions are kept inside a directory name
edited it in /proc/sys/fs/file-max
Went to the extreme to try to get it to work.
Paul
Daryl Tester wrote:
>
> Paul Wiechman wrote:
>
> > That didn't work. Gave Linux 65535 FD's and quota still gives 'quota:
> > System I/O error Too many open files'.
>
> _Where_ (and how) did you give Linux t
mailbox is empty ... I can't find any way of doing debugging on this
... loadavg on the machine is pretty much zero ... disk space is >3gig
free ... sendmail is 8.11 ... cyrus imapd is 2.0.7 ... there are no quotas
set for the account(s) ...
logs show nothing ... suggestions on what I need to do
--On Thursday, December 07, 2000 09:54:27 PM +1100 Jeremy Howard
<[EMAIL PROTECTED]> wrote:
> As some of you may know, Cyrus has a hook that allows new mail
> notifications to be implemented. It comes with a Zephyr notification hook.
>
[...]
>
> The current notify() code does no error checking
Paul Wiechman wrote:
> That didn't work. Gave Linux 65535 FD's and quota still gives 'quota:
> System I/O error Too many open files'.
_Where_ (and how) did you give Linux that many file descriptors?
There is a system wide limit defined (in fs.file-max and
fs.inode-max in sysctl naming convention
Tim Evans wrote:
>
> While this would appear to be the way to go here, I've not been able to make
> it work. The doc's with the pam_mysql module are pretty skimpy. I'd like
> to hear from someone who has made this work, and get some additional help.
>
It would greatly assist us in helping you
If you want groups that the imap server will use for authorization
purposes, there's no support on this from the Cyrus IMAP side. (See my
previous message about authorization backends.) You'd have to look at
writing a new auth_ldap.c in the lib directory. (See auth_unix, for
instance.)
Bea
This was an oversite in the Perl implementation (because us silly people
use Kerberos and it just slipped our mind). Look for it to be fixed in the
future, but it hasn't been done yet.
The basic problem is that the imclient library didn't allow libsasl
callbacks to be set when the perl interf
Shouldn't this be passwd=bar instead of password=bar ?
Tim Evans wrote:
>
> #%PAM-1.0
> authoptional/lib/security/pam_mysql.so user=foo password=bar
> db=healthhub table=auth usercolumn=username passwdcolumn=password crypt=1
> account required/lib/security/pam_mysql.so user=f
--On Monday, November 20, 2000 11:34:15 AM +1100 Tristan Ball
<[EMAIL PROTECTED]> wrote:
> Note: this is not something I have tried, or even wish to, as my largest
> cyrus email server handles 250 users at the moment, easily handled by a
> Sun E450. :-)
>
> I've seen the messages poo-pooing us
Are you using "bison" or "yacc" to compile the .y files? Are you
rebuilding them or using the included .c files?
Larry
--On Tuesday, November 28, 2000 03:23:02 PM + Anders Holm
<[EMAIL PROTECTED]> wrote:
> Hi!
>
> I'm a newbie to Cyrus that has a question.
>
> I'm trying to compile Cyrus
Sendmail 8.9 supports LMTP and will work, but not over a unix domain socket.
8.10 will speak LMTP over a unix domain socket (recommended) and will be
easier to configure to allow +detail delivery.
Larry
--On Monday, November 27, 2000 02:54:37 PM +1100 Evan McLean
<[EMAIL PROTECTED]> wrote:
>
Currently, yes, Berkeley DB is required for Cyrus IMAP 2.x.
MySQL wouldn't be sufficient for what Cyrus uses Berkeley DB for, as we
need a reliable, transactional database. (The new MySQL transactions use
Berkeley DB underneath, anyway, so using MySQL probably wouldn't be much of
a win.)
Lar
>It would greatly assist us in helping you if you post some configuration
>details, error messages, or symptoms for those of us that are familiar
>with this combination.
>
Thanks, the system is a Cobalt RAQ4i, running Cobalt's modified Red Hat 6.x,
Apache 1.3.12. I have separately installed PHP
I'm using cyrus-imapd-2.0.7, cyrus-imspd-v1.6a2, and sendmail-8.11.1
with cyrus-sasl-1.5.24. I've built SASL with LOGIN authentication.
How to I tell imapd and imspd to advertize this method? They only
advertize DIGEST-MD5 and CRAM-MD5 now. For sendmail, I had to add
LOGIN to the AuthMechanisms
Paul Wiechman wrote:
>
> OK,
>
> Thanks, How do I tell Linux to add more file descriptors?
>
> Paul
I believe in linux that would be
echo #_of_descriptors > /proc/sys/fs/file-max
Eric
S/MIME Cryptographic Signature
Earlier, I asked:
>We already have all the userid's and passwords for the
>portal site in MySQL and would like to let users log into
>their IMP/Webmail accounts with the same password.
>
>I believe Cyrus/SASL authentication using PAM may be one way of doing this,
>but would hope this is a wheel so
OK,
That didn't work. Gave Linux 65535 FD's and quota still gives 'quota:
System I/O error Too many open files'.
Now if I erase ALL the quota roots, quota runs as I would expect.
In order to repair the quotaroots, are the supposed to be deleted and
then recreated via setquota command? Then run
Off-list, Steven Lembark wrote:
> Jeremy Howard wrote:
> > So, I've written a little C function that simply passes notifications on
to
> > a Unix socket. I've also written a pre-forking Perl daemon that listens
for
> > these notifications and reads in the information passed to the notify()
> > fun
28 matches
Mail list logo