Re: Slow delivery to Outlook 2k/2k3

2006-02-03 Thread Bill Kearney
> Get people using crap like outlook to use pop3, their clients are not good > enough for anything else anyway. Well, considering how well calendaring is implemented, along with contact integration, Outlook's far from 'crap', at least in the minds of the people happily using it. Just not with IMA

Re: Slow delivery to Outlook 2k/2k3

2006-02-02 Thread Bill Kearney
depend on getting Outlook to work with it. Now, Outlook Express? That works, quite handily. -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: why does cyrus have to have a password

2005-12-19 Thread Bill Kearney
> I would really not like people to be able to ssh into the cyrus account. Look into how your OS restricts logins. No doubt pam or whatever can be configured to specifically deny non-localhost logins to that account. Most handle root this way too. Cyrus Home Page: http://asg.web.cmu.edu/cyr

Re: listen to a dynamic interface

2005-12-12 Thread Bill Kearney
ail server behind a dynamic address, they generally benefit from being on stable, always-on, connections. You *can* run them otherwise but it's usually not recommended. Other ideas like using a VPN come to mind but it depends on just how complex you need it to be. -Bill Kearney - O

Re: Outlook does not delete but displays deleted messages asstrike-trough

2005-12-11 Thread Bill Kearney
ly crappy IMAP handling. Such that it makes it almost impossible to use OL2003 against an IMAP server. I long since gave up on it for IMAP access. -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: cyrus & postfix, message being corrupted when viewed by the client

2005-12-04 Thread Bill Kearney
'm betting the packets are good and the mail.app is getting seriously confused about the MIME structure. > thanks bill. You're most welcome. Always try different clients before going to the extremes of changing the servers. -Bill Kearney Cyrus Home Page: http://asg.web.cmu.

Re: cyrus & postfix, message being corrupted when viewed by the client

2005-12-04 Thread Bill Kearney
Encodings, charsets and languages are mess if you don't have all the right settings done in the right order. Make sure the underlying OS configuration for them is working properly. -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cm

Re: auth against active directory?

2005-12-03 Thread Bill Kearney
But since cyrus 2.2 has the ability to speak LDAP directly where's the need to use saslauthd any longer? - Original Message - > > Heh, 'easy enough' and LDAP rarely seem to be found together. Throw in SASL > > and it /really/ goes downhill. > > > > I figure it should be easy but given t

Re: auth against active directory?

2005-12-03 Thread Bill Kearney
. And given the potential for amount of time fiddling with sasl is known to absorb I'm doubly cautious. -Bill Kearney - Original Message - > I do alot of auth against our active directory for certain internal > websites (using mod_ldap), but have had no need to do this for Cyr

auth against active directory?

2005-12-03 Thread Bill Kearney
Has anyone setup their cyrus-imap server to authenticate against a Windows Active Directory domain? Any tips on doing it? -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing

Re: Cyrus WebMail

2005-12-01 Thread Bill Kearney
nd for what? It seems like a better idea to consider options available with cyrus-murder and proper network configuration. > Mirapoint apparently have done this with their branch of Cyrus. > But that's proprietary. Good, fast, cheap... pick two. That's always the rule. -Bill Ke

Re: Cyrus WebMail

2005-11-29 Thread Bill Kearney
> SquirrelMail!! Or it you want less bloat, try Ilohamail. > > I was wondering if someone tried to write some > > webmail application for Cyrus IMAPD. > > > > Using IMAP connection for Webmail are not this, > > what i want for today. Why not? > > Is there some documentation about Cyrus internal

Re: Does anyone know what these log messages mean?

2005-11-29 Thread Bill Kearney
Post your /etc/imapd.conf file. - Original Message - Nov 29 10:25:17 imap_svr imap[14331]: [ID 702911 auth.error] sql_select option missing Nov 29 10:25:17 imap_svr imap[14331]: [ID 702911 auth.error] auxpropfunc error no mechanism available Nov 29 10:25:17 imap_svr imap[14331]: [ID 70

Re: Not able to create mailbox with fully qualified userid

2005-11-28 Thread Bill Kearney
he logging and you'll probably see where it's having access trouble. -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: handling unqualified names?

2005-11-27 Thread Bill Kearney
hink. Unfortunately you may be correct. Which may lead me back to using pam_mysql via saslauthd. Six steps forward, eight steps back, it seems. Here I was thinking it'd be more efficient to call SQL directly, but n! Yeesh. Of course by using PAM I get stuck not being able to use cha

handling unqualified names?

2005-11-27 Thread Bill Kearney
ress? While I've gotten auth working I haven't actually gone to the next step to see that it's actually 'linking up' with an actual mailbox within cyrus. -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: virtdomains: userid?

2005-11-26 Thread Bill Kearney
s not true. Unqualified names are passed along with a realm. From what I can tell in testing a whole range of variations of defaultdomain, virtdomains, servername and the like, it seems it always passes a realm onto the SQL select query. Is it not possible to pass an unqualified name? What config

Re: virtdomains: userid?

2005-11-26 Thread Bill Kearney
Would this help your reverse DNS lookup trouble? Or will using the unqualified name still trigger a reverse lookup? It doesn't appear to help my situation, in that I'd like logins without a qualified name to use just the bare username and NOT append a realm onto it. Is this possible? -Bill Conf

virtdomains: userid?

2005-11-26 Thread Bill Kearney
e "userid" value trigger? In testing I can't see that it does anything. Are the docs correct? Thanks, -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: cross-realm login denied?

2005-11-24 Thread Bill Kearney
I found the solution by setting values in /etc/imapd.conf defaultdomain: domain2.tld virtdomains: on This properly allows connecting [EMAIL PROTECTED] along with [EMAIL PROTECTED] without the cross-realm errors. -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ

cross-realm login denied?

2005-11-24 Thread Bill Kearney
s. When I set it to the same 'domain1.tld' as one being requested it STILL complains about it being cross-realm. The hostname.domain of the box itself IS different. The box is on domain2.tld and the incoming request is for domain1.tld. So what gives here? What can I configure to let it

cyrus auth paths?

2005-11-22 Thread Bill Kearney
cumented to match up with the current versions of the various pieces involved it'll go a long way toward shaking off the notions about cyrus and sasl being complicated. -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

howto out of date?

2005-11-22 Thread Bill Kearney
rand new cyrus/posfix/squirrelmail/mysql server then what REALLY should be used? -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: How to migrate only one domain in a multidomains cyrus imap server?

2005-11-18 Thread Bill Kearney
m? One idea that comes to mind would be to use something like imapsync to move them. There may be other ways to move them around but if they're mail and you have two accounts then it might work. But it really depends on what is you're trying to do. Can you describe the problem better

Re: Importing MBOX-formatted mailboxes into Cyrus?

2005-11-17 Thread Bill Kearney
solve the problem. Some are good for really BIG migrations and others are well suited for quick hacks. -Bill Kearney - Original Message - We are currently moving away from a POP3-based system (QuickMail Pro server and client) to IMAP, with Cyrus as the IMAP server and primarily Thunderb

right way to call saslauthd from cyrus?

2005-11-17 Thread Bill Kearney
o get this thing running. I think it's a case to too many HOWTO docs spanning too many different versions all adding up to a mess. I sort of like how pam_mysql has logging options. Thus I thought using saslauthd and on to pam was the right means to maintain that functionality. HE

Re: duplicate suppression and syncronizing?

2005-11-14 Thread Bill Kearney
has an extension available to dig through the messages to find duplicates. But is there something clever within sieve that can do it? -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: refusing bad mail based on headers?

2005-11-13 Thread Bill Kearney
42/' Good tip on using sed to edit them in place. I'd used grep with redirection. That takes the additional step of moving them around one it's complete but it saves me from having to reload it all should something have gone horribly wrong. Six of one, half dozen of the oth

Re: using imapsync and altnamespace?

2005-11-13 Thread Bill Kearney
ould use that to determine what to do based on what got left behind. But before I turn it loose with the delete option I'd sure like to avoid having to reload it all again... -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

duplicate suppression and syncronizing?

2005-11-13 Thread Bill Kearney
ot going as smoothly as I'd hoped. HELP! -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: using imapsync and altnamespace?

2005-11-12 Thread Bill Kearney
> How do I cajole it into dropping that leading period? What's the magic > regex-fu needed? I think I managed to stumble across it on my own: --regextrans2 's/^mail\.//' -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswik

using imapsync and altnamespace?

2005-11-12 Thread Bill Kearney
ing folders in the mailbox instead of stuff everything inside the Inbox. I could live with turning it off, doing the sync and then turning it back on again but would rather get it right instead. Thanks, -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyrusw

refusing bad mail based on headers?

2005-11-12 Thread Bill Kearney
's entirety and thus none get copied. Is there a way to a) have cyrus clean up the headers or b) ignore then and perhaps somehow flag them for later clean up? Thanks, -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List

Re: cm non-INBOX folder: Permission denied

2005-11-12 Thread Bill Kearney
ne password with saslpasswd2 and a > different one with passwd, but I changed them both so that they are > the same now. Cyrus doesn't care what the shell account might be using. Cyrus accounts are totally separate from the shell accounts. But then again, I'm not exactly a cyrus ex

Re: moving mail from uw to cyrus, damaged headers?

2005-11-12 Thread Bill Kearney
sing the trouble then the various tools should be able to function properly But is there a way to tell cyrus to do the dirty work of cleaning up the headers as a message is copied into it? -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

moving mail from uw to cyrus, damaged headers?

2005-11-12 Thread Bill Kearney
even be willing to consider something that 'fixed' the mail on the uw-imap server first. Anyone know of decent tools for dealing with this sort of problem? -Bill Kearney Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html