Displaying 20 results from an estimated 1000 matches similar to: "Dovecot tries to create bogus files in /var/mail"
2007 Jan 31
1
Q on configuring shared mboxes
Hello!
I have the following three types of mailboxes on my server:
1) Regular user mail /var/mail/<user> in mbox format
2) Suspected spam in /var/tmp/spamprobe in mbox format
3) Archived mailing list in /home/mks/mksarch in mbox format
I want the 1) to be only accessible to the respective <user>, obviously (POP3
and/or IMAP4).
I wanted the 2) to be accessible to all users --
2008 Jul 22
4
"sleeping without queue" ?
Hello!
My attempt to build openoffice.org-3 seems to be hanging. Pressing
Ctrl-T produces:
load: 0.11 cmd: tcsh 79759 [sleeping without queue] 0.00u 0.00s 0% 0k
(tcsh is used by OOo's build-script). What is this "sleeping without
queue" state, and why is process in it for so long?
This is an 4-CPU amd64 system with 4Gb of RAM. Only 16% of the swap is
currently in use and
2013 Feb 12
0
[LLVMdev] giving metadata a function parameter as an operand
On Tue, Feb 12, 2013 at 4:33 AM, Shemer, Anat <anat.shemer at intel.com> wrote:
> Hi,
>
> Is it possible to give an instruction metadata that accepts function
> argument as operand? The 2 functions are in the same module so the metadata
> operand can be resolved. Here is how I imagine it should look like:
>
> define i32 @f(i32 %v) {
> %v0 = call i32 @f1 (i32 %v,
2013 Feb 12
3
[LLVMdev] giving metadata a function parameter as an operand
Hi,
Is it possible to give an instruction metadata that accepts function argument as operand? The 2 functions are in the same module so the metadata operand can be resolved. Here is how I imagine it should look like:
define i32 @f(i32 %v) {
%v0 = call i32 @f1 (i32 %v, metadata !0) ; this ok
ret i32 %v0
}
define i32 @f1 (i32 %v, metadata %md) { ; and this is ok
2012 Aug 16
1
[LLVMdev] DAGTypeLegalizer::RemapValue failure
Hi,
If you are familiar with LegalizeTypes I will be glad if you can help me with the following scenario.
I'm debugging some ll test that fails with an assertion in "void DAGTypeLegalizer::RemapValue(SDValue &N)" because it does not expect that a remap to a new node exists.
However looking at the code for a while this seems to be a valid case. I see that many times nodes are
2014 Feb 19
2
[LLVMdev] better code for IV
Hi Andrew,
The issue below refers to LSR, so I'll appreciate your feedback. It also refers to instruction combining and might impact backends other than X86, so if you know of others that might be interested you are more than welcome to add them.
Thanks, Anat
_____________________________________________
From: Shemer, Anat
Sent: Tuesday, February 18, 2014 15:07
To: 'llvmdev at
2010 Jun 17
2
Correct folder permissions for maildir....
G'Day,
I am trying to find a definitive answer to what the directory
permissions should be for my configuration under Centos 5.5. I see a
number of the following error messages in the maillog as a consequence
of permissions errors. After reading the FAQ, Wiki etc. and browsing the
web I am unable to determine just exactly what the user security
settings should be for the offending
2013 Feb 18
2
Quota Problems with LMTP in HG 62a930eb22b5
Since updating to the latest HG these errors occur. Nothing else changed in the config:
$ dovecot --version
2.2.beta1 (62a930eb22b5)
==> /var/log/dovecot/dovecot.log <==
Feb 18 09:47:32 spectre dovecot: lmtp(14340): Connect from local
Feb 18 09:47:32 spectre dovecot: lmtp(14340, tlx at leuxner.net): Error: mkdir_parents(/var/vmail/domains/leuxner.net/tlx/mdbox) failed: File exists
Feb 18
2009 Mar 18
1
mbox on NFS + automount, folder creation -> mkdir_parents() failed
Hi,
i am about to migrate some internal imapd mboxes to dovecot. Regular
access is fine, just when i want to create a folder i get the following
error message in the logs:
Mar 18 17:36:57 pulsar dovecot: [ID 107833 mail.error] IMAP(skayser):
mkdir_parents(/home/skayser) failed: Operation not applicable
/home/skayser is mounted via autofs. When i set mail_location to a
subdirectory within
2008 Apr 11
2
The CONTROL problem with fs quotas.
dovecot-1.0.10 on Solaris 10 x86, with NFS.
We currently have the problem that when customers go over their disk
quota, the dovecot-uidlist file stops them from logging in.
In the interest of solving it, we considered moving the CONTROL file to
a different file system. But:
1:
Using CONTROL= with "%u" will quite quickly run into the problem that
the directory will fill up, and hit
2010 Feb 05
2
Problem with created ~/mail directory
If a user doesn't have a ~/mail directory and logs in, the directory is
created for them. However, it is created with insecure permissions,
0770 (full group access).
The problem is this bit in src/lib-storage/index/mbox/mbox-storage.c:
#define CREATE_MODE 0770 /* umask() should limit it more */
The code then uses CREATE_MODE as an argument to mkdir_parents(), but
mkdir_parents()
2007 Dec 17
3
FETCH for mailbox INBOX UID 39641 got too little data: 4823 vs 4825
Whenever I try to access an e-mail in the middle (rather than at the end) of
the mailbox, my mail-client (KMail) gets an error a message like this is
logged in the maillog:
IMAP(mi): FETCH for mailbox INBOX UID 39641 got too little data: 4823 vs 4825
IMAP(mi): Disconnected: Disconnected
The actual numbers vary, but it is always X vs X+2
The problem started when I upgraded to 1.0.8.
2009 Oct 02
0
srtp issue
Hi,
I have set up an asterisk with TLS and SRTP support. The SRTP is working
with Phonerlite softphone. I have problem with the SRTP, when I make calls
on Audiocodes gateway . I got the folloowing messages on asterisk:
[Oct 2 10:59:48] NOTICE[24868]: sdp_crypto.c:232 sdp_crypto_process: Crypto
life time unsupported: crypto:1 AES_CM_128_HMAC_SHA1_80
2008 Aug 21
12
machine hangs on occasion - correlated with ssh break-in attempts
Hello!
A machine I manage remotely for a friend comes under a distributed ssh
break-in attack every once in a while. Annoyed (and alarmed) by the
messages like:
Aug 12 10:21:17 symbion sshd[4333]: Invalid user mythtv from 85.234.158.180
Aug 12 10:21:18 symbion sshd[4335]: Invalid user mythtv from 85.234.158.180
Aug 12 10:21:20 symbion sshd[4337]: Invalid user mythtv from 85.234.158.180
Aug 12
2008 Aug 21
12
machine hangs on occasion - correlated with ssh break-in attempts
Hello!
A machine I manage remotely for a friend comes under a distributed ssh
break-in attack every once in a while. Annoyed (and alarmed) by the
messages like:
Aug 12 10:21:17 symbion sshd[4333]: Invalid user mythtv from 85.234.158.180
Aug 12 10:21:18 symbion sshd[4335]: Invalid user mythtv from 85.234.158.180
Aug 12 10:21:20 symbion sshd[4337]: Invalid user mythtv from 85.234.158.180
Aug 12
2015 Aug 29
5
virtual users with postfix
Hello!
"dravion.smith at gmx.net" <dravion.smith at gmx.net> schrieb am 29.08.15 um 10:41:09 Uhr:
> Am 29.08.2015 um 10:10 schrieb Andreas Meyer:
> > Aug 29 09:52:57 imap(info at nimmini.de): Error: mkdir_parents(/var/lib/dovecot/db) failed: Permission denied
> > Aug 29 09:52:57 imap(info at nimmini.de): Error: acl: dict commit failed
> >
> try chmod
2004 Oct 18
2
default_mail_env %d var problem
Hello,
I am new to Dovecot and trying to setup on my Fedora Core 1 mail
servers (actually migrating from uw to dovecot ;-) ).
In my setup I use pam to authenticate virtual users.
All the usernames include @domainname in their usernames like
'jane at somevhost.com'.
Now path to user's home and INBOX includes
/home/vhosts/<domainname>/home/<username>.
I have added following
2015 Aug 29
2
virtual users with postfix
Hello!
My passwd file looks like this:
info at nimmini.de:{CRAM-MD5}e33cbd144b372a9c919228923464c806b57e35df2d6d1484ceaabe7e3530cd58:5000:5000::/var/spool/vhosts/nimmini.de/info::userdb_mail=maildir:~/
When I login for the first time, I see this in the log:
Aug 29 09:52:57 imap(info at nimmini.de): Error: mkdir_parents(/var/lib/dovecot/db) failed: Permission denied
Aug 29 09:52:57 imap(info at
2010 Mar 22
3
shared mailboxes, mkdir_parents problem
Hi Friends,
i have a little problem with my Dovecot installation. The normal
installation works very well and now i have to configurate dovecot that
all member from a domain can access all mailboxes from this domain.
I configurate the shared namespace and set the IMAP ACL Flag but i can't
abonement the other mailboxes. I get a error in the logs:
> 2010-03-18 10:03:04 IMAP(unglaub): Info:
2004 Jul 21
1
Almost there.
Hey Timo-
I got everything working now that I can log in properly...but I'm have a
permissions issue and I'm not sure how to set it..I've been playing
with ownership and permissions and I'm still getting this
imap(tom at testdomain.com):
mkdir_parents(/var/spool/mail/indexes/testdomain.com/tom/.imap/INBOX)
failed: Permission denied
What's that permission/ownership in