Displaying 20 results from an estimated 10000 matches similar to: "Folder names"
2013 Aug 05
1
Subfolders of Inbox with LAYOUT=fs
We've just converted to LAYOUT=fs. Some users had subfolders under Inbox,
and for those users some MUAs no longer show those folders.
The directory structure is that the cur, tmp and new folders are in the
'location' directory, but the subfolders are in
$location/INBOX/$foldername.
I am suspicious of this:
12 list "" INBOX
* LIST (\HasNoChildren) "/"
2012 Nov 16
4
Folder layout after Cyrus to Dovecot migration
# dovecot --version
1.2.15
We're trying to migrate a server from Cyrus to Dovecot, and we're mostly
there.
On Cyrus, the folder layout in the MUA is:
INBOX
subfolder
subfolder
...
Sent
Drafts
Queue
Trash
Users cannot create sibling folders to the Inbox, only subfolders (and
sub-subfolders, etc). We've replicated that with:
2009 Sep 08
7
Puppetmaster be client of another puppetmaster?
Is is possible to have a puppetmaster that is a client of a different
puppetmaster? We manage our customers'' server via puppet, but one customer
has a puppetmaster server which looks after their internal systems. We''ve
tried the following in /etc/puppet/puppet.conf ("customer" and "us"
replacing the domain names) on their puppetmaster:
[puppetmasterd]
2011 Apr 06
3
Managing public folder ACL files
We have a customer with a large public folder hierarchy. They occasionally
make requests to have the public folder ACLs changed; for example: "please
give user X access to all public folders" (that's nearly 1700 folders).
Worse: "please give user Y access to all sales folders" (there are 1450
sales folders).
The problem is that there are (naturally) spaces in the folder
2005 Sep 22
6
Autocomplete - setting a second value?
I''m using the autocomplete function, and need a way to grab a second
value from the ajax request... an example would probably speak better:
This is my HTML:
<input name="CustomerName" id="CustomerName" type="text" />
<div id="CustomerList"></div>
<input name="CustomerID" id="CustomerID"
2004 Feb 17
2
FW: Samba 3.0.2/LDAP and Adding a Workstation to the Domain
Well, the log shows that I'm getting an Access Denied on the
SAMR_OPEN_DOMAIN rpc... does that point anyone to my problem?
2004/02/17 09:36:47, 3] rpc_server/srv_pipe.c:api_rpcTNP(1509)
api_rpcTNP: rpc command: SAMR_OPEN_DOMAIN
[2004/02/17 09:36:47, 3] lib/util_seaccess.c:se_access_check(251)
[2004/02/17 09:36:47, 3] lib/util_seaccess.c:se_access_check(252)
se_access_check: user sid is
2003 Oct 28
1
print job complete messages
I know I've read something about this in the distant past, but i can't seem to
find any info on it now. I'm hoping someone knows offhand...
I'm using samba 2.2.8a and cups 1.1.17 to serve printing to some windows 2000
workstations. Cups is set up with raw queues and I'm using the windows
drivers available from HP. When the clients print from the windows print
server,
2014 Sep 14
1
Per-folder (per-mailbox) message expiration with control from client side — is it possible?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
I'm migrating from ?old skool? solution with one mail client (MUA) on
one computer, which retrieves mail via POP3, sorts it and manages it
locally to installation when there are several MUAs on different
devices, accessing mail via IMAP4, and all sorting and management
should be server-side.
Sorting is ?easy?: sieve. Here are some nuisance
2002 Jul 02
4
Samba 2.2.4 and PRINT$
Hi,
I'm having difficulty configuring Printing with Samba 2.2.4 and Windows
2000 clients.
The samba installations is running as a PDC against LDAP. All the
sharing of network file systems seem to be working perfectly..
I have a share
[printers]
path = /usr/spool/samba
guest ok = yes
printable = yes
browsable = no
guest ok = yes
writable =
2004 Jun 18
5
Lag on network using Samba
I am using Samba for a file server and get a lag when accessing files
across the network, I assume it is due to inactivity, because the first
file I access takes the longest to access, and then other files I access
immediatly after are much faster. If I do not access any files for a
while I get the problem again. It all works well, but I would really
like to get rid of this Lag when opening a
2009 Aug 27
2
[LLVMdev] andersen's alias analysis
On Aug 26, 2009, at 6:40 PM, Max Stonebraker wrote:
> Hello,
>
> Does the LLVM Andersens alias analysis handle function pointers
> precisely? I ran it and it looks like it says every function points
> points to the universal set. Is this what I should expect?
Hi Max,
I don't know the answer offhand but please keep in mind that the
current andersen's pass has many
2004 Apr 28
1
Domain members list
Using Samba 3.0.2a as a PDC, I wanted to add a domain user to the
workstation's local 'administrators' group. I logged into the
workstation (Win2K) as the local admin, and browsed the domain for
usernames. The domain members list seems to contain every entry in
/etc/passwd - how can I restrict the list to just those people for whom
the command 'smbpasswd -a xxxxx' has been run?
2004 Feb 14
1
your /etc/dovecot.conf
Hi.
Please send me your /etc/dovecot.conf what edited.
Yours,Mohsen.
=====
---------DIGITAL SIGNATURE-------------------
///Mohsen Pahlevanzadeh////////
Network administrator & programmer
My work phone is : +98216054096-7
My home phone is: +98213810146
My emails is
m_pahlevanzadeh at yahoo.com
2018 Nov 30
2
How to unsubscribe
> b) go to https://https://dovecot.org/mailman/listinfo/dovecot and click
> unsubscribe, don't change your delivery options to notmail.
That's not at all clear (quite apart from the double protocol prefix). A
lot of the potential audience of this list "know" how Mailman works, so
why have you broken that knowledge by delivering to those who have
disabled mail delivery?
2018 Dec 01
1
How to unsubscribe
> I am very sorry that I had to enable the delivery for people who had
> intentionally disabled delivery, but I didn't want to spend days
> figuring out the best possible way to fix the situation and in the end
> it's not a horrible bother to disable yourself again
I have disabled mail delivery in Mailman.
I'm still receiving the list mails.
--
2014 Nov 25
4
[LLVMdev] RFC: How to represent SEH (__try / __except) in LLVM IR
> We should also think about how to call std::terminate when cleanup dtors throw. The current representation for Itanium is inefficient. As a strawman, I propose making @__clang_call_terminate an intrinsic:
…
That sounds like a good starting point.
> Chandler expressed strong concerns about this design, however, as @llvm.eh.get_capture_block adds an ordering constraint on CodeGen. Once
2013 Jan 09
2
[LLVMdev] attributes
I need to add two function attributes to clang that I can subsequently
process in llvm.
void __attribute__((mips16)) foo16 ();
void __attribute__((nomips16)) foo32 ();
int main() {
foo16();
foo32();
}
Does anyone know offhand where this gets added to clang and where the
hook for processing
in llc is?
I think that this code has changed recently.
These options mimick those of gcc.
2013 Jan 09
2
[LLVMdev] attributes
On 01/09/2013 01:19 PM, Sean Silva wrote:
> On Wed, Jan 9, 2013 at 4:14 PM, reed kotler <rkotler at mips.com> wrote:
>> Does anyone know offhand where this gets added to clang and where the hook
>> for processing
>> in llc is?
>>
>> I think that this code has changed recently.
> There's
2005 Nov 14
3
InPlaceEditor question
I''ve noticed some strangeness when using the InPlaceEditor.
Here''s my code:
<p id="storyTitle"><%= storyTitle %></p>
<script type="text/javascript">
new Ajax.InPlaceEditor(''storyTitle'',
''editBlog.jsp'', {
callback: function(value) { return ''v=edit&user=<%=
2013 Jul 22
0
[LLVMdev] Inst field in MSP430InstrFormats.td
The Inst field is used to specify instruction encodings, which are then used to generate assemblers and disassemblers. I'm not sure offhand, but it's possible that the MSP430 backend doesn't make use of an auto-generated assembler.
--Owen
On Jul 21, 2013, at 4:19 PM, David Wiberg <dwiberg at gmail.com> wrote:
> Hello,
>
> Within the file