Displaying 20 results from an estimated 500 matches similar to: "dovecot dead"
2009 Jul 08
4
Dovecot and ACL
Hello,
I try to get per-mailbox-ACLs on dovecot.
So, I've modded dovecot.conf:
protocol imap {
mail_plugins = acl
}
and
plugin {
acl = vfile
}
When I telnet to dovecot an try the command "capability" there is
nothing about acl.
I need acl for "open-xchange" so I can share Mailboxes over the
webinterface.
Do I have to create the acl-file manually or does dovecot
2004 Sep 17
1
How would you handle a fax without T.38orG.711uLaw?
asterisk-users-bounces@lists.digium.com wrote:
> Isn't it possible to use T.38 for interconnecting hardware gates
> supporting T.38 with asterisk using SIP REINVITE?
> I'm not shure but but think its's might be possible because after
> reinvite traffic goes directly from one gate to anotger, not over
> Asterisk
We've seen a problem here with asterisk. Wehn
2006 Mar 03
1
rjs isn''t update_page problems
i have a list of, for example, meal_names. Basically, I can submit a name
and the name I add shows up in the list.I had this working wehn i created an
actual add.rjs template for it. So feeling good about my self, I attempted
to move it all to the controller and use some update_page goodness. Now it
the ajax middle doesn''t happen. I don''t get any errors but the list
2011 Feb 17
8
logoutput=>on_failure doesn't work as expected
I''m using puppet 0.25.1. I''ve got a simple resource:
exec { "/bin/ls $oracle_base/dba/bin/database_backup.ksh":
logoutput => on_failure,
}
and I don''t want it to log every time it''s successfully run:
$ sudo tail -F /var/log/messages | grep puppetd
Feb 17 16:36:11 test puppetd[26614]: (//my_module/Exec[/bin/ls /u01/
2005 Nov 08
3
[Theora-dev] Re: OggYUV
Timothy B. Terriberry wrote:
>Chapter 4 of the Theora specification does a reasonable job of laying
>out all of the possible parameters for a Y'CbCr-style color space, which
>includes as a subset those needed for RGB. Much more detailed
>information is available from Charles Poynton's Color and Gamma FAQs:
>http://www.poynton.com/Poynton-color.html
>If you wish to do any
2006 Aug 02
2
Ajax_Scaffold display from link table
Hi,
Ive followed the pets/people ajax_scaffold example without any problem.
I have a table documents and each document has a category. In the
documents table i have a field called category_id. So in the documents
grif i want to display the corresponding catgory name and when it comes
to adding a new category or editing the have a drop down list to select
from.
category.rb
require
2014 Jan 30
1
Is replication broken?
Hi,
Apologies for this being my 248th post about replication...
The current error I'm getting is:
Jan 30 12:10:54 Server1 dovecot: dsync-local(MailUser1): Error: dsync(
Server2.test.com): read() failed: read((fd)) failed: Connection reset by
peer
Subsequent errors are:
Jan 30 12:15:47 Server1 dovecot: dsync-local(MailUser1): Error: read(
Server2.test.com) failed: EOF
The above error is
2012 Feb 03
1
newly install old and present R versions
Hi,
Moving to a new computer (Windows 7) but for reasons of reproduceability
I would seriously like to also install my present R 2.8.1 along with all
extension packages on that machine as well (that is besides R 2.14.1).
What's the best way of doing so?
My idea is:
Get the setup for 2.8.1 and install it; during install neither select
'save version number in registry' nor
2016 May 17
2
Ransomware?
I'm not aware of the last, but in previous versions, ransomware encrypt all
files and after this he delete original files. If you have a trash/recycle
configured, you can recover these files.
Em 17/05/2016 8:26 AM, "barış tombul" <bbtombul at gmail.com> escreveu:
> Ransomware Overview:
>
>
2003 Apr 03
4
Two y-axis in plots
Hi,
I am trying to plot two data sets on one plot but with using a different y-axis ranges for each - preferably with one shown on each side of the graph.
Is there a function that will allow me to do this.
Thanks
Allan McRae
[[alternate HTML version deleted]]
2010 Nov 22
3
Splitting 3D matrix from for loop to generate/save 2D matrices
Hi!
I have a matrix called M with dimension (586,100,100). I would like to split
and save this into 586 matrices with dimension 100 by 100.
I have tried the following for loops but couldn't get it work..
l<-dim(M)[1]
for (i in (1:l)){
save(M[i,,],file = "M_[i].img")
}
Can somebody help me with this? Thanks!
Hana Lee
[[alternative HTML version deleted]]
2015 Feb 24
5
"Temporary authentication failure" ? Cant connect with ldap user
Hmm...
*ldapsearch -x cn=admin* gives me:
| # A bunch of information not really interesting
| # search result
| search: 2
| result: 32 No such object
|
| numResponses: 1
*ldapsearch -x cn=admin* gives the same.
Did i configure the ldap wrong?
2015-02-24 10:42 GMT+01:00 Steffen Kaiser <skdovecot at smail.inf.fh-brs.de>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
2007 Oct 19
2
First Time T1 Questions
Hi all, i have been using asterisk for a few years but i am about to do
my first t1 setup. After terrible quality issues between two business
locations, we have decided to purchase a point to point t1 from the
local phone co. The internet is too crappy, too much lag, queing and
jitter. Most calls were dropped.
I was about to order two cisco routers with csu cards and remembered our
wonderful
2009 Aug 05
2
reading and frequency analysis of Spanish text
For an historical paper I'm working on, I have some Spanish plaintext,
presently in the form of a Word .doc
file,
http://euclid.psych.yorku.ca/SCS/Gallery/images/Private/Langren/Verdadera-spanish-stripped.doc
and also some ciphered text from the same original source. The ultimate
goal is to use some
frequency analysis of letters and word lengths in the plaintext to help
decode the
2007 Feb 17
5
1.0.rc23 tomorrow
http://dovecot.org/nightly/dovecot-latest.tar.gz
Would be nice to get some testing before the actual release.
I've now finally gone through all the "TODO" mails in this list and my
INBOX and fixed pretty much every problem I know of. There are still
some mbox bugs, but I can't really get them fixed unless someone figures
out how to reproduce them
2010 Apr 16
6
bwplot puts the bars in the wrong place
Dear R-Help,
With the attached data set, I am still getting incorrect bwplots
> xyplot(gdf$tt~gdf$OnHour |gdf$Runway, data=gdf) # Is correct
> bwplot(gdf$tt~gdf$OnHour |gdf$Runway, data=gdf, horizontal=FALSE) #
Puts the boxes on the wrong x-axis values
# look especially at 0 and 3. How do I fix this?
What is happening?
Thanks,
Jim Rome
2020 Jun 22
4
[PATCH nbdkit 1/2] server: Add .after_fork callback, mainly for plugins to create threads.
If you have a plugin which either creates background threads itself or
uses a library that creates background threads, it turns out you
cannot create these in .get_ready (or earlier). The reason is that
nbdkit forks when either daemonizing itself or using the --run option,
and fork cancels all the background threads in the child process (the
daemonized or captive nbdkit).
The only good solution
2013 Nov 27
2
Icecast service remains locked in CentOs
I have been having a problem with my icecast server running on CentOs.
Occasionally, the service will stop running, but it will fail to restart
because the subsys is locked.
If the service stops, I need to manually log into my VPS, delete the
empty file in /var/lock/subsys and restart the icecast service.
What could be causing the icecast service to not drop the locked file?
This is the only
2002 Dec 11
3
Error starting the samba services
Please, People, help me !
When I start the smb services, I receive this message:
[root @g 11:25:39 /root]# service smb restart
Stopping service SMB: [ OK ]
Stopping service NMB: [ OK ]
rm: cannot remove `/var/lock/subsys/smb': IO Error
Starting service SMB: [ OK ]
Starting service NMB:
2000 May 22
1
future of subsystem requests
I was testing the Linux port of 2.1.0p2 and noticed that the F-Secure SSH
client for Windows 4.0 couldn't successfully connect using its secure
file-transfer facility.
The server log reported that authentication was successful, then the log
left off with a semi-cryptic "subsystem request for sftp" line. After
that, nothing.
Poking around the source, I found this little routine in