Displaying 20 results from an estimated 2000 matches similar to: "Hi everyone .. need some pro-dovecot arguments :-)"
2006 Apr 03
2
Questions about differences to other mail servers
I just transferred over my first server from Suse Linux with
uw-imap(ipop3/imap2003) to CentOS with Dovecot (0.99). I didn't find any
problems in the testing phase, but when the actual transfer into
production happened I found a few problems crop up:
1. Dovecot wants to chdir in the user's home directory even when logging
in via POP3. However, the mailboxes for POP3 are all in
2005 Dec 19
1
dovecot as3
i am using redhat as3, sendmail, xinetd ipop3 and imap, i installed dovecot and configured, when i stop xinetd and start dovecot , after successful startup , and using web to access it getting authenticaion errors, user/password unknown
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2006 Jan 16
1
Imap working, but not Pop3
I'm running Redhat Linux 4.1 and I have dovecot loaded and imap is working.
Users can get their mail via squirrelmail.
But everytime I try to 'chkconfig ipop3 on' I get the error 'error reading
information on service pop3: no such file or directory'.
Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Aug 06
1
Could not parse XSLT file
hi
i installed icecast 2.01 on a suse system (hmm didn't have any imapct to
the desicion for suse) and compiled every myself.
the streaming server itself runs, i can steam and receive the stream but
i cant get the web-admin interface via host:8000/admin/. the following
error occurs in the web browser:
Could not parse XSLT file
XSLT: current tarball (cvs snapshot)
libxml2-2.6.9
2014 Oct 19
1
YP submission / cURL issue. (icecast 2.0.1 / gentoo)
hi
i installed icecast 2.01 on a suse system (hmm didn't have any imapct to
the desicion for suse) and compiled every myself.
the streaming server itself runs, i can steam and receive the stream but
i cant get the web-admin interface via host:8000/admin/. the following
error occurs in the web browser:
Could not parse XSLT file
XSLT: current tarball (cvs snapshot)
libxml2-2.6.9
2017 Aug 05
2
Nested for loop
Hi! Thanks for taking the time to read this.
The code below creates a graph that takes 100 samples that are between 5%
and 15% of the population (400).
What I'd like to do, however, is add two other sections to the graph. It
would look something like this:
from 1-100 samples take 100 samples that are between 5% and 15% of the
population (400). From 101-200 take 100 samples that are between
2017 Aug 06
0
Nested for loop
Hi Kirsten,
I can run your example code but I can't quite follow your division of sampling. Can you restate the the task? Below is what I think you are asking for, but I have the feeling I may be off the mark.
Set A: 400 samples, draw 100 in range of 5 to 15
Set B: 800 samples, draw 100 in range of 5 to 15
Set C: 300 samples, draw 100 in range of 5 to 15
Ben
> On Aug 5, 2017, at
2017 Aug 06
1
Nested for loop
Hi Ben,
That's exactly right! Except for each set it's the sample population that
is 400, 800 or 300. I want to take 3 samples, each of 100, where only the
population differs. I can do this separately, but I'm having trouble
putting them all on the same graph.
I'd like to have sample on the x axis (1-300) and estimate on the y axis. I
want to show how population affects the
2019 Jul 22
6
replication stuck?
Am 22.07.19 um 10:39 schrieb Stefan G. Weichinger via samba:
> Am 20.07.19 um 11:54 schrieb Joachim Lindenberg via samba:
>> I figured it out myself. The kerberos configuration on the old dc cobra was bad ? no clue why it worked at all until yesterday.
>>
>> After fixing it, testing with kinit, and restarting the dc processes it resumed replication.
>
> pls show how you
2005 Dec 14
2
Question about the dovecot debian package
am planing transition to dovecot right now ...
just noticed dovecot debian package would install mysql ... it probably
depens on just any database and uses ymsql by default .. but anyway why
does it need one ?
Florian
2011 Sep 22
1
nlm's Hessian update method
Hi R-help!
I'm trying to understand how R's nlm function updates its estimate of the Hessian matrix. The Dennis/Schnabel book cited in the references presents a number of different ways to do this, and seems to conclude that the positive-definite secant method (BFGS) works best in practice (p201). However, when I run my code through the optim function with the method as "BFGS",
2009 Oct 09
0
[LLVMdev] Hi, everyone, fail on building c-index-test
Mmm, do you see that patch? Because the order of those linked library
is incorrect. Mingw can't generate libCindex.dll.
So I midified the likage order.
Also, for the reason of removing duplicated code, I removed some
unnecessay cmake code. And add an new cmake function
2009/10/7, Douglas Gregor <dgregor at apple.com>:
>
> On Oct 7, 2009, at 8:36 AM, 罗勇刚(Yonggang Luo) wrote:
>
2008 Nov 04
0
Hi Everyone
I am Generating the Excel sheet using the ruby on rails
I installed the gem spreadsheet/excel
and the spreadsheet
and in my code i wrote the lines
require ''spreadsheet/excel''
require ''spreadsheet''
i used to format the excel sheet
wb = Spreadsheet::Excel.new(path) # creates the Excel sheet
ws = wb.add_worksheet("employee") # creates the work
1998 Mar 18
2
``nlm(.) with derivatives''
>>>>> "DougB" == Douglas Bates <bates@stat.wisc.edu> writes:
DougB> .......
DougB> ....... { time comparisons in testing lme(..) for R }
DougB> .......
DougB> This can be expected to run faster when a version of nlm that accepts
DougB> gradients and Hessians is available. ---
Doug, do I understand properly that it won't
2009 Oct 05
0
[LLVMdev] Hi, everyone, fail on building c-index-test
On Oct 5, 2009, at 3:17 PM, 罗勇刚(Yonggang Luo) wrote:
> Is there anyone get the time to apply this patch?
I've committed my suggested fix. There's no point in setting the
LINKER_LANGUAGE property of every LLVM library, because CMake figures
out the right language based on the file extensions of the source files.
- Doug
> 2009/10/2, Douglas Gregor <dgregor at apple.com>:
2009 Oct 07
2
[LLVMdev] Hi, everyone, fail on building c-index-test
>
> I've committed my suggested fix. There's no point in setting the
> LINKER_LANGUAGE property of every LLVM library, because CMake figures out
> the right language based on the file extensions of the source files.
Yes, CMake figures out the *right language* based on the file extensions of
the source files.
But, llvm is based on *C++*
for example, if you create a application
2009 Oct 05
2
[LLVMdev] Hi, everyone, fail on building c-index-test
Is there anyone get the time to apply this patch?
2009/10/2, Douglas Gregor <dgregor at apple.com>:
>
> On Oct 1, 2009, at 6:36 AM, 罗勇刚(Yonggang Luo) wrote:
>
>> At the first glance, it's coming with that c-index-test is just
>> only containing c files (without cpp(cxx,c++) files).
>>
>> So cmake recognize it as pure C project,
>> and so it's
2008 Sep 09
29
[PATCH 1/4] CPU online/offline support in Xen
This patch implements cpu offline feature.
Best Regards
Haitao Shan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
1997 Nov 21
2
R-alpha: nlm and gradients
At present the documentation for nlm refers the reader to Dennis and
Schnabel for details on the algorithms. It also states that the
function is liable to change.
Can anyone tell me if the current version of nlm uses only function
values or if it can use gradients and Hessians when they are
available? I would like to get an idea of how difficult it would be
to port the development versions of
2008 Jul 29
2
Hi I am vinod, I want to set up simple Samba PDC using tdbsam password backend. samba is installed on fedora 8 GNU/Linux. my network is about 30 windowsXP Pro. SP-2 static IP addressed machines. total no users about : 40 my network is : 192.168.1. sa
Hi
I am vinod,
I want to set up simple Samba PDC using tdbsam password backend.
samba is installed on fedora 8 GNU/Linux.
my network is about 30 windowsXP Pro. SP-2 static IP addressed machines.
total no users about : *40*
my network is : *192.168.1.*
samba server is *: 192.168.1.10*
windowsXP Pro. SP-2 clients : *192.168.1.11* to *192.168.1.40
*I want the users to be able to