sendmail, lmtp, cyrusv2d, shared folders and case

2009-04-01 Thread nodens2099
Hi, I'm trying to send mail directly to a shared folder, via the plus-addressing syntax. My user entry redirect to +Folder/subfol...@domain.tld . cyrusv2d mailer is called via the mailertable. The ACL are ok. It would work with a folder in lower case, but not if the folder includes upper case

Re: [sendmail] lmtp, cyrusv2d, shared folders and case

2009-04-02 Thread nodens2099
Andrzej Adam Filip a écrit : > nodens2099 wrote: > > >> I tried setting >> "lmtp_downcase_rcpt: 0" >> in imapd.conf, adding the u flag to the cyrusv2d mailer, but to no avail. >> >> the +part is always converted to lower case. >>

Re: [sendmail] lmtp, cyrusv2d, shared folders and case

2009-04-02 Thread nodens2099
Andrzej Adam Filip a écrit : >>> Does smmap return "unknown user" *even for lowercase folders*? >>> >> Nope, you're right. the real problem is on the mrs check, then. > > It can use only what smmap provides. > Are you ready to ask for changed in Cyrus' smmap to make it capable to > check Public f

Re: [sendmail] lmtp, cyrusv2d, shared folders and case

2009-04-03 Thread nodens2099
Andrzej Adam Filip a écrit : > nodens2099 wrote: > >> Andrzej Adam Filip a écrit : >>>>> Does smmap return "unknown user" *even for lowercase folders*? >>>>> >>>> Nope, you're right. the real problem is on the mrs check, the

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-28 Thread nodens2099
Simon Matter a écrit : >> The mailbox has the following permissions: >> >> localhost.localdomain> lam system >> anonymous p >> anyone lrs >> > > What fails with 2.3.14 is append_check() in verify_user(). > > Any ideas? > You need "anyone p" ("anyone lrsp" in your case) to deliver messages in a

Re: murder and autocreate (I know it is not supported)

2009-06-19 Thread nodens2099
Aristotelis a écrit : > > While having a look in the issue a function was created that was running > on proxyd (no unified systems) that was going through the list of the > available backend servers (the list was given as a configuration option) > and picking one randomly. Then it was making a

Re: Is there a graceful shutdown of imapd process?

2009-11-20 Thread nodens2099
Le 19/11/2009 19:13, Dan Smith a écrit : > My goal is to be able to reload the imapd.conf file for imap processes > without impacting currently connected subscribers. > I know that there are some patches available to allow this to be done > with a SIGHUP, but until they are widely accepted and on

Re: Autocreate not working (?)

2009-12-02 Thread nodens2099
Le 02/12/2009 10:36, Denis BUCHER a écrit : > Hello, > > We are trying to migrate from Suse+Cyrus+postfix to Debian+Suse+postfix > but we have a problem. When a user logs in for the first time, the Inbox > is not created automatically... Does someone knows if we have to add > something to cyrus co

Re: Autocreate not working (?)

2009-12-02 Thread nodens2099
Le 02/12/2009 11:47, Denis BUCHER a écrit : >> Would this be the equivalent ? >> >> But now I get "Unrecognized command" when I connect to the mailbox ? >> (Before it was something like "Inbox does not exist") > > Ok finally it seems to work with what I did before... > > So I think this was corre

Re: Auto Create Account

2009-12-10 Thread nodens2099
On 10/12/2009 17:23, Shelley Waltz wrote: > I currently use the following to automatically create a > new account if the user is defined in the LDAP database. > > autocreatequota: 50 > autocreateinboxfolders: Sent|Trash|Spam|Virus > autosubscribeinboxfolders: Sent|Trash|Spam|Virus > > I wish to

Re: Virtual Domains and TLS

2009-12-14 Thread nodens2099
On 14/12/2009 09:10, Michael Menge wrote: > Quoting Nybbles2Byte : > >> Hello, >> >> Is there a way to have the "tls_..." options in the imap.conf file >> work for multiple domains so that as many virtual domains as you want >> can authenticate without the client software popping up warnings like >

Re: How to connect to server with cyradm via SSL ?

2009-12-15 Thread nodens2099
On 15/12/2009 02:49, Denis BUCHER wrote: > Denis BUCHER a écrit : >> I was able to configure a SSL-only configuration (no IMAP, only IMAPS). >> >> But now cyradm tells me "cyradm: cannot connect to server". >> >> How can I tell cyradm to connect as SSL to port 993 ? >> >> Thanks a lot for any help

Re: Authorization with ptloader: Linux and LDAP backend combined

2010-01-13 Thread nodens2099
On 13/01/2010 15:35, Adam Tauno Williams wrote: >> The issue is that I want to be able to store the Cyrus IMAP admin >> credentials locally on the Linux server, while all other users are >> using LDAP backend for login. I thought of using PAM in saslauthd, but >> this does not work, because I also

Re: Possible virtual domain problem showing up in cyradm -- corrected

2010-01-27 Thread nodens2099
On 27/01/2010 09:25, Nybbles2Byte wrote: > Hello, > > /root is a global admin. I thought logging on as a global user meant you > did not specify a domain but when you don't you get this error. Next > logon as global admin but use default domain. > > /*cyradm> exit > > a>cyradm -u r...@localhost loc

Re: Backup strategy for large mailbox stores

2010-02-17 Thread nodens2099
On 16/02/2010 23:26, Vincent Fox wrote: > Clement Hermann (nodens) wrote: >> The snapshot approach (we use ext3 and lvm, soon ext4) is promising, >> as a simple tar is faster than using the full backup suite on a >> filesystem with a lot of small files (atempo here). But you need the >> spare space

Re: Using xfer to migrate mailboxes to a new server

2010-02-18 Thread nodens2099
On 18/02/2010 13:08, J. Roeleveld wrote: > On Thursday 18 February 2010 12:31:02 Reinaldo de Carvalho wrote: >> On Thu, Feb 18, 2010 at 7:40 AM, Per-Olov Sjöholm wrote: >>> It's resonalbe fast >>> The bad thing is that you need all passwords. >> >> No, use cyrus global admin. > > Won't that kill t