Upgrade path fom 2.1.4 rpm to 2.1.12 tarball?

2003-04-05 Thread Jeff Bert
Are there any pitfalls with upgrading from 2.1.4 to 2.1.12? Well my case is more special than that... I was using 2.1.4 from Luca Olivetti's rpm's for Mandrake and plan to use the source tarballs direct from carnegie mellon... The one thing I see that might be non-standard is that Luca had some

RE: "." in foldername

2002-05-22 Thread Jeff Bert
in all versions of cyrus-imapd AFTER 2.0.16 you can use the imapd.conf setting of 'unixhierarchysep: yes' that will change the mail folders from being called 'user.johnsmith' to 'user/johnsmith' so then you can use dots in the name... like [EMAIL PROTECTED] would be 'user/john.smith'... note that

RE: SSL/TLS

2002-05-22 Thread Jeff Bert
anything because that's only for runtime. > > Does any of the above spark any insights with anyone? > > Thanks, > Lee > > -Original Message- > From: Jeff Bert [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 4:36 PM > To: Lee Hoffman > Cc

RE: SSL/TLS

2002-05-22 Thread Jeff Bert
also, i'd do a 'netstat -an | grep 993' to see if anything is listening on that port... i get: tcp 0 0.0.0.0:993 0.0.0.0:* LISTEN and my imaps port works. Jeff > -Original Message- > From: Jeff Bert [mailto:[EMAIL PROTECTED]] > Sent: Wednesd

RE: SSL/TLS

2002-05-22 Thread Jeff Bert
maybe you should look in /etc/xinetd.d/ and see if there is an imaps file floating unwarranted in there. maybe some other process is intercepting it... i know this is a wild guess jeff > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ken Murchi

RE: SSL/TLS

2002-05-22 Thread Jeff Bert
it sounds funny but in my 2.0.15 install I had STARTTLS working without that configure option. Jeff > -Original Message- > From: Lee Hoffman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 7:41 AM > To: 'Scott M Likens'; 'Jeff Bert'; [EMAIL PROTECT

RE: SSL/TLS

2002-05-21 Thread Jeff Bert
- > From: Lee Hoffman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 21, 2002 9:59 PM > To: 'Jeff Bert'; [EMAIL PROTECTED] > Subject: RE: SSL/TLS > > > Here is my imapd.conf: > > configdirectory: /var/imap > partition-default: /var/spool/imap > admins: admin

RE: SSL/TLS

2002-05-21 Thread Jeff Bert
also, you should use: # imtest -t "" -u lee -a lee -r server-name.com servername.com Jeff > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Lee Hoffman > Sent: Tuesday, May 21, 2002 8:21 PM > To: [EMAIL PROTECTED] > Subject: SSL/TLS > > > Hey all,

RE: SSL/TLS

2002-05-21 Thread Jeff Bert
did you add these to your imapd.conf: tls_ca_path: /path-to-ca-folder/ tls_ca_file: /path-to-ca-file/ tls_cert_file: /path-to-cert-file/ tls_key_file: /path-to-key-file/ ? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Lee Hoffman > Sent: Tuesday

RE: HORRIBLE SASL Auth Probs!!

2002-05-21 Thread Jeff Bert
AIL PROTECTED] > Subject: Re: HORRIBLE SASL Auth Probs!! > > > Jeff Bert wrote: > > > Did you compile cyrus-imapd-2.0.16 with the '--with-auth=unix' > option... if > > not that will explain it all. > > > > I just recompiled and reinstalle

RE: HORRIBLE SASL Auth Probs!!

2002-05-21 Thread Jeff Bert
-Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Phil Dibowitz > Sent: Tuesday, May 21, 2002 5:51 PM > To: [EMAIL PROTECTED] > Subject: Re: HORRIBLE SASL Auth Probs!! > > > Jeff Bert wrote: > > > > > Did you compile c

RE: HORRIBLE SASL Auth Probs!!

2002-05-21 Thread Jeff Bert
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Phil Dibowitz > Sent: Tuesday, May 21, 2002 5:10 PM > To: [EMAIL PROTECTED] > Subject: HORRIBLE SASL Auth Probs!! > > > Gah! > > I'm pulling my hair out trying to get this sasl stuff to work!! > I've re

RE: Secure Imap Problems

2002-05-21 Thread Jeff Bert
when you use '-m login' imtest bypasses the sasldb and goes straight for your shadow file. did you try that with a valid linux user? also, you might try starting saslauthd: # saslauthd -a pam & in imapd.conf sasl_passwd_check: sasldb # saslpasswd -c cyrususer # sasldblistusers *** NOTE WHA

RE: Compiling (was secure imap)

2002-05-21 Thread Jeff Bert
We feel... felt your pain... btw here's a pretty good HOWTO I used back when I compiled 2.0.15... note it has some differences since it includes the HIERSEP patch. http://dudle.linuxroot.org/docs/postfix_cyrus/ Jeff > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTEC

unixhierarchy/altnamespace & IMAP folders, bug?

2002-05-21 Thread Jeff Bert
When I use the unixhierarchy/altnamespace options in imapd.conf I can't create sub-folders in the main inbox but I can create folders outside the main inbox and then create subfolders in those. When I turn unixhierarchy/altnamespace off then I can create subfolders in the main inbox but not outsi

RE: What is wrong with ASMTP with SASLv2?

2002-05-20 Thread Jeff Bert
my <1 cent> is that I use plaintext passwords and don't like the idea that their password is transmitted whenever they're sending mail. I only use POP3S/IMAPS. I messed around with SMTPS but that was back in my totally newbie days (now I'm a newbie+) and never got it working so I just moved onto

RE: Cyrus 2.1.4 :Autentication problems

2002-05-20 Thread Jeff Bert
2 5:37 AM > To: Jeff Bert > Subject: Re: Cyrus 2.1.4 :Autentication problems > > > Hi, Jeff. > Sorry, I forget to include my imapd.conf: > > configdirectory: /eui/adm/imap > partition-default: /var/spool/imap > allowanonymouslogin: no >allowplaintext:yes &g

RE: FYI: pop-before-smtp works with cyrus-imapd-2.1.4

2002-05-19 Thread Jeff Bert
oops, forgot to set a flag, my bad. jeff > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Bert > Sent: Sunday, May 19, 2002 7:22 PM > To: Amos Gouaux; [EMAIL PROTECTED] > Subject: RE: FYI: pop-before-smtp works with

RE: FYI: pop-before-smtp works with cyrus-imapd-2.1.4

2002-05-19 Thread Jeff Bert
Drac, isn't too Linux Mandrake friendly: make chokes on missing header files: netdir.h netconfig.h (I have gnetconfig.h but not sure if that will work) sys/systeminfo.h (tried sys/sysinfo.h but make died saying too many arguments in function) and none of those header files exist in any of my r

RE: Patch for SMTP after IMAP

2002-05-19 Thread Jeff Bert
Any tips on how I can patch my rpm build? I've never patched a src rpm before. I have the source RPM from Luca Olivetti (thanks Luca) and want to try Ron's patch. Seems like a good idea to build this directly into cyrus-imapd. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[E

FYI: pop-before-smtp works with cyrus-imapd-2.1.4

2002-05-18 Thread Jeff Bert
I just wanted to let people know that the postfix addon software "pop-before-smtp" works seamlessly with cyrus-imapd-2.1.4 It's a great little script that checks the imapd log for valid pop3/imap logins and then writes the users IP to a hashed file that the smtpd daemon can check to validate a re

RE: does cvt_cyrusdb work? is it normal to have "DBERRORS db3: x lockers" messages?

2002-05-18 Thread Jeff Bert
> Luca Olivetti wrote: > Is that example configuration not good? > Dunno for sure. I tend to change something and test... change and test... change and test... but I didn't write everything down so I have to admit I'm not sure how I got rid of those db3 errors... I had them too but don't now...

RE: does cvt_cyrusdb work? is it normal to have "DBERRORS db3: x lockers" messages?

2002-05-17 Thread Jeff Bert
Luca, When I built the cyrus-sasl-2.1.2 rpm from your source files I noticed that the "make" output never had a "-I/usr/include/db3" which is where the include files for BerkeleyDB3.3 are stored from the Mandrake RPM's. I added a "CPPFLAGS=-I/usr/include/db3" in the cyrus-sasl.spec file before c

RE: PAM Authentication

2002-05-15 Thread Jeff Bert
what's your /etc/imapd.conf set to for sasl_pwcheck_method? what's your /etc/pam.d/imap set to? we need to know those to help trouble shoot... but... if in /etc/imapd.conf reads... ... sasl_pwcheck_method: saslauthd and your /etc/pam.d/imap is: # begin authrequired /lib/secu

RE: TLS error? cyrus-imapd-2.1.4

2002-05-15 Thread Jeff Bert
wlessly. Jeff > --On Tuesday, May 14, 2002 7:33 PM -0700 jeff bert > <[EMAIL PROTECTED]> wrote: > > > I've gotten cyrus-imapd-2.1.4 working with the unencrypted > ports and have > > now moved to getting the secure ports working. I created a self-signed > &g

TLS error? cyrus-imapd-2.1.4

2002-05-14 Thread jeff bert
ay 14 19:20:33 jabba imap3d[2648]: TLS engine: cannot load CA data after that it works... Is this an error I need to be concerned about or is this just the result of self-siging the certificate? Thanks, Jeff Bert

RE: cyradm problem?... cyrus-imapd-2.1.4

2002-05-13 Thread jeff bert
> > jeff bert wrote: > > > > So, is this a bug in my system or a "feature" of 2.1.4? Any > ideas? Or have > > they actually implemented the man page's warning that Tcl short style > > options may be done away with? > > I fell for that too (f

cyradm problem?... cyrus-imapd-2.1.4

2002-05-11 Thread jeff bert
I installed cyrus-imap-2.1.4 and have found a quirk that I don't know if it's a bug, change in feature or what. When I try to connect to the cyrus server via the command (same I successfully used in 2.0.15): # cyradm -u cyrus -s my.host.com it hangs up and won't connect... but if I run it with:

RE: saslauthd: /var/state/saslauthd: No such file or directory

2002-05-07 Thread jeff bert
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Simon Matter > Sent: Tuesday, May 07, 2002 1:30 AM > To: jeff bert > Cc: [EMAIL PROTECTED] > Subject: Re: saslauthd: /var/state/saslauthd: No such file or directory &g

saslauthd: /var/state/saslauthd: No such file or directory

2002-05-06 Thread jeff bert
After installing cyrus-imapd-2.1.4 and cyrus-sasl-2.1.2 and trying to start up saslauthd I get this error message: saslauthd: /var/state/saslauthd: No such file or directory so I created that directory manuall and don't get the error any longer but I was curious does this show a sympton that som

RE: New RPMs

2002-05-06 Thread jeff bert
> Simon wrote: > > Did you install on RedHat 7.2? If yes, make sure you have current > updates installed, if no, I don't know. > No I use Linux Mandrake 8.1 > This is what I have installed: > > [root@dhcp-141-104 SRPMS]# rpm -qa | grep cyrus > cyrus-imapd-devel-2.1.4-1 > cyrus-sasl-md5-2.1.2

RE: New RPMs

2002-05-06 Thread jeff bert
I'm trying to install this and it's saying that to files are required: libcrypto.so.2 libssl.so.2 but openssl is only up to verion 0.96d so is this just a linked name to libssl.so.0 ? Jeff > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Simon Ma

RE: New RPMs

2002-05-06 Thread jeff bert
I've gotten 5 copies of this same email... am I the only one who got this many? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Simon Matter > Sent: Monday, May 06, 2002 12:10 AM > To: info-cyrus > Subject: New RPMs > > > I have upgraded my Cyrus RP

RE: New RPMs

2002-05-06 Thread jeff bert
possible to use slash as the hierarchy seperator, instead of a period. (Ken Murchison, inspired by David Fuchs, [EMAIL PROTECTED]) ... Coolio! Jeff > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of jeff bert > Sent: Monday, May 06, 2002 12:50 A

RE: New RPMs

2002-05-06 Thread jeff bert
does this version allow the admin to setup mailboxes in the hiersep manner like that patch to 2.0.15 so that you can store mailboxes as [EMAIL PROTECTED] ? and thanks for making them into RPM's. I had to do a bunch of voodoo to get the tarball cyrus-imap to install with my RPM installs of cyrus-

v2.1.2 upgrade

2002-04-23 Thread jeff bert
I'm currently using cyrus version 2.0.15 with the HIERSEP patch. with cyrus-sasl-1.5.27 What pitfalls can I expect to encounter if I upgrade to cyrus-2.1.2? Do I need to remove cyrus-sasl-1.5.27 in order to install SASLv2? Thanks, Jeff

RE: outlook and closed connections

2002-04-22 Thread jeff bert
All I can add is that I saw this behaviour with Outlook 2000 and cyrus versions 2.0.15 and 2.0.16. I then changed all accounts to POP accounts since no one was really using the IMAP features and if they wanted their msgs stored all they had to do was unset "delete messages on server after downlo

RE: cyrs-imapd HIERSEP?

2002-03-10 Thread Jeff Bert
thanks, yeah that was the link, the oceana ftp site. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ken Murchison > Sent: Sunday, March 10, 2002 5:45 PM > To: [EMAIL PROTECTED] > Subject: Re: cyrs-imapd HIERSEP? > > >

cyrs-imapd HIERSEP?

2002-03-10 Thread Jeff Bert
can anyone point me to where i can d/l this? the link on the howto page at http://dudle.linuxroot.org/docs/postfix_cyrus/ is broken. sorry if you think I've been flooding info-cyrus lately with all my questions... all have been answered except for this one. thanks all, Jeff

RE: adding users via script

2002-03-10 Thread Jeff Bert
rom: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Bert > Sent: Sunday, March 10, 2002 4:39 AM > To: [EMAIL PROTECTED] > Subject: RE: adding users via script > > > Birger, the script worked after I changed the method of how I > installed the > Cyrus IMAP

RE: sasldb odd location (non-html)

2002-03-10 Thread Jeff Bert
Disregard this. I used the HOW-TO at http://dudle.linuxroot.org/docs/postfix_cyrus/ and used all the tarballs so now my sasldb is in the /etc/ folder. thanks. Jeff > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Bert > Sent: Sat

RE: adding users via script

2002-03-10 Thread Jeff Bert
to:[EMAIL PROTECTED]]On Behalf Of Birger > Toedtmann > Sent: Saturday, March 09, 2002 6:27 AM > To: Jeff Bert > Cc: [EMAIL PROTECTED] > Subject: Re: adding users via script > > > Jeff Bert schrieb am Fri, Mar 08, 2002 at 11:04:43AM -0800: > > Thanks all but it looks

RE: Cyrus IMSP / ACAP

2002-03-10 Thread Jeff Bert
Disregard, I read the manual and now understand these. Jeff > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Bert > Sent: Friday, March 08, 2002 9:17 PM > To: [EMAIL PROTECTED] > Subject: Cyrus IMSP / ACAP > > >

sasldb odd location (non-html)

2002-03-09 Thread Jeff Bert
my sasldb is called sasl.db and installed into /var/lib/sasl/ is there something I need to set for cyradm to see this? I've been having problems with cyradm connecting to the server and it never asks me for a password even tho' my mail admin is in the sasl db. i set it up like this: #./configu

sasldb odd location

2002-03-09 Thread Jeff Bert
my sasldb is called sasl.db and installed into /var/lib/sasl/   is there something I need to set for cyradm to see this?   I've been having problems with cyradm connecting to the server and it never asks me for a password even tho' my mail admin is in the sasl db.   i set it up like this:

Cyrus IMSP / ACAP

2002-03-08 Thread Jeff Bert
what does these do and are either req'd for cyrus-imapd-2.0.16 ? Jeff

cyrus admin

2002-03-08 Thread Jeff Bert
when I set cyrus up with SASL auth everything works well. then when I reboot I can't login under my cyrus admin any longer. I check the sasldbuserslist and the admin is still there. but the cyrus mail system is still working. the cyrus admin is not a real user on my system, does "he" need to be

RE: starting cyrus at boot?

2002-03-08 Thread Jeff Bert
27;) > echo "Shutting down Cyrus Master Process" > /usr/bin/killall master 1>/dev/console 2>&1 > ;; > > 'restart') > echo "Restarting Cyrus Master Process" > /usr/bin/killall -HUP master 1>

RE: adding users via script

2002-03-08 Thread Jeff Bert
> # Set the quota > if ($quota) > { > print STDERR "Setting quota for $mbox to $quota\n" if $debug; > $cyrus->setquota($mbox, 'STORAGE', $quota); > warn $cyrus->error if $cyrus->error; > } > > > - Original Message - >

adding users via script

2002-03-08 Thread Jeff Bert
I'm trying to find a script that will allow me to add users via a single command line entry. I found "imapcreate.pl" at sourceforge but it seems to choke on every call to the Cyrus::IMAP libraries. Has anyone done something like this or modified this perl script to work? Jeff

RE: starting cyrus at boot?

2002-03-08 Thread Jeff Bert
us at boot? > > > On Fri, 8 Mar 2002 01:03:01 -0800 > "Jeff Bert" <[EMAIL PROTECTED]> wrote: > > > Sure, I have: > > > > Linux Mandrake 8.1, kernel 2.4.8 > > > > I installed cyrus-imapd-2.0.16 from the tarball > > that I dow

RE: starting cyrus at boot?

2002-03-08 Thread Jeff Bert
TECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: starting cyrus at boot? > > > Hi, > > Please give us some more info, > > did you > - install from source? > - on what os? > - what cyrus version? > > Tarjei > > Jeff Bert wrote: > > >I

RE: cyrus and SSL/stunnel

2002-03-07 Thread Jeff Bert
ROTECTED]]On Behalf Of [EMAIL PROTECTED] > Sent: Thursday, March 07, 2002 11:14 PM > To: [EMAIL PROTECTED] > Subject: RE: cyrus and SSL/stunnel > > > On Thu, 7 Mar 2002, Jeff Bert wrote: > > > darnit, now you've got my curiosity peeked again ;) > > > >

starting cyrus at boot?

2002-03-07 Thread Jeff Bert
I know this is a newbie question but with all I had to do to get cyrus installed my brain hurts... what's a good way to get cyrus started at boot? thanks, Jeff

RE: cyrus and SSL/stunnel

2002-03-07 Thread Jeff Bert
On Behalf Of Amos Gouaux > Sent: Thursday, March 07, 2002 10:13 PM > To: [EMAIL PROTECTED] > Subject: Re: cyrus and SSL/stunnel > > > >>>>> On Thu, 7 Mar 2002 21:40:50 -0800, > >>>>> Jeff Bert <[EMAIL PROTECTED]> (jb) writes: > > jb> I

cyrus and SSL/stunnel

2002-03-07 Thread Jeff Bert
I'm trying to get cyrus secured via SSL using stunnel and haven't been successful yet... this is what I've tried: editted cyrus.conf: SERVICES { ... ... pop3cmd="/usr/sbin/stunnel -p /etc/stunnel/stunnel.pem -l pop3d" listen="pop3" prefork=0 ... ... } is anything like this possible?