Re: (start_)tls and openssl-0.9.8a

2005-11-22 Thread Goetz Babin-Ebell
Nikola Milutinovic wrote: Goetz Babin-Ebell wrote: Nikola Milutinovic wrote: Hmm, first of all, why "no-idea, no-rc5"? You have better implementations on your system? I usually let OpenSSL be the provider of those algorithms. Because idea and rc5 have patent issues ? Heh, forgot about th

Re: Disabling client IP reverse DNS?

2005-11-22 Thread Scott Balmos
Ken Murchison wrote: Scott Balmos wrote: Hi all, I know in a virtual domain setup, if a user connects with an unqualified username, the server does a reverse DNS lookup on the *server's* incoming connection IP, to determine a default virtual domain name. But how do I disable Cyrus from d

cyrus auth paths?

2005-11-22 Thread Bill Kearney
So, let me get this straight, using current versions of postfix, cyrus and sasl2 it's possible to authenticate in several different ways: postfix - 1) via sql directly in main.cf postfix - 2) via saslauthd a) using sql configured in /usr/lib/sasl2/smtpd.conf

Re: Disabling client IP reverse DNS?

2005-11-22 Thread Ken Murchison
Scott Balmos wrote: Hi all, I know in a virtual domain setup, if a user connects with an unqualified username, the server does a reverse DNS lookup on the *server's* incoming connection IP, to determine a default virtual domain name. But how do I disable Cyrus from doing a reverse DNS on the

howto out of date?

2005-11-22 Thread Bill Kearney
It seems like most of the various howto websites aren't in sync with the current state of cyrus imap and sasl2. That is, since postfix and cyrus can both speak SQL natively where's the point in bothering with use of pam_mysql? Not to knock it, of course, but why bother using it along with pam an

Re: Moving IMAP mails to an another server

2005-11-22 Thread Andreas Haase
On Tue, 22 Nov 2005, Scott M. Likens wrote: Otherwise, live with the small price you paid. Mark all as read, and be happy! he could also try to use imapsync to copy all his mails with all imap flags. Regards, Andreas Haase Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ:

Re: Moving IMAP mails to an another server

2005-11-22 Thread Scott M. Likens
You forgot /var/imap (or it's equivilent) Which stores the 'seen' database. You can of course archive it and copy it over, but you'll more then likely have to do a db_dump and try and import it. Because it may not be the same exact version of bdb. If that is of course the case, you'd have to du

cyrus-sasl, postfix, courier, mysql: imap working, pop3 not

2005-11-22 Thread snackaugust
Hey everyone, hope someone is listening and kind to help some stupid who changed a running system. :-) I believe I have installed the system a couple of months ago following this or a similiar guide - not sure: http://www.phparchitecture.com/howto_show.php?id=2 It used to run until yesterday.

Re: Memory footprint reduction possible ?

2005-11-22 Thread Rob Mueller
Understand that the mapped virtual memory represents files that are mmap()'d into memory (likely most are part of the database files), but the pages are not necessarily loaded into memory until they're read. I'd guess the bulk of the memory in your RSS (resident size set; the physical memory tha

Moving IMAP mails to an another server

2005-11-22 Thread Balazs Pocze
Hi! So, I had to change my old imap server for a new one, but I don't know how to move the imap datas. On the old server I do the following: #su - cyrus -c "/usr/sbin/ctl_mboxlist -d" > /srv/backup/mboxlist (It runs debian) and then make a tar.gz backup of the /var/spool/cyrus/mail director

Re: Memory footprint reduction possible ?

2005-11-22 Thread Carlos Horowicz
Hi Wil Cooley wrote: On Tue, 2005-11-22 at 00:06 -0300, Carlos Horowicz wrote: The process size of imapd, pop3d or lmtpd is between 60 and 100M , with resident size of only between 5 or 10M. I tried changing berkeley_cachesize , and the type of mailboxes.db (skiplist and berkeley) but n

Re: (start_)tls and openssl-0.9.8a

2005-11-22 Thread Andreas Hasenack
On Tue, Nov 22, 2005 at 07:34:07AM +0100, Nikola Milutinovic wrote: > >What didn't work (./Configure); > >zlib no-idea no-mdc2 no-rc5 no-ec no-ecdh no-ecdsa shared > > > >What worked: > >no-idea no-rc5 shared > > > > Hmm, first of all, why "no-idea, no-rc5"? You have better Patents > If you hav

Re: (start_)tls and openssl-0.9.8a

2005-11-22 Thread Nikola Milutinovic
Goetz Babin-Ebell wrote: Nikola Milutinovic wrote: Hmm, first of all, why "no-idea, no-rc5"? You have better implementations on your system? I usually let OpenSSL be the provider of those algorithms. Because idea and rc5 have patent issues ? Heh, forgot about that one... Why does OpenSS

Re: (start_)tls and openssl-0.9.8a

2005-11-22 Thread Goetz Babin-Ebell
Nikola Milutinovic wrote: Andreas Hasenack wrote: On Mon, Nov 21, 2005 at 03:15:03PM +0100, Nikola Milutinovic wrote: Then there is a change in semantics of the OpenSSL API and somebody will have to dig through the docs. Just changed a build option for openssl. What didn't work (./Config