Displaying 8 results from an estimated 8 matches for "bientot".
Did you mean:
benton
2005 Dec 07
2
"pop before smtp" dovecot.conf
...ile and
extract information from collected data, but this
seem to me 'a kind of the very last option'....
May be the trick can be achieved using 'executable' function?
Ideally I'll like to have an entry in dovecot.conf, like...
popbeforesmtp=/somewhere/in/the/tree
A bientot
--
==========================================================================
Jean-Marc Pigeon Internet: Jean-Marc.Pigeon at safe.ca
SAFE Inc. Phone: (514) 493-4280 Fax: (514) 493-1946
REGULUS, a real time accounting/billing package for ISP
REGULUS' Home base...
2006 Jul 06
1
Engines 1.1.3 (brought to you by a small french pirate and the number #180)
Hello all,
Since some people were having trouble using engines with Rails 1.1.4,
I''ve released a new version of the engines plugin which contains the
very small bug-fix:
http://svn.rails-engines.org/engines/tags/rel_1.1.3
http://svn.rails-engines.org/plugins/engines
As ever, if you''re new to this whole thing read the README, join the
mailing lists, blah blah and so on. No
2005 Sep 23
1
v1.0.alpha2, virtual domain authentication
...sked enough now so I just implemented it in CVS. Could be
> still optimized a bit, but I think it's fast enough.
Could somebody on the list be kind enough to give me some
light about this? (is code to do this already implemented
(CVS) but not tested yet????)
Thanks for your help.
A bientot
--
==========================================================================
Jean-Marc Pigeon Internet: Jean-Marc.Pigeon at safe.ca
SAFE Inc. Phone: (514) 493-4280 Fax: (514) 493-1946
REGULUS, a real time accounting/billing package for ISP
REGULUS' Home base...
2003 Nov 04
0
[LLVMdev] Re: LLVM and PyPy
...user program (P). This efficient
low-level code can also be written by hand; it is what I did in Psyco. Now
that I know exactly how such code must be written it is not difficult to
actually generate it out of the regular Python source code of (I), i.e. PyPy.
We won't actually write (M).
A bientot,
Armin.
2003 Oct 31
0
[LLVMdev] Re: LLVM and PyPy
...cific
interface to do that? Is it possible to extract from LLVM the required code
only, and link it with the final executable? In my experience, there are a
few limitations of C that require explicit assembly code, like building calls
dynamically (i.e. the caller's equivalent of varargs).
A bientot,
Armin.
2005 Sep 26
4
virtual domain
we are currently using vm-pop3d to implement virtual domains. But due to some locking problem in vm-pop3d, we want to test the possibility to change to dovecot.
Currently, in vm-pop3d, the passwd file is located in
/etc/virtual/domain1.com/passwd
/etc/virtual/domain2.com/passwd
and the passwd format is:
user: md5 encrpted password
and the email is store in
/var/spool/virtual/domain1.com/user
2003 Nov 02
2
[LLVMdev] Re: LLVM and PyPy
> > We already have the capability of doing function-at-a-time code
> > generation: what is basic-block at a time generation used for? How do you
> > do global optimizations like register allocation?
>
> It is central to Psyco, the Python just-in-time specializer
> (http://psyco.sourceforge.net) whose techniques we plan to integrate with
> PyPy. Unlike other
2003 Oct 31
5
[LLVMdev] Re: LLVM and PyPy
On Fri, 31 Oct 2003, Armin Rigo wrote:
> Hello Chris,
>
> We have been investigating your project and the good documentation
> and are very impressed. If we understood your goals correctly
> this seems like a good match for our ongoing and active PyPy project,
> a reimplementation of the Python language in Python.
Cool. We are all big fans of Python here. :)
> We'll