On Friday 15 October 2010 11:47:15 Jeroen van Meeuwen (Kolab Systems)
wrote:
> Ralf Haferkamp wrote:
> > On Thursday 14 October 2010 13:30:22 Marc Patermann wrote:
> > > Hi,
> >
> > > Mark Heisterkamp schrieb am 12.04.2010 09:03 Uhr:
[..]
> > >
>
On Thursday 14 October 2010 13:30:22 Marc Patermann wrote:
> Hi,
>
> Mark Heisterkamp schrieb am 12.04.2010 09:03 Uhr:
[..]
> > I think we shouldn't advise 5000 users not to use Spotlight, we
> > should deactivate user_deny.db. By the way, what is this database
> > really good for? If we want some
Am Dienstag 28 September 2010, 13:09:02 schrieb Simon Matter:
> >Hi,
> >
> >reject8bit is "no" :
> > reject8bit: no
>
> I think the following option is not a standard Cyrus option:
> > rfc_ignore_8bit: yes
>
> and this one is wrong, in standard Cyrus it's called "munge8bit":
> > munge_8b
ne can turn that off via configure.in before building.
But the real problem turned out to be that with BDB 4.3.* they changed the
"n lockers" message from __db_err() to __db_msg(). To avoid having __db_msg()
messages printed on stdout one needs to install a callback handler with
db
On Thu, Feb 27, 2003 at 11:51:13AM -0500, Ken Murchison wrote:
>
>
> Ralf Haferkamp wrote:
> >
> > Hi,
> >
> > as the reason string of a vacation command in SIEVE is considered to be in
> > UTF-8 in absence of the :mime Parameter (see the Internet Draft)
made against cyrus-imapd 2.1.9 and does exactly this.
Please consinder including it into your cvs.
--
regards,
Ralf Haferkamp
SuSE Linux AG- The Linux Experts -
Deutschherrnstrasse 15-19 http://www.suse.com
D-90429 Nuernberg, Ge
On Thu, Nov 21, 2002 at 04:33:07PM -0500, Lawrence Greenfield wrote:
> --On Thursday, November 21, 2002 4:29 PM +0100 Ralf Haferkamp
> <[EMAIL PROTECTED]> wrote:
>
> >Hi,
> >
> >we encountered problems with some multipart MIME mails. It seems, that
> >cyru
he attached patch should fix this problem. BTW: is this the right list to
send patches to or does there exist a mailinglist better suited for this?
--
Ralf Haferkamp
SuSE Linux AG- The Linux Experts -
Deutschherrnstrasse 15-19
be composed of any US-ASCII characters,
> > [..]
> >
> > It should be easy to fix lmtpengine.c to match this specification. I'll
> > give it a try.
> Fixed in CVS.
Thanks. I have fixed it for 2.0.16. I can post it to the list, if somebody
needs it.
--
Ralf
quot;:"), followed by a field body, and terminated by CRLF. A field
name MUST be composed of printable US-ASCII characters (i.e.,
characters that have values between 33 and 126, inclusive), except
^^
colon. A field body m
Hi,
I encountered some problems using the multi-line string form in vacation-
and reject actions of SIEVE scripts. The following (constructed) example
should show the problem.
E.g. I want to send a vacation reply containing the following lines:
snip
line1 blah blah
.
line3 blah blah
snip
Hi,
I am trying to use AUTH proxying with timsieved. As far as I understand it
I have to use at least the PLAIN SASL mechanism to use AUTH proxying.
But by default the LOGIN mechanism is used.
I am using the managesieve Perl modules to access the server. How can I
tell them to use the PLAIN me
Hi,
The sieve-implementation of cyrus-imapd cannot parse a sequence like this
one :
[...]
if allof (
header :contains ["From", "To"] ["test\\"]
) ^^^
[...]
The problem is the escaped backslash at the end of the string. If I put a
space between the la
Hi,
Is it possible to write a SIEVE filterrule that checks all mail headers for
a specific string? Something like:
if header :contains [*] "blahblah"{
discard; ^
}|
|
|___
14 matches
Mail list logo