Displaying 20 results from an estimated 1200 matches similar to: "dovecot transaction log permissions"
2010 May 03
1
corrupted transaction log errors causing users mail to disappear temporarily
So Ive been looking into some problems with users reporting their mail
goes missing for a second but then re-apears very soon after. I have
tracked it down to happening at the same time these appear in the logs.
Seems the transaction logs is getting corrupted somehow and then
rebuilding itself (which works fine). The problem is while its re-builing
the users think all of their mail is gone.
2007 Apr 27
1
add arrows to barchart with groups
Hello Rhelpers,
I am trying to represent the following data (hereafter named donnees) in a barchart with a grouping variable :
site traitement date s res
1 NT 17/10/2005 normal 76.2
1 T 17/10/2005 normal 103.2
1 NT 23/11/2005 tardif 81.6
1 T 23/11/2005 tardif 98
2 NT 15/10/2005 normal 72.71
2 T 15/10/2005 normal 94.47
2 NT 15/11/2005 tardif 79.65
2 T 15/11/2005 tardif 94.7
2011 Feb 17
1
Got SIP response 400 "Bad Request" back from
Hi,
I have an Asterisk 1.8.2.3 installed (public IP) with a peer (Polycom
IP601) installed behind NAT.
When the peer makes a call, it's working without any problem. But when a
call is coming back, it ends up with a Got SIP response 400 "Bad
Request" back from xx.xx.xx.xx where the xx.xx.xx.xx is the public IP of
the peer. And the call drops to the voicemail (congestion at peer
2011 Nov 02
2
FFA - Asterisk 1.6.2.6
Hi,
I have a 1.6.2.6 fax installation with a FFA license which seems to be
installed correctly (in fax show stats, I see that I have 1 Digium
G.711 licensed channel, and 1 Digium T.38 licensed channel).
When trying to call my business line with a fax machine, it looks like
it's ringing to my asterisk box, then transfer the call to my extension.
In the logs, I see (after the line where
2007 Jul 24
2
need to limit imap/pop processes per user.. possible?
Is it possible to limit the imap/pop connections per user in dovecot? If
so i couldnt find the option to do that.
Thanks!
--
Jordan Tardif
DreamHost
2009 Nov 12
2
Turning off "Fixed Duplicates" feature
Is there a way to disable this feature? Seems to be causing more harm then
good right now. Without getting into too much details it is fixing the
duplcates but it does not remove the old file, and the new file it creates
is not marked as read like the old one was. I understand that this problem
can be created by multiple rsyncs and files changing in between, but is
there any way that I can
2006 Sep 15
1
Strange behaviour when joining the domain
Just installed a new SAMBA-LDAP-PDC server on my network. I followed
the Linux Samba-OpenLDAP Howto, revision 20060710, so I would assume my
setup is correct.
My LDAP setup is a master/slave setup. The master is on a remote server,
and the lave is local. When joining the domain (WinXP), it sometimes
takes three-four times to be able to reach the domain(user administrator
with uidNumber to
2019 Oct 02
2
Problem with converting mdbox to MailDir
I have a problem to convert mdbox to MailDir. Log from that process looks like:
/bin/dsync -Dv -u user at domian.com mirror maildir:/tmp/destination/mailboxes/user at domian.com
Debug: Loading modules from directory: /lib/dovecot
Debug: Module loaded: /lib/dovecot/lib01_acl_plugin.so
Debug: Loading modules from directory: /lib/dovecot/doveadm
Debug: Module loaded:
2010 Aug 24
4
1.6 and asterisk gui
Hello,
I'm new to asterisk and this list. The ISO download appears to have
1.6 with the FreePBX GUI but I am looking to use the Asterisk GUI.
The only option for the Asterisk GUI is to use 1.4. Is it as simple
as installing 1.6 only then using the yum repository to install the
Asterisk GUI? If so, what packages are needed?
Thanks!
2019 Jun 24
1
Mail migration problem
Yeah, I think dovecot was a custom compiled build
Version is 2.2.18
Config:
# 2.2.18: /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.8
# OS: Linux 2.6.32-754.14.2.el6.x86_64 x86_64 CentOS release 6.10 (Final) xfs
auth_master_user_separator = *
auth_mechanisms = plain login
dict {
acl = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
}
disable_plaintext_auth = no
lda_mailbox_autosubscribe =
2019 Jun 21
4
Mail migration problem
I?m trying to migrate mdbox to maildir based on https://wiki.dovecot.org/Migration/MailFormat
* Modified dovecot.conf and set mail_location=maildir:/tmp/destination/mailboxes/
* Then I had run
/mnt/testmail/bin/dsync -Dv -u user at domain.com<mailto:user at domain.com> mirror mdbox:/source/mailboxes/user at domain.com<mailto:/source/mailboxes/user at domain.com>
but that
2010 Mar 15
1
[PATCH 1/2] Btrfs: remove bad fsync transaction check
This check for a user transaction is a bogus: fsync() with an open user
transaction is verboten. If the caller is the same process who started
a user transaction, and this is a different file, we will deadlock. If
it''s the same file, this check means we won''t deadlock, but the
transaction will be prematurely closed out.
Any user transaction ioctl users should be careful to
2017 Aug 24
0
Gluster 3.11 Does not work on Ubuntu 16.04
Hi,
I have a fresh glusterFS 3.11 installation on Ubuntu 16.04 that does not
work. I followed instructions from
http://gluster.readthedocs.io/en/latest/Install-Guide/Configure/
Everything went well (peer connectivity, volume creation, and volume
startup, glusterfs mount). But the joy stopped there. I tried to copy a
tgz file (702864 bytes) from one of the servers. It took what I'd find
2009 Nov 02
2
[LLVMdev] array index type shuffling in GEPs
Hey folks,
I am hoping that someone might be able to help me better understand
this design decision: For a 64 bit target, index's into GEP's of
arrays are zext up to 64 bit integers, even if the variable itself is
an alloca of only i32. Similarly, on a 32 bit target, index's into
GEP's are trunc'd down to 32 bits even if they ultimately reference an
alloc'd
2009 Nov 03
0
[LLVMdev] array index type shuffling in GEPs
On Nov 2, 2009, at 3:30 PM, Jon McLachlan wrote:
> Hey folks,
>
> I am hoping that someone might be able to help me better understand
> this design decision: For a 64 bit target, index's into GEP's of
> arrays are zext up to 64 bit integers, even if the variable itself is
> an alloca of only i32. Similarly, on a 32 bit target, index's into
> GEP's are
2008 Jun 10
3
newbie nls question
I'm tyring to fit a relatively simple nls model to some data, but keep coming up against the same error (code follows):
Oto=nls(Otolith ~ Linf*(1-exp(-k(AGE-to))),
data = ages,
start = list(Linf=1000, k=0.1, to=0.1),
trace = TRUE)
The error message I keep getting is "Error in eval(expr, envir, enclos) : could not find function "k"". I've used this
2006 Sep 08
2
NPTL problem on Centos 4.4
Not sure where to ask this, I've been googling and not finding much that
is helpful.
At work I've got a multi-threaded program targeted at Linux. It compiles
on RHEL 2.1 and 3, and is targeted at 2.1, 3, and 4. UP until today, the
binary built on 3 has worked fine on 4.
But on RHEL4 update 4 it dies a horrible death in pthread_create. I have
reproduced the problem on Centos 4.4, where I
2007 May 17
2
state plugin
hi,
I saw that Mike Dransfield tried to port 'state' plugin from beryl.
What does it do? It should be able to place windows, based on name,
class etc., to specific viewports. I recently converted to compiz window
manager from WindowMaker (used it for 8 years), and I miss automatic
'pinning' of specific windows to particular workspace (or viewport in
this case).
Mike's
2005 Aug 25
5
Samba PDC, ldap or mysql????
Hi all,
I'm under the gun to rid ourselves of the nt4 PDC which we
currently use. options are A/D, samba, pgina. I really dig pgina,
but dont think I can pass citrix credentials properly :( So I'm
left with samba vs A/D. A/D is well,, ummmmm A/D, so tyring to
avoid it.
Currently have used Samba file servers for years.
Have played with Samba PDC with2.2
Now, going to try
2009 Nov 10
12
[RFC] big fat transaction ioctl
Hi all,
This is an alternative approach to atomic user transactions for btrfs.
The old start/end ioctls suffer from some basic limitations, namely
- We can''t properly reserve space ahead of time to avoid ENOSPC part
way through the transaction, and
- The process may die (seg fault, SIGKILL) part way through the
transaction. Currently when that happens the partial transaction will