search for: indexfil

Displaying 20 results from an estimated 76 matches for "indexfil".

Did you mean: indexfile
2008 Oct 04
2
index matter
Hi, I have a question about the following explanation; IndexFiles.txt ------------------------------------------------------ If index files are missing, Dovecot creates them automatically when the mailbox is opened. ------------------------------------------------------ Are they made based on which information? Thanks. Yoko -------------------------------...
2007 Apr 29
0
Going from Coda Files to R2WinBUGS
...d is as follows. Any thoughts would be greatly appreciated, and if this works out, feel free to use it yourself! Could be quite useful! -Jarrett #note, the test run was something along the lines of c.bugs<-coda2bugs (n.burnin=1000) coda2bugs<-function(codafile="jags.out", indexfile="jags.ind", n.chains=1, n.iter=NA, n.burnin=NA, n.thin=1, DIC=FALSE, file.rm=T, ...){ require(R2WinBUGS) #first, split up the coda file for R2WinBUGS codaSplit(codafile, indexfile) #get the parameter names index.table<-read.table(indexfile) varNames<-a...
2006 Feb 16
11
Multiple Rails app on the same server?
....0" server.port = 80 server.pid-file = "/var/run/lighttpd.pid" server.tag = "lighttpd" accesslog.filename = "/var/log/lighttpd.access.log" server.errorlog = "/var/log/lighttpd.error.log" server.indexfiles = ( "index.php", "index.html", "index.htm", "default. htm" ) url.access-deny = ( "~", ".inc" ) $HTTP["host"] == "php.typo.com" { accesslog.filename = "/var/log/lighttpd.php.acce...
2006 May 26
2
Lighttpd Config
...ighttpd.conf server.port = 80 server.pid-file = "/tmp/test_lighttpd.pid" server.modules = ( "mod_redirect", "mod_access", "mod_fastcgi", "mod_accesslog", "mod_simple_vhost" ) server.document-root = "/srv/www/lighttpd/" server.indexfiles = ( "index.php", "index.html" ) accesslog.filename = "/var/log/lighttpd/access_log" server.errorlog = "/var/log/lighttpd/error_log" # Start of logapp vhost $HTTP["host"] == "logapp" { server.document-root = "/home/jturnbull/logap...
2006 Feb 06
4
fcgi to run cgi scripts
...fcgi" => ( "railsapp" => ( "min-procs" => 1, "max-procs" => 5, "socket" => "/tmp/ruby-railsapp.fastcgi", "bin-path" => "/opt/webspace/mysite/public/dispatch.fcgi" ) ) ) server.indexfiles = ( "index.html", "index.cgi" ) server.error-handler-404 = "/dispatch.fcgi" mimetype.assign = ( ".html" => "text/html", ".txt" => "text/plain", ".jpg" => "image/jpeg", ".png" =&g...
2006 Mar 07
13
hosting multiple rails apps in one webroot?
...quot; alias.url = ( "/code" => "/apps/code/public" ) server.error-handler-404 = "/code/dispatch.fcgi" server.errorlog = "/apps/code/log/lighttpd.error.log" accesslog.filename = "/apps/code/log/lighttpd.access.log" server.indexfiles = ( "dispatch.fcgi", "index.html" ) fastcgi.server = ( ".fcgi" => (( "socket" => "/apps/code/log/code.socket", "min-procs" => 2, "max-procs" => 2, "bin-path" => &qu...
2015 Apr 01
2
Dovecot keeps creating info files in mail directory instead of home
I've been trying to troubleshoot this for a while now, and I'm really at a loss. My userdb is set up correctly to return home, and mail, and a test with 'doveadm user' verifies this: # doveadm user user at domain field value uid 1000 gid 1000 home /var/domain/user mail maildir:/var/mail/user at domain I've reloaded, restarted, stopped and started dovecot
2018 Mar 27
3
Release 2.3.1
...Automatically detect whether input is compressed or not. Prefix the compression algorithm with "maybe-" to enable the detection, for example: "compress:maybe-gz:6:..." + Added settings to change dovecot.index* files' optimization behavior. See https://wiki2.dovecot.org/IndexFiles#Settings + Auth cache can now utilize auth workers to do password hash verification by setting auth_cache_verify_password_with_worker=yes. + Added charset_alias plugin. See https://wiki2.dovecot.org/Plugins/CharsetAlias + imap_logout_format and pop3_logout_format settings now support all of t...
2018 Mar 27
3
Release 2.3.1
...Automatically detect whether input is compressed or not. Prefix the compression algorithm with "maybe-" to enable the detection, for example: "compress:maybe-gz:6:..." + Added settings to change dovecot.index* files' optimization behavior. See https://wiki2.dovecot.org/IndexFiles#Settings + Auth cache can now utilize auth workers to do password hash verification by setting auth_cache_verify_password_with_worker=yes. + Added charset_alias plugin. See https://wiki2.dovecot.org/Plugins/CharsetAlias + imap_logout_format and pop3_logout_format settings now support all of t...
2017 Nov 29
1
[PATCH] builder: use the template arch when caching all templates
...the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +set -e + +$TEST_FUNCTIONS +skip_if_skipped + +tmpdir="$(mktemp -d)" +echo "tmpdir= $tmpdir" +reposdir="$tmpdir/virt-builder/repos.d" +repodir="$tmpdir/repo" +indexfile="$repodir/index" +cachedir="$tmpdir/cache" + +mkdir -p "$reposdir" +mkdir -p "$repodir" + +# Create some fake images. +img1_path="$repodir/img1.raw" +img1_size=10485760 # 10G +qemu-img create -f raw "$img1_path" $img1_size +img1_csum=`do...
2006 Mar 23
2
Lighttpd Configuration Problems
...le-vhost.default-host = "test" simple-vhost.document-root = "public" # Start of test vhost $HTTP["host"] == "test" { server.document-root = "/home/swarren/test/public/" accesslog.filename = "/home/swarren/test/log/access.log" server.indexfiles = ( "dispatch.fcgi", "index.html" ) server.error-handler-404 = "/dispatch.fcgi" # rails stuff #### fastcgi module fastcgi.server = ( ".fcgi" => ( "test" => ( "socket" => "/tmp/test1.socket",...
2014 Dec 10
3
dovecot.index.log files: what are they?
Hi! I have lots of these files: /home/wiz/Mail/my-folder-name/cur/.imap/1238738125.13533_23713.danbala:2,S/dovecot.index.log What are they for? Why are they here? Can I remove them? Thomas
2014 Dec 10
1
dovecot.index.log files: what are they?
...omas Klausner: > >I have lots of these files: > > > >/home/wiz/Mail/my-folder-name/cur/.imap/1238738125.13533_23713.danbala:2,S/dovecot.index.log > > > >What are they for? > >Why are they here? > >Can I remove them? > > RTFM: http://wiki2.dovecot.org/IndexFiles Thanks, but I had read this. I still don't know what they are good for, why they stay there for days and if I can remove them. After all, they are not the caches, but some "transaction logs" (I don't know what this is). Thomas
2007 Nov 02
3
caching custom headers (via plugins)
hi, currently dovecot caches on disk some most common headers. Is it possible to tweak such headers list via plugins, eg to cache custom X-* headers, or do I need to hack the actual index/cache src? if so, which are the .c/.h files to touch? thanks -- paolo GPG/PGP id:0x1D5A11A4 - 04FC 8EB9 51A1 5158 1425 BC12 EA57 3382 1D5A 11A4
2010 Oct 26
1
Dovecot's maildir format / is rm safe
...h to modify them in any way, create a new message instead and expunge the old one. ' but it doesn't mention deleted files. Specifically I'm wondering what happens with: dovecot.index dovecot.index.cache dovecot.index.log dovecot-uidlist Since (http://wiki.dovecot.org/IndexFiles) tells me these files index each message is there a chance of Dovecot breaking badly if it can't find them? Is it intelligent enough to automatically update the above files when it finds a missing message file? Would simply deleting the 4 files be appropriate? I have users with 4 gig mai...
2010 Jan 20
1
Modifying the underlying maildir externally (webmail, replication)
...e maildir users, one of them being the pop/imap server itself, the others are for example a maildir capable webmail and message replication. I would like to evaluate Dovecot, but I wonder how would its binary indexes and logs fit into this picture. After running through http://wiki.dovecot.org/IndexFiles I'm not sure how well would Dovecot work with other programs modifying the maildirs (adding, deleting, moving messages, folders etc). The "Main index" section says "The index file is synchronized against mailbox only if the syncing information changes.", where syncing...
2015 Apr 01
1
Dovecot keeps creating info files in mail directory instead of home
...iles again >> (dovecot.index.log, dovecot-uidlist, etc.) in the mail directory instead >> of >> home. >> > > You forgot to post your config. But the following might help: > > http://wiki2.dovecot.org/MailLocation/Maildir > http://wiki2.dovecot.org/MailLocation#indexfiles > Thanks. So I guess I had read http://wiki2.dovecot.org/VirtualUsers/Home wrongly (specifically, the statement about the home directory being the "mail user's private state directory"). I thought that state would include all of these files that I see in the maildir as well. Th...
2018 Mar 29
2
Release 2.3.1
...t; not. > ? Prefix the compression algorithm with "maybe-" to enable the > ? detection, for example: "compress:maybe-gz:6:..." > + Added settings to change dovecot.index* files' optimization > behavior. > ? See https://wiki2.dovecot.org/IndexFiles#Settings > <https://wiki2.dovecot.org/IndexFiles#Settings> > + Auth cache can now utilize auth workers to do password hash > ? verification by setting auth_cache_verify_password_with_worker=yes. > + Added charset_alias plugin. See > ? https://wiki2.dovecot...
2006 Feb 22
5
Rails on lighttpd locks up, freezes, unresponsive every day
I have RoR running on lighttpd on RedHat Linux and every morning that I check the web page it just keeps waiting to refresh it forever, Firefox and IE never times out on any of the pages I try. Has anyone seen that happening to their RoR? I also removed lighttpd completely and just ran webrick but there was no difference. The linux box has a pretty old kernel 2.4.21-4, could that be the
2006 Feb 23
5
Running apps in subdirectories using lighty/scgi
Hi, So thanks to Zed I was able to get lighty/scgi and a Rails app running. I know this might not be the best place to post this, but I guessed there may be several others with similar experiences here. So, the following step is to have several apps each in its on subdirectory. I tried the following to no avail: $HTTP["url"] =~ "^/tango/" { server.document-root =