Re: Migration Questions

2001-07-09 Thread Matt Prigge
> In my current setup, I have a database that maps users to their > mailboxes, arranged in a mailboxes/domainname/username fashion. Users > actually login using [EMAIL PROTECTED] as a username. I want similiar > behaviour with Cyrus... Perdition is a pretty decent IMAP/POP proxy which you can lin

Re: db3 DBERROR

2001-07-09 Thread christoph
Hi, it seems to me, that you've got a berkeley db compatibility problem - It seems to me, that the berkeley database is not up to date. recompile the db and then compile the SASL library, afterwards do the compile of the imap server. I had similar problems until I recompiled whole the thing wi

Re: Cyrus IMAP - LDAP - Webbased Administration

2001-07-09 Thread Norbert Sendetzky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all I've uploaded the latest stable release of our web-based imap/ldap administration tool as tarball a few minutes ago. http://www.linuxnetworks.de/enterprise/mail/download/index.html Have fun with the code. If you modify or extend the code, i

cyrus: cannot validate a user that exist on the /etc/passwd file

2001-07-09 Thread David
Hi to everybody: I'm trying to setup a imap in a linuxbox. I have cyrus software listening on ports pop3 and imap. I use this rpm packages: cyrus-sasl-1.5.24-17 cyrus-imapd-2.0.9-3 Here you have the contents of /etc/imap.conf [ develop2 ] ~ # cat /etc/imapd.conf configdirector

Re: cyrus: cannot validate a user that exist on the /etc/passwd file

2001-07-09 Thread Wolfgang Schäfer
in your imap.conf is a config error! if you want to use shadow as auth method you should use: # The mechanism used by the server to verify plaintext # passwords.Possible values also include "ker­ # beros_v4", "passwd", and "shadow". # sasl_pwcheck_method: PAM sasl_pwcheck_method: shadow

Re: cyrus: cannot validate a user that exist on the /etc/passwd file

2001-07-09 Thread Artur Frysiak
On Mon, Jul 09, 2001 at 10:13:35AM -0100, David wrote: > Hi to everybody: > > I'm trying to setup a imap in a linuxbox. I have cyrus software > listening on ports pop3 and imap. > > I use this rpm packages: > > cyrus-sasl-1.5.24-17 > cyrus-imapd-2.0.9-3 > > Here you have the conten

vacation does not work

2001-07-09 Thread Pavel Levshin
Hello, I am using Cyrus Imap 2.0.12. Nearly everything works fine, but vacation feature of Sieve does not. All auto-generated messages are sent to "root@unspecified-domain". As I have noted, this is because envelope sender of all messages is set to "root" instead of real sender when they come to

reconfig by SIGHUP

2001-07-09 Thread Hajimu UMEMOTO
Hi, It seems reconfig is not working well. There are two problems: - The master doesn't issue shutdown(2) at clean up sockets. So, re-bind to same address fails with `Address already in use' at least under FreeBSD. - Since the master is running without root privilege, re-bind to

Re: vacation does not work

2001-07-09 Thread Shawn Sivy
Pavel Levshin wrote: > > Hello, > > I am using Cyrus Imap 2.0.12. Nearly everything works fine, but > vacation feature of Sieve does not. All auto-generated messages are > sent to "root@unspecified-domain". > > As I have noted, this is because envelope sender of all messages is > set to "root"

Re: reconfig by SIGHUP

2001-07-09 Thread Ken Murchison
Hajimu UMEMOTO wrote: > > Hi, > > It seems reconfig is not working well. There are two problems: > > - The master doesn't issue shutdown(2) at clean up sockets. So, > re-bind to same address fails with `Address already in use' at > least under FreeBSD. How does shutdown() affect

Re: sasl + pam_ldap woes

2001-07-09 Thread Philipp Sacha
"Kevin J. Menard, Jr." wrote: > > Hey Adi, > > Friday, July 06, 2001, 5:06:36 PM, you wrote: > > AL> Hi Kevin, > > AL> When I tried the pam_ldap authentication method I experienced a 'weird' > AL> phenomena. > > AL> When trying to authenticate with a proper username and password I would > AL>