Displaying 20 results from an estimated 6000 matches similar to: "dovecot 2.0.4 imap service error"
2007 Oct 29
1
lost emails with version 1.0.6
Hi list members,
I am using dovecot on Slackware 12.0 with postfix 2.4.5. I just
upgraded to version 1.0.6 from 1.0.5 and now I am not getting emails.
I am using dovecot deliver with postfix. deliver log also says email
put into appropriate inbox. Starting up dovecot doesn't show any error
messages. I've looked at the release notes and couldn't find any
changes that should affect
2010 Aug 18
1
dovecot-lda logging
Hi everyone,
I'm using Postfix and Dovecot with dovecot-lda used for local delivery.
I've successfully migrated from 1.2.13 to 2.0.0 however I have a little
problem with dovecot-lda logging. With version 1.2.13, I use to log
dovecot-lda to /var/log/dovecot-lda.log with world-writable mode. With
version 2.0.0, postfix complains:
"Can't open log file /var/log/dovecot.log:
2011 Jan 20
0
[LLVMdev] Modifying the patterns/ instruction selection phase in LLVM 2.7
I have similar requirements for my project. This is what I do.
1. Add a new intrinsic function to LLVM that corresponds to
"functions with particular type of function names".
The steps to create intrinsic function is documented in
http://llvm.org/docs/ExtendingLLVM.html#intrinsic.
2. Create a lowering pass that lowers "functions with particular
type" ( eg. p0, p1) to
2010 Sep 26
3
[LLVMdev] Issue compiling llvm-gcc frontend on sparc
Hi all,
I have successfully built LLVM itself, as all the tools (llc et al) are working fine. I built the latest release version (2.7). I have been trying to build the llvm-gcc frontend on a sparc machine. I encountered the following issues :
1) During configuration, the default assembler (installed at /usr/ccs/bin) is chosen to be used, but I want to use the GNU assembler (installed at
2012 Nov 06
2
doveadm import doesn't work
Hello,
we are running dovecot 2.0.4 on openSuse 11.2.
mailboxes are in mdbox-format on local filesystem.
we had a powerfailure resulting in many corrupted files and i had to
restore some mailboxes.
as descibed in wiki, i tried :
doveadm import -u <username> mdbox:/path/to/backup/<username>/mdbox
INBOX all
or
doveadm import -u <username>
2010 Mar 26
6
Rake argument error
Hi,
I''m having a problem loading a sample data with simple rake command.
rake db:fixtures:load
When I run the above command,I get the following error
$rake db:fixtures:load
(in /home/raghu/www/photos)
rake aborted!
a YAML error occurred parsing
/home/raghu/www/photos/test/fixtures/photos.yml. Please note that YAML
must be consistently indented using spaces. Tabs are not allowed. Please
2011 Jan 20
0
[LLVMdev] Modifying the patterns/ instruction selection phase in LLVM 2.7
For my case, I can't replace these call instructions with inline
assembly code because I need to encode the registers into the
"number".
For instance, if the call instruction is %result = call i32 @foo(i32
%a) and the result is assigned to register %l0 and the variable "a"
to register %l1, then I encode all foo, %l0 and %l1 and generate a
sethi instruction.
thanks,
2011 Jan 20
2
[LLVMdev] Modifying the patterns/ instruction selection phase in LLVM 2.7
On 1/20/11 12:27 PM, Venkatraman Govindaraju wrote:
Just out of curiosity, have either of you considered writing an LLVM
transform that simply replaces these call instructions with inline
assembly code that does what you want? If that works, it seems much
simpler than modifying/enhancing the code generator.
-- John T.
> I have similar requirements for my project. This is what I do.
>
2013 Mar 18
0
[Announce] Samba 3.6.13 Available for Download
===================================================================
"There are no facts,
only interpretations."
Friedrich Nietzsche
===================================================================
Release Announcements
=====================
This is is the latest stable release of Samba 3.6.
Major enhancements in Samba 3.6.13 include:
o Fix two resource
2013 Mar 18
0
[Announce] Samba 3.6.13 Available for Download
===================================================================
"There are no facts,
only interpretations."
Friedrich Nietzsche
===================================================================
Release Announcements
=====================
This is is the latest stable release of Samba 3.6.
Major enhancements in Samba 3.6.13 include:
o Fix two resource
2006 Jan 07
2
VB on Linux with Wine
We have 50 complex applications written in Microsoft Visual Basic 6.0
providing banking solutions. We are seriously thinking of porting
our applications to Linux under WINE. Is it possible to do so?
Nature of our VB applications:
------------------------------
1. Extensively used all controls provided in VB
2. Total size of our applications is around 2 million lines
3. Applications are having
2007 Jul 13
3
THANK YOU: Updating R version
Based on the feedback received, I did the following:
a) moved my lib sub-directory from the existing installed R version to
c:\myRLib
b) installed the updated R version
c) created .Renviron file in the home directory (C:\R-2.5.1) with the line
R_LIBS=c:/myRLib
d) used .libPaths() command to confirm that the new R installation was
recognizing the myRLib sub-directory
e) deleted my old R
2004 Mar 30
2
earliest use of rsync?
Dear Folks,
Is there a documented case of earliest use of rsync over internet? I
presume rsync was used almost as soon as internet was invented as a file
transfer and bandwidth efficient backup solution. If anyone has any
information, please respond.
--
Raghu Kulkarni
2006 Jul 26
3
newbie: Scaffold doesn''t pickup DB changes
I''m following along with the depot example in ''Agile Web Development'' and ran into a problem with Scaffold. I changed the MySQL table structure to add a few columns directly and also tried the migrate script to change the database after I got the initial scaffolding to work. However, I can''t seem to get the new columns to show up and am stumped as to how I can
2010 Sep 28
1
dsync is seriously broken when syncing maildir and mdbox
Hello,
I thought mdbox was production ready, but it seems to me that (in 2.0.4)
it's quite broken.
1) The documentation only running this to convert from maildir to mdbox:
*dsync mirror maildir:~/Maildir*
but based on my experience and on posts on the mailing list, it's not
enough.
A namespace has to be defined and it's not clear whether / or . should
be used as a separator.
I
2005 May 06
3
Tru64 unix version...
Hello,
I want to use samba on Tru64 Unix. Can anybody let me know the location from where i can download this version.
Raghu
2010 Jul 28
2
finding the next highest number in an array
Hi
I have a sorted array ( in ascending order) and I want to find the subscript
of a number in the array which is the the next highest number to a given
number. For example,if I have 67 as a given number and if I have a vector
x=c(23,36,45,62,79,103,109), then how do I get the subscript 5 from x (to
get 79 which is the next highest to 67) without using a for loop?
Thx
--
'Raghu'
2011 Dec 13
0
[LLVMdev] Optimization application by llvm-gcc, opt
Hi Raghu,
> Thanks Duncan. Just to make sure I understand correctly, opt has more global information, due to which optimizations can have greater effect than in llvm-gcc, where optimizations are applied on a per-function basis. Is this correct ?
if you look carefully at what "opt -O3" runs (using -debug-pass=Arguments) you
will see that it first runs a small list of passes (the
2010 Oct 28
1
What causes the quota information to get updated?
Hello,
if new mails arrive, the quota information is updated and reported via
imap immediately. However, after deleting a message, nothing happens.
Even if I delete all messages and the mailbox e.g. was over quota, new
mails won?t be accepted because the mailbox is over quota.
Is this the way it should be or a misconfiguration?
# 2.0.4: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux
2012 Jul 14
2
writing data into files whose names are in a vector
GuRus
How do I use the write function (or write.table or write.csv) to achieve
the following please?
age=c(32,37,39)
names=c("john","peter","jake")
I would like create in a directory 3 files each named as john.csv,peter.csv
and jake.csv and each file have data from the age vector. That is jon.csv
will contain 32, peter.csv will contain 37 and jake.csv will contain