Displaying 15 results from an estimated 15 matches for "jehane".
Did you mean:
jehan
2009 Feb 03
4
Dovecot-antispam does not work
Hi,
I have installed dovecot-antispam and configured it this way (as in the doc)
with the dspam exe:
protocol imap {
mail_plugins = antispam
mail_plugin_dir = /usr/lib64/dovecot/imap
}
plugin {
# For dovecot-antispam:
antispam_signature = X-DSPAM-Signature
antispam_trash = trash;Trash;Deleted Items
antispam_spam = SPAM;Junk
#antispam_unsure = unsure
2004 Sep 10
3
Re: FLAC on Pocket PC
Josh Coalson wrote:
> yeah, we'll need more info than that.
Here is my test project then.
To keep the zip small, I didn't put the flac files. Just copy the
flac-1.1.0 directory into flactest (so that the path flac-1.1.0\include
and flac-1.1.0\src exists in flactest). The project should then compile
as is.
All the code is in flactest.cpp. It's pretty basic. You'll have to
2009 Feb 04
1
Deferred emails on alias emails
Hi,
I am currently making a fresh install of email server. I am having some
issue with dovecot-antispam (cf. other emails), and noticed that I was
having issues on aliases, which apparently where not forwarded to the actual
SMTP server after passing through dspam. Still don't figure why but
temporarily disable the dspam filter, which anyway is not useful in the
current state of this
2016 Jan 12
2
Welcoming a new SIG member :)
Virt SIG folks, please join me in welcoming our latest SIG member, Marianne Lombard (username: jehane).
She's been a Fedora contributor for quite sometime already, and will now be
helping to ensure I'm not being a bottleneck RE: docker on CentOS virt :)
Welcome aboard, Marianne.
--
Lokesh
Freenode: lsm5
GPG: 0xC7C3A0DD
-------------- next part --------------
A non-text attachment was scru...
2004 Sep 10
2
FLAC on Pocket PC
Hi,
I'm trying to use FLAC (v1.1.0) on a Pocket PC (Toshiba e740). It
compiles fine without any warning. When I try to compresse 16bits waves,
everything is fine. When I try to compress 8bits waves, I get a audio
mismatch error (FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA).
Does anyone have had this problem? I can send the project if someone can
look at it.
Thanks,
Jehan
2004 Sep 10
1
Re: FLAC on Pocket PC
On Thu, May 29, 2003 at 09:10:04AM -0700, Jehan wrote:
> Jehan wrote:
> >Here is my test project then.
> >To keep the zip small, I didn't put the flac files. Just copy the
> >flac-1.1.0 directory into flactest (so that the path flac-1.1.0\include
> >and flac-1.1.0\src exists in flactest). The project should then compile
> >as is.
> >
> >All the
2000 Apr 14
1
novice question
Hello,
I've just compile R under solaris 7, everything went right, unfortunatly
when I run R as a normal user it returns saying:
$./R
GUI `X11' is not supported
However as root it works fine in text mode, that's what I want
$./R
R : Copyright 2000, The R Development Core Team
Version 1.0.0 (February 29, 2000)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are
2004 May 04
2
Folding Samba into existing PAM_LDAP?
I have the same question, I've got an existing openldap sever running
with posixAccount users for linux pam/nss auth working OK .
How can I enter smbpasswd users information to the existing Ldap
database (just add the sambaSamAccount information needed for a PDC base
on Ldap auth) !? Idealx scripts creates a whole dedicated Ldap database
:-( .
2006 Nov 23
2
smb + nfs lock problem
Hello,
whenever I try to copy a new file from windowsXP (2K also) to a samba
share which is NFS mounted on the samba server, I get an error on the
client: "impossible to copy file.txt: the process cannot access the file
because an other process has locked a part of it" (my english
translation of the french message I have !)
It worked fine before (3weeks ago) and I think that problem
2009 Feb 06
1
Hi all,
Hi all,
as I told earlier, I am installing an email server with
postfix/dovecot/dspam (for now that's all, though some programs may come
later). For now, what works good enough is that I receive mails and spams
are tagged. Dovecot version 1.1.7-r1 compiled from the gentoo depository
with debug.
The path of a mail is
1/ to be passed to dspam by postfix as a virtual transport with this in
2005 Apr 20
2
Speex-1.1.7 seems to crash with --enable-sse (on P3/GCC-3.2)..
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<b></b>Hi,<br>
<br>
I also tried to build speex
2004 Nov 24
1
Externalize journal
Hello
Is it possible to externalize the journal of an already existing
(journal inside) ext3 FS ?
Here's what I did to create a new FS with external journal for
/dev/emcpowerl2 on /dev/emcpowerl2
mke2fs -O journal_dev /dev/sda10
mke2fs -J device=/dev/sda10 /dev/emcpowerl2
it works perfectly , but can I do the same whitout reformating the
original FS; /dev/emcpowerl1 which is in
2005 Apr 20
0
Speex-1.1.7 seems to crash with --enable-sse (on P3/GCC-3.2)..
Hi,
To increase the stack size, you can increase the value in the
speex_alloc() call in nb_celp.c. Let me know if it solves the problem.
Also, what compiler are you using. I think some older versions of gcc
may have problems with SSE intrinsics.
Jean-Marc
Le mardi 19 avril 2005 ? 16:02 +0200, jehan Monnier a ?crit :
> Hi,
>
> I also tried to build speex 1.1.7 with sse enabled on a
2006 Jun 06
10
GXP-2000
I'm using a few GXP-2000 with firmware 1.0.2.13 and everything seems
to be working fine. However, there are a couple of issues I'd like to
know if are possible:
1) Even though the phone has 4 line appearances, if I am speaking on
a line, the phone can no longer receive phone calls. I can manually
select another line and make calls, but when Asterisk tries to send a
call to it, I
2007 Nov 07
2
Ajax.Request -post
Hello SpinDoctors,
I am fairly new to prototype js framework. I love it.
Have various Ajax -get calls... which work wonderful...
Suddenly, realised that in one case I have to use ''post'' to overcome
the limitation on URL length...
Have changed the parameters to suit to ''post'' request, but nothing
happens... need your help...
function getOptionalGroups(key){