Restrictive access to some users

2007-04-25 Thread ram
Hi, On our cyrus server some users need access from office as well as from outside our LAN. So we nat the imap port on our firewall and people are able to access But Contract employees need not access mails from outside the office. How can I allow access for such users only from the office Tha

Re: mail coming without MX; how ?

2007-04-25 Thread Andrew McNamara
>if you check the domain "infoservices.in" with dnsstuff.com you can >see no MX for that domain. >But still mail is coming at [EMAIL PROTECTED]we are using it for >our official purposes and infoservices.in is our official site too. > >I wounder how mail is still coming with out MX ? could an

Re: mail coming without MX; how ?

2007-04-25 Thread JOYDEEP
Antoine Jacoutot wrote: > On Thu, 26 Apr 2007, JOYDEEP wrote: >> if you check the domain "infoservices.in" with dnsstuff.com you can >> see no MX for that domain. >> But still mail is coming at [EMAIL PROTECTED]we are using it for >> our official purposes and infoservices.in is our official

Re: mail coming without MX; how ?

2007-04-25 Thread Antoine Jacoutot
On Thu, 26 Apr 2007, JOYDEEP wrote: if you check the domain "infoservices.in" with dnsstuff.com you can see no MX for that domain. But still mail is coming at [EMAIL PROTECTED]we are using it for our official purposes and infoservices.in is our official site too. I wounder how mail is sti

mail coming without MX; how ?

2007-04-25 Thread JOYDEEP
Dear list, if you check the domain "infoservices.in" with dnsstuff.com you can see no MX for that domain. But still mail is coming at [EMAIL PROTECTED]we are using it for our official purposes and infoservices.in is our official site too. I wounder how mail is still coming with out MX ? co

Re: syncserver[4715]: Fatal error: Virtual memory exhausted

2007-04-25 Thread Wesley Craig
Yeah, that's a good point. I use sync_batch_size of 100,000. Regarding the original question, there are other operations that will exhaust memory as well. We've had two recent reports of Thunderbird users who unexpectedly developed extremely large cyrus.* files in their trash. Since cyru

Re: syncserver[4715]: Fatal error: Virtual memory exhausted

2007-04-25 Thread Wesley Craig
On 18 Apr 2007, at 01:27, Simon Matter wrote: I'm still wondering why the code is there, can anybody comment on this? The buffer in question is dynamically sized. I gather that an earlier version of the code pre-allocated 5 paths. A later version allowed an arbitrary number, adjusting th

Re: lmtpd -a and unified murder

2007-04-25 Thread Andrew Morgan
On Wed, 25 Apr 2007, Janne Peltonen wrote: On Tue, Apr 24, 2007 at 02:01:08PM -0700, Andrew Morgan wrote: valid authentication mechanisms available and gives up. So. Is there a way to configure lmtpd so that it won't expect being able to authenticate to the remote backend (sic) and just proxies

Re: ZFS compression?

2007-04-25 Thread Amos
We're using ZFS on a V440 for our Cyrus spools that are on a 6920 and all I have to say is KICK A$$!!! ;-) ZFS will use as much memory as you can spare for caching, but it hasn't really caused us any problems. At first it made us nervous because it seemed like all our free memory disappeared (of

Re: how to enable digestmd5 and crammd5 ? [ auf Viren überprüft]

2007-04-25 Thread Hans Moser
Hi! JOYDEEP schrieb: I am using cyrus with ldap basded authentication. I am usin PLAIN and LOGIN mechanism in /etc/imapd.conf. How can I enable digestmd5 and crammd5 now ? Shared secret mechs in SASL2 are only available with sasldb or ldapdb (do I forget any?) not with saslauthd. So if you wan

Re: How to move mailbox across domains?

2007-04-25 Thread Dmitriy Kirhlarov
On Mon, Apr 23, 2007 at 05:09:17PM +0400, Igor Zhbanov wrote: > Hello! > > How to correctly move all user mailboxes (preserving hierarchy and > letters) from one domain to another? I mean rename user > [EMAIL PROTECTED] to [EMAIL PROTECTED] afaik cyrus imapd doesn't have standard feature for this

Re: lmtpd -a and unified murder

2007-04-25 Thread Janne Peltonen
On Tue, Apr 24, 2007 at 02:01:08PM -0700, Andrew Morgan wrote: > >valid authentication mechanisms available and gives up. So. Is there a > >way to configure lmtpd so that it won't expect being able to > >authenticate to the remote backend (sic) and just proxies through > >everything it gets? > Nope