RE: Creating INBOXes noninteractively

2006-01-05 Thread Andrew Morgan
On Thu, 5 Jan 2006, Rosenbaum, Larry M. wrote: This script requires a password, which means you have to run it interactively or else put the password in a file. I'm looking for a noninteractive way to create a mailbox without having to put a password in a file. Let's think about this... Yo

RE: Creating INBOXes noninteractively

2006-01-05 Thread Rosenbaum, Larry M.
This script requires a password, which means you have to run it interactively or else put the password in a file. I'm looking for a noninteractive way to create a mailbox without having to put a password in a file. -Original Message- From: Andrés Tarallo [mailto:[EMAIL PROTECTED] Sent:

Re: imaps TLS negotiation failed, often but not always, from gkrellm only

2006-01-05 Thread Erik Steffl
any ideas why would I get "imaps TLS negotiation failed" errors often (not always) when trying to connect with one particular program (gkrellm)? The detail error messages are below. any ideas how to troubleshoot this? TIA erik Erik Steffl wrote: I have a very weird problem, I us

Re: successful login w/ IMAP not POP

2006-01-05 Thread Michael Loftis
--On January 5, 2006 11:41:33 AM -0800 Ross Gohlke <[EMAIL PROTECTED]> wrote: First, enver post your password( s ) to a public list, go change atleast those database passwords, I don't know if there were others. Egad! I edited that file before I sent, not well enough obviously. One password,

Re: Dual-way replication?, What gets replicated?

2006-01-05 Thread Ken Murchison
[EMAIL PROTECTED] wrote: Balthasar Cevc wrote: 1. Is it possible to have a server be master and client at the same time - with the effect of being able to use 2 servers at the same time for IMAP connections? Not at the moment. David's code (and proxy) are fairly simple because they don't

Re: successful login w/ IMAP not POP

2006-01-05 Thread Ross Gohlke
>>>I don't think PAM will follow symlinks. Try cp-ing the file. >> >> >> cd /etc/pam.d/ >> cp -p imap pop3 > > Try: > > rm pop > cp -p imap pop > > Just a thought, since your original symlink name doesn't match your copy > above, and on the few PAM systems I run, the filename is /etc/pam.d/pop

Re: Cyrus Murder comments?

2006-01-05 Thread Ken Murchison
Andrzej Kwiatkowski wrote: 2006/1/4, Ken Murchison <[EMAIL PROTECTED]>: Anthony Chavez wrote: Hi, info-cyrus! I'm interested in deploying Cyrus Murder, but I'm a little concerned about the following quote [1]: That statement is probably out of date. The code has been running very reliabl

Re: Dual-way replication?, What gets replicated?

2006-01-05 Thread former03 | Baltasar Cevc
Hi Ken, hi Wolfgang, thanx for your quick answers! Baltasar _ former 03 gmbh _ infanteriestraße 19 haus 6 eg _ 80797 muenchen _ [EMAIL PROTECTED] _ www.former03.de _ fon 0941.206.6952 _ fax 089.322112.11 _ mobil 0176.232.20.822 Cyrus Home Page: http://asg.w

Re: successful login w/ IMAP not POP

2006-01-05 Thread Jorey Bump
Ross Gohlke wrote: First, enver post your password( s ) to a public list, go change atleast those database passwords, I don't know if there were others. Egad! I edited that file before I sent, not well enough obviously. One password, and it needed to be changed anyway... I don't think PAM w

Re: successful login w/ IMAP not POP

2006-01-05 Thread Ross Gohlke
> First, enver post your password( s ) to a public list, go change atleast those database passwords, I don't know if there were others. Egad! I edited that file before I sent, not well enough obviously. One password, and it needed to be changed anyway... > I don't think PAM will follow symlinks.

Re: successful login w/ IMAP not POP

2006-01-05 Thread Michael Loftis
--On January 5, 2006 9:11:26 AM -0800 Ross Gohlke <[EMAIL PROTECTED]> wrote: /etc/pam.d/imap (ln -s /etc/pam.d/imap /etc/pam.d/pop) auth required pam_pgsql.sodatabase=mail user=mail password= table=accountuser user_column=username pwd_column=password pw_type=md5 debug account required

question about realms/sasldb2 and cyrus admin

2006-01-05 Thread Andrzej Kwiatkowski
Hello. I've cyrus setup based on Pgsql. I want to setup auth in this way: sasl_pwcheck_method: auxprop saslauthd because i don't want to store cyrus admin account in global database, but only in local sasl2.db. And now i've problem When i'm using saslpasswd2, account to db file are added wi

successful login w/ IMAP not POP

2006-01-05 Thread Ross Gohlke
SETUP: FreeBSD 5.3 cyrus-imap and cyrus-sasl (with TLS) are installed from ports and working. Accounts are stored in postgresql, managed with web-cyradm with md5 passwords Cyrus > saslauthd > PAM_pgsql > postgresql PROBLEM >From Thunderbird, I can successfully send mail via Auth SMTP and log in to

Re: Creating INBOXes noninteractively

2006-01-05 Thread Andr�s Tarallo
I have used the script imapcreate.pl, I've made a few enhacments that I've submited to his author. Andres > We use a centralized account management system to create user accounts > on our systems. We would like to be able to use it to create Cyrus > mailboxes. Is there any way to create a us

Re: Cyrus 2.2.12 and AMD64

2006-01-05 Thread Henrique de Moraes Holschuh
On Thu, 05 Jan 2006, Marcelo H. Terres wrote: > Any ideias ??? Remake all auto* files. If you are lucky, autoreconf -fi will do it. It looks like the libtool stuff is outdated. HOWEVER, to do so, you MUST: 1. Have libtool installed 2. Have automake installed 3. Have autoconf installed. And

Re: Cyrus 2.2.12 and AMD64

2006-01-05 Thread Marcelo H. Terres
Hi.Tryng to compile cyrus 2.2.12 in AMD64 (Opteron) using the config.sub e config.guess provided by Henrique I had the follow errors during make:Unrecognized argument in LIBS ignored: '-Wl,-rpath,/usr/lib' /usr/bin/ld: ../../lib/libcyrus.a(imclient.o): relocation R_X86_64_32 can not be used when ma

FATAL: failed to mmap cache file

2006-01-05 Thread Paul Boven
Hi everyone, I've discovered these two in my cyrus imapd logs: IOERROR: mapping cache file for user.root: Value too large for defined data type FATAL: failed to mmap cache file That mailbox is so full that I can't even open it with IMAP anymore: * OK smtp Cyrus IMAP4 v2.2.12 server ready . logi

Re: Cyrus Murder comments?

2006-01-05 Thread Andrzej Kwiatkowski
2006/1/4, Ken Murchison <[EMAIL PROTECTED]>: > Anthony Chavez wrote: > > Hi, info-cyrus! > > > > I'm interested in deploying Cyrus Murder, but I'm a little concerned > > about the following quote [1]: > > > > That statement is probably out of date. The code has been running very > reliably at CMU