Re: Good book on Cyrus?

2006-08-02 Thread Perry Brown
Forrest Aldrich wrote: Ken Murchison wrote: Wesley Craig wrote: On 17 Jul 2006, at 09:59, Forrest Aldrich wrote: Short answer, there are no good books. Managing IMAP is minimally useful - in a basic sense. The one salient chapter happens to be online: http://www.oreilly.com/cata

migrate cyrus to another server.

2006-07-21 Thread Perry Brown
Hi all, Sorry to be asking this cause I know it's been asked before but I can't get the email list archives now. It keeps telling me page not found. So again my appologies but I'm a tad desperate. I have a system with a disk that is failing so I need to move users ASAP and was wondering the

Re: Make cyradm use plain+tls

2006-05-02 Thread Perry Brown
On May 2, 2006, at 3:24 PM, Perry Brown wrote: I log into imtest: /opt/mail/cyrus-imapd/bin/imtest -t "" -p imap -u cyrus -a cyrus -m plain Run C: XFER user.vbperry server2.sub2.domain.com and get C: NO Server(s) unavailable to complete operation Am I using the right auth mo

Re: Make cyradm use plain+tls

2006-05-02 Thread Perry Brown
something). -PAtrick On Mon, 1 May 2006, Perry Brown wrote: From a thread last month some fine folks on this listed suggested I set up tls for plain so that I could do an xfer of mailboxes from one host to another. I got that set up and I am able to do an imtest from one host to the other

Make cyradm use plain+tls

2006-05-01 Thread Perry Brown
From a thread last month some fine folks on this listed suggested I set up tls for plain so that I could do an xfer of mailboxes from one host to another. I got that set up and I am able to do an imtest from one host to the other one and it gets authenticated with plain+tls. My problem now h

Re: does xfer require murder?

2006-04-25 Thread Perry Brown
k LOGIN is a SASL mechanism, its a imap specific) PLAIN requires TLS TLS requires certificates. You don't have certificates. if imtest -t "" -m PLAIN -a cyrus -u cyrus servername does not work, then xfer never will. Get a cert! :) -Patrick On Apr 21, 2006, at 4:30 PM, Perry Br

Re: does xfer require murder?

2006-04-21 Thread Perry Brown
nes will see GSSAPI advertised and will try using that. -Patrick On Apr 20, 2006, at 5:19 PM, Perry Brown wrote: Perry Brown wrote: Thanks for the imtest idea. It looks like I can log in OK. server1.sub1% /opt/mail/cyrus-imapd/bin/imtest -m login -p imap server2.sub2.domain.com

Re: does xfer require murder?

2006-04-20 Thread Perry Brown
What mechanism do you want to use for connecting between backends? If its PLAIN then you want force_sasl_client_mech: PLAIN in your imapd.conf file. Otherwise, the machines will see GSSAPI advertised and will try using that. -Patrick On Apr 20, 2006, at 5:19 PM, Perry Brown wrote:

Re: does xfer require murder?

2006-04-20 Thread Perry Brown
Perry Brown wrote: Thanks for the imtest idea. It looks like I can log in OK. server1.sub1% /opt/mail/cyrus-imapd/bin/imtest -m login -p imap server2.sub2.domain.com Force imtest to use one of the SASL mechanisms that are listed. The backends *only* use SASL, not protocol

Re: does xfer require murder?

2006-04-20 Thread Perry Brown
Perry Brown wrote: Thanks for the imtest idea. It looks like I can log in OK. server1.sub1% /opt/mail/cyrus-imapd/bin/imtest -m login -p imap server2.sub2.domain.com Force imtest to use one of the SASL mechanisms that are listed. The backends *only* use SASL, not protocol specific

Re: does xfer require murder?

2006-04-19 Thread Perry Brown
{8} S: + go ahead C: S: L01 OK User logged in Authenticated. Security strength factor: 0 CAPABILITY * BAD Invalid tag LIST * BAD Invalid tag list * BAD Invalid tag It looks like the cyrus account gets authenticated OK. Andrew Morgan wrote: On Wed, 19 Apr 2006, Ken Murchison wrote: Perry

Re: does xfer require murder?

2006-04-18 Thread Perry Brown
s:yes proxy_authname: cyrus proxy_password: password proxyservers: cyrus thank you Perry On Tue, 18 Apr 2006, Perry Brown wrote: Hi Andy, Thank you for the suggestion. I added proxyservers: cyrus to the imapd.conf and restarted cyrus (the doc says it should not be an admin but I'm

Re: does xfer require murder?

2006-04-18 Thread Perry Brown
Andy On Tue, 18 Apr 2006, Perry Brown wrote: PLease if anyone has any suggestions. I've been banging my head against a desk on this one. perry I thought nscd might have been tripping me up so I tried by IP address with the same results. Also thought it may be an issue wi

Re: does xfer require murder?

2006-04-18 Thread Perry Brown
till got the error above. Any ideas what I am missing? Thank you Perry Perry Brown wrote: Thank you for the reply. Some follow up questions. (sorry to be so dense I'm making this change on production servers so wanted to make sure I've got it right). SASL is running as: /us

Re: does xfer require murder?

2006-04-17 Thread Perry Brown
by short name. I still got the error from above so I changed the imapd.conf entry servername_password to proxy_password since the cyrus account has the same password on both servers and still got the error above. Any ideas what I am missing? Thank you Perry Perry Brown wrote: Than

Re: does xfer require murder?

2006-04-14 Thread Perry Brown
I changed the imapd.conf entry servername_password to proxy_password since the cyrus account has the same password on both servers and still got the error above. Any ideas what I am missing? Thank you Perry Perry Brown wrote: Thank you for the reply. Some follow up questions. (sorry t

RE: does xfer require murder?

2006-04-14 Thread Perry Brown
rd etc Do I need to add this proxy_authname to imapd.conf admins: as well for the full admins requirement? Thank you Perry Perry Brown wrote: Hi All, We are running cyrus-imap 2.2.8 and sasl 2.1.15. We have two RHEL 3 servers with about 4800 users split between them. I am looking

does xfer require murder?

2006-04-13 Thread Perry Brown
Hi All, We are running cyrus-imap 2.2.8 and sasl 2.1.15. We have two RHEL 3 servers with about 4800 users split between them. I am looking to migrate the users to 2 new RHEL3 hosts with the same cyrus-imap and sasl versions. I added the allowusermoves to imapd.conf restarted cyrus and tried