search for: boites

Displaying 20 results from an estimated 39 matches for "boites".

2009 Jan 27
3
Symlink shared mailboxes and system_user extra field
Hello, I'm trying to set up, as explained in the wiki, shared mailboxes with symlink. I'm running dovecot-1.1.8 with LDAP pass/userdb. The Maildir layout goes like this : /courriel/boites/foobar : Maildir of user foobar (nfs) /courriel/meta/foobar : control files of user foobar (nfs) /var/dovecot/indexes : indexes (locally stored) I created : /courriel/boites/doveshared/.box/ : the Maildir I want to share /courriel/boites/foobar/.box -> /courriel/boites/doveshared/.box...
2007 Oct 28
5
Help for Beginner!!
LĂ©andre BASSOLE PhD Student CNRS-CERDI 65 Bd Francois Mitterrand Boite Postale 320 63009 Clermont-Ferrand CEDEX 1 FRANCE Tel : +33 4 73 17 74 45 Fax : +33 4 73 17 74 28 ----- Forwarded Message ---- From: Leandre Bassole <leandrebassole@yahoo.co.uk> To: r-help@r-project.org Sent: Saturday, 27 October, 2007 8:41:05 PM Subject: Hi all!! I am a new user of R. I am very familar to Stata, but
2007 Apr 06
1
hox to connecte two asterisk server
...************************* [sip-calls] exten=>_022[1-8]XX,1,macro(Bienvenu) exten=>_022[1-8]XX,2,SetGlobalVar(BOITE=${CDR(src)}) exten=>_022[1-8]XX,3,Dial(SIP/sip-${EXTEN},${TP_MAX_APPEL}) exten=>_022[1-8]XX,4,macro(BoiteVocale,${BOITE}) exten=>_022[1-8]XX,5,hangUp() ; ; ;lecture des boites vocales exten=>_[1-8]XX,1,macro(lecture_boite) exten=>_[1-8]XX,2,PlaBack(vm-num-i-have) exten=>_[1-8]XX,3,HangUp() ; ; ; on donne acc?s au service du standard exten=>022999,1,Wait(5) exten=>022999,2,Dial(${TEL1},,t) exten=>022999,3,HangUp() include=>parkedcalls include=>iax-...
2009 Feb 11
1
How many namespaces for several groups of shared mailboxes ?
...'t belong to any above team) would 'see' useless non-selectionable folders #team*. So my idea would be to create only one public namespace (#Public) into which I'd store directories team1, team2, team3, into which I'd put the needed shared mailboxes. Something like /courriel/boites/public/team1/.shared-project1/ /team2/.shared-project2/ /team3/.shared-project3/ with something like namespace public { separator = / prefix = '#Public/' location = maildir:/courriel/boites/public inbox = no hidden =...
2018 Jan 10
14
[Bug 1214] New: Allow limit to use any value for time unit
https://bugzilla.netfilter.org/show_bug.cgi?id=1214 Bug ID: 1214 Summary: Allow limit to use any value for time unit Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org
2010 Mar 31
2
Shared mailboxes unix permissions
...I'm running dovecot-1.2.11/Maildir and plan to migrate to single UID mailboxes some day, but for now, I've got "system" users and I'm testing permissions handling in order to set up shared mailboxes. The private namespace mailboxes location is location = maildir:/courriel/boites/%u:CONTROL=/courriel/meta/%u:INDEX=/var/dovecot-test/indexes/%1u/%u I've . created a 'doveshared' unix group . added 'mail_access_groups = doveshared' . chmod/chgrp the maildir and control dirs like this : drwxrws--- 7 doveimap doveshared 4096 Mar 31 18:47 /cou...
2005 Sep 22
0
problem with postgreSQL connect=
...sql /usr/local/etc/dovecot-pgsql-user.conf (and same for pass). In the file dovecot-pgsql-user.conf, I use: connect = host=127.0.0.1 dbname=vmail user=lecteur password=lire user_query = SELECT '/var/spool/vhosts/'||nom_domaine||'/'||nom_boite AS mail,5000 AS uid, 5000 AS gid FROM boites WHERE email = '%u' It doesn't work. If I write: connect = dbname=vmail user=lecteur user_query = SELECT '/var/spool/vhosts/'||nom_domaine||'/'||nom_boite AS mail,5000 AS uid, 5000 AS gid FROM boites WHERE email = '%u' It works. Of course the query with psql...
2010 Apr 02
2
Thunderbird subscription bug ?
.../Maildir. The user 'doveimap' shares his mailbox folder/subfolder to the 'dovepop' user which should see it in the '#shared' shared namespace at the following "location" : #shared/doveimap/folder/subfolder ACL (and unix permissions) are ok : # cat /courriel/boites/doveimap/.folder.subfolder/dovecot-acl user=dovepop akxeilprwts rawlogs give : a) kmail case : in : 4 NAMESPACE 5 LIST "" "" 6 LSUB "" "%" 7 LIST "" "%" 8 LSUB "" "#shared/%" 9 LIST "" "#shared/%&q...
2011 Jan 11
2
Seeing other people subscribed non-shared mailboxes
...ap.Common" * LSUB (\Noselect) "." "#shared.doveimap.Private" x OK Lsub completed. x logout Is this the way it's supposed to work ? My setup is : namespace { type = shared separator = "." prefix = "#shared.%%u." location = maildir:/courriel/boites/%%u:INDEX=/var/dovecot-2/indexes/%1u/%u/shared/%%u:CONTROL=/courriel/meta/%%u # Use the default namespace for saving subscriptions. # subscriptions = no # hidden = no # list = no list = children } # pwd /courriel/boites/doveimap # cat dovecot-acl-list 1294755382 Common # cat .Common/...
2010 Mar 18
1
Shared mailboxes basics
...ace are physically in the same location (under the "$HOME/Maildir" directory of the user who shares his mailbox) . Am I correct ? I tried the following set up : namespace private { separator = / location = maildir:/courriel/boites/%u:CONTROL=/courriel/meta/%u:INDEX=/var/dovecot-test/indexes/%1u/%u inbox = yes hidden = no list = yes subscriptions = yes } namespace shared { separator = / prefix = "#shared/%%u/" location = maildir:/courriel/boites/%%u:INDEX=/var/dovecot-test/indexes/%1u/%u/shared...
2017 Mar 06
0
quota-warning: possible to have size also?
Hi, I'am using a Maildir++ based quota setting which creates a maildirsize file in every Maildir. The first two lines of this file are the maximum quota in bytes then the actual consumption in bytes and number of messages, like so : 1073741824S 379317999 5169 This means this user has a quota of 1Gb and he is using ~ 379 Mb (you have to divide by 1024 to be more precise) Since the
2009 Feb 16
1
Maildir hierarchy sep bug ?
...illy creates the .first.name/ Maildir But if I create a public Namespace, then I have to create a private default namespace as well and the server doesn't behave the same way : They're set up like this : namespace private { separator = / prefix = location = maildir:/courriel/boites/%u:CONTROL=/courriel/meta/%u:INDEX=/var/dovecot/indexes/%1u/%u inbox = yes hidden = no list = yes subscriptions = yes } namespace public { separator = / prefix = '#Foo/' location = maildir:/courriel/boites/public/foo inbox = no hidden = yes list = no subscriptions...
1999 Dec 02
1
problem with par(fig=value)
hello all, I want to draw a figure with multiple plot on the same page using the par(fig=value) parameter but > par(fig = c(0, 50, 60, 95)/100, adj = 5/10) > eboulis(iris.acp) > par(fig = c(45, 100, 60, 95)/100, mgp = c(3, 1/2, 0)) > boites(iris.acp) draw the graphics on 2 different pages. what am I doing wrong ? thanks for your help. Mathieu [using R 0.65 under Linux Redhat 6.0] -- ---------------------------------------------------------------------- Mathieu Ros - 13 rue b?vi?re - 38000 GRENOBLE - 04 76 491 370 http://www.m...
2008 Mar 14
1
Tr: RE : getting a Creative Soundblaster card to work
Forwarding this to wine-users, I made a mistake while sending. Gardou J?r?me <jgardou at yahoo.fr> a ?crit : Date: Fri, 14 Mar 2008 14:09:42 +0100 (CET) De: Gardou J?r?me <jgardou at yahoo.fr> Objet: RE : [Wine] getting a Creative Soundblaster card to work ?: Susan Cragin <susancragin at earthlink.net> Cc: wine-user at winehq.org Susan Cragin <susancragin at
2009 Feb 13
1
ACL plugin when file in Maildir is not a directory
...n fact, due to mbox -> Maildir migration script), some people have in their Maildir a .procmail.logfile file. The problem is that dovecot (or the ACL plugin) wants to find a dovecot-acl file in what it would like to be a directory, and then complains : dovecot: IMAP(xxxxxxxx): open(/courriel/boites/xxxxxxxx/.procmail.logfile/dovecot-acl) failed: Not a directory Such a behavior makes the log file grow too much too quickly. Note that my setup regarding log verbosity is at its minimal/default (except for proctitle) : verbose_ssl = no verbose_proctitle = yes auth_verbose = no mail_debu...
2001 Mar 01
1
A problem between smbclient and a share with windows 3.11
> 1. A problem between smbclient and a share with windows 3.11 (victor3.lopes@voila.fr) > 2. RE: A problem between smbclient and a share with windows 3.11 (Allen, Michael B (RSCH)) > > --__--__-- > > Message: 1 > Date: Fri, 23 Feb 2001 13:03:34 +0100 > Subject: A problem between smbclient and a share with windows 3.11 > From: "victor3.lopes@voila.fr"
2001 Mar 08
2
Error: Looping in FIND_NEXT !
Excuse me but i re-post my question, please someone help me ? I have a little problem with samba. I use samba 2.0.3 on a linux 2.0.38 system. I want do a netbios connexion between my linux system with the smbclient command and a share on a windows 3.11 system. I make correctly the connexion with smbclient, and when type ls or dir, smbclient respond with Error: Looping in FIND_NEXT?? What
2017 Mar 05
3
quota-warning: possible to have size also?
Hello Community, My dovecot setup works fine with quotas and quota-warning. I have a questions though: when running the warning script, the example foundis it possible to pass the *quota size *as argument also? This would be useful with per-user quota. e.g. /some/script xx% username *xxxbytes* (order is not relevant of course) Thank you for your help. Cheers
2016 Jun 15
2
quota rules for mail users
Dear All, Is it possible to make quota rules under $HOME/Maildir/* mailboxes with a specific command such as 'edquota' when the first email arrives at the $HOME/Maildir/{new,cur,tmp} of a user. In the below example, the <UserB> is the one who gets an email for the first time. edquota -p <UserA> <UserB> ---man edquot--- -p, --prototype=protoname Duplicate the
2008 Aug 18
3
Samba 3.0.x access rights issue with secondary groups or Unix rights
Hi experts I have a trouble in access rights I am running Samba 3.0.31 on Solaris 10 x86 64 bits as member server of an Active Directory 2003 R2 domain (MYDOMAIN) using Identity Management for Unix I set rights to access a sub folder of a Samba share. On Solaris the user "toto" jdoe can write a new file. From Windows, the same user can't. Itlooks like OK when the primary group