Displaying 20 results from an estimated 100 matches similar to: "what has to be in the message"
2009 Oct 01
2
Compile dovecot 1.2.5 with managesieve patch 0.11.9?
Hi,
is it possible to compile dovecot 1.2.5 with the managesieve patch
0.11.9 which is for dovecot 1.2.4 or is it better to wait if a new
managesieve patch is released? Maybe 1.2.5 will work too?
Thanks,
Seba
2009 Sep 24
0
Feature request: 'dovecot-shared' files to be configurable
Hi list,
using dovecot in a more complex environment nearly always requires use
of ACLs and shared mailboxes/folders. Now, to make life more easy for
the users, we can use 'dovecot-shared' files to eable per-user
\seen-flagging. Is it possible to make this issue configurable in the
dovecot config, something like "always keep a 'dovecot-shared' file in
users maildir, even if
2009 Oct 27
1
listing available subscriptions - shared mailboxes
hi everybody,
got a strange issue with 1.2.4 on SLES11. When listing the user's
available subscriptions with any client, every shared mailbox that can
be subscribed is listed twice, once with it's correct name, 'folder' for
example. the second appereance is without the last letter of the name,
'folde' for example. strange behaviour, since this happens with any
client. i
2009 Jul 23
0
vfs:recycle behavior
Hi folks,
i'm using 3.0.30 on Debian etch, one big share (~250 G) with a separate
recycler, built with the vfs object. Files which are deleted are moved
to that recycler, now my question: Are files that are copied/moved to
another share also moved to the recycler?
Thanks in advance,
i.A. Hendrik Pahl
Systemingenieur
--
LWsystems GmbH & Co. KG ++ http://www.lw-systems.de/impressum
2011 May 23
1
Hide INBOX prefix on shared mailboxes
Hello List,
We've upgraded our Dovecot system from 1.2.4 to 2.0.12.
If someone now accesses an inbox of another user at the shared
namespace, the folder will be shown as:
shared/martin/INBOX
The 1.2 installation has shown the folder like
shared/martin
Is it possible to achieve the "old" behavior?
** Configuration of the namespaces
* dovecot 1.2
namespace private
2007 Jul 07
2
Change print job priority
Hi list members,
I've a problem with a printer in a samba network like the following
client ----> samba dc ----> cups ----> network plotter
Client: Windows XP Professional
Samba: 3.0.20b on SLES 9, SP3
Cups: 1.1.20
Printer: HP DesignJet 1050C
The plotter is installed as a windows network printer on the samba server.
Cups is directly connected to samba:
2006 Oct 02
2
[LLVMdev] Instruction descriptions question
Hi Chris,
Thanks a lot for your answer!
Chris Lattner wrote:
>> 1. Why does X86 instruction set description provide different
>> descriptions for the same instructions, which differ only in the
size
>> of operands?
>> E.g.
>>
>> def MOV8rm : I<0x8A, MRMSrcMem, (ops GR8 :$dst, i8mem :$src),
>> "mov{b} {$src, $dst|$dst, $src}",
2006 Oct 01
2
[LLVMdev] Instruction descriptions question
Hi,
I'm trying to implement a new backend for an embedded CISC processor.
Therefore I thought that it makes sense to take X86 target as a basis,
to save some time.
But when I look into the X86InstrInfo.td, I have a very strong feeling
that it is one of the most complex instruction set descriptions
compared to other targets. I can imagine that this is due to the
complexity of X86's
2006 Oct 02
0
[LLVMdev] Instruction descriptions question
On Sun, 1 Oct 2006, Roman Levenstein wrote:
> I'm trying to implement a new backend for an embedded CISC processor.
> Therefore I thought that it makes sense to take X86 target as a basis,
> to save some time.
Ok. Note that the X86 backend is one of the most complex though, because
it supports several subtargets and ABIs, which makes it more complex than
some other targets.
>
2008 Jan 15
1
Idmap creates unnecessary group entry
Hy Samba users,
I've got a problem with an samba/ldap setup. As I set an ACL to a domain
group in an windows client, a group mapping entry will be created in the
Idmap ou at the ldap server.
I discoverd the OpenLDAP logfiles. There, the server sends a search
request for the domain group sid to the ldap backend will retreive an
entry back:
Jan 15 20:19:24 225 slapd[4518]: conn=190 op=24
2017 Mar 05
2
Upgrade from 2.0. to 2.2
Am 05.03.2017 um 22:49 schrieb Peter:
> On 04/03/17 00:22, Jakob Curdes wrote:
>> Hello, we have a centos 6 server running dovecot 2.0 provided with the
>> OS, currently 2.0.9. We would like to upgrade to the 2.2.19 package
>> provided by the mailserver.guru repo.
>
> Why upgrade to such an old version? You can get 2.2.27 (2.2.28 in
> testing) packages from
2008 Jun 04
2
panic on `zfs export` with UNAVAIL disks
hi list,
initial situation:
SunOS alusol 5.11 snv_86 i86pc i386 i86pc
SunOS Release 5.11 Version snv_86 64-bit
3 USB HDDs on 1 USB hub:
zpool status:
state: ONLINE
NAME STATE READ WRITE CKSUM
usbpool ONLINE 0 0 0
mirror ONLINE 0 0 0
c7t0d0p0 ONLINE 0 0 0
c8t0d0p0
2008 Apr 18
11
DO NOT REPLY [Bug 5403] New: -H (--hard-links) is broken when sending to remote
https://bugzilla.samba.org/show_bug.cgi?id=5403
Summary: -H (--hard-links) is broken when sending to remote
Product: rsync
Version: 3.0.2
Platform: x86
OS/Version: NetBSD
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: gcw@pobox.com
2006 Oct 30
1
Registration problem
Hi all, i have an * version: Asterisk SVN-branch-1.2-r45691, I need to
register a linksys 922 phone thru internet and when I make sip debug command
i see this debug information:
-- SIP read from x.x.x.x:1024:
REGISTER sip:mysipserver.com SIP/2.0
Via: SIP/2.0/UDP x.x.x.x:1025;branch=z9hG4bK-839856dc
From: "SPA922" <sip:5403@mysipserver.com>;tag=685bbad1fae3325do0
To:
2006 Oct 02
0
[LLVMdev] Instruction descriptions question
On Mon, 2 Oct 2006, Roman Levenstein wrote:
>>> Wouldn't it be possible and even more clean to have just one
>>> description like (I use a pseudo-description here):
>>>
>>> def MOVrr : I<0x88, MRMDestReg, (ops (GR8|GR16|GR32) :$dst,
>>> (i8mem|i16mem|i32mem):$src),
>>> "mov{b} {$src, $dst|$dst, $src}", []>,
2008 Feb 23
5
Corel Draw 11 on Ubuntu 7.10 with Wine 0.9.4.6
Hi @ All,
I have installed Corel Draw on Ubuntu 7.10 with Wine 0.9.4.6. I used this installation guide http://appdb.winehq.org/appview.php?iVersionId=1840&iTestingId=6822
That meand I copied the to dll-files to home/.wine/win32
The Installation was successfull. No Errors.
Than configured Wine and used the DLL Overridingtool to make "wintab32" & "msvcirt and native like
2004 Apr 29
2
e100p installation
Hi, I buyed a wildcard e100p and I installed that but when I load asterisk I
have this error:
Apr 29 18:59:25 WARNING[8192]: chan_zap.c:690 zt_open: Unable to open
'/dev/zap/channel': No such device
Apr 29 18:59:25 ERROR[8192]: chan_zap.c:5403 mkintf: Unable to open channel
1: No such device
here = 0, tmp->channel = 1, channel = 1
Apr 29 18:59:25 ERROR[8192]: chan_zap.c:7526
2005 May 12
0
[LLVMdev] looking for a burg-style code generator generator
i want to extend a burg-style code generator generator to write a
retargetable compiler, implementing the algorithm:
Rainer Leupers: Code Selection for Media Processors with SIMD
Instructions. DATE 2000: 4-8
what i have now is only iburg, though robust but with very limited
functionality.
i have consider using "nova" - http://cocom.sourceforge.net/nona.html
but it seems not be
2015 Oct 07
4
UEFI: Failed to load ldlinux.e64/ldlinux.e32
On Wed, Oct 7, 2015 at 6:09 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>> -----Original Message-----
>> From: Gene Cumm [mailto:gene.cumm at gmail.com]
>> Sent: Wednesday, October 07, 2015 4:43 PM
>> To: For discussion of Syslinux and tftp-hpa; Geert Stappers
>> Subject: Re: [syslinux] UEFI: Failed to load ldlinux.e64/ldlinux.e32
>>
>> On Wed, Oct
2002 Dec 06
3
do not show printers?
Hello!
What can I do to tell samba to do not show the printers. I've configured
printing = no and removed the [printers]-Section, but I still see the
printers section when browsing the server. Any hints?
regards
Markus Schabel
+--------------------------------------------+
| TGM - Die Schule der Technik |
| IT-Service |
| A-1200 Wien, Wexstrasse