similar to: Subfolder in Maildir

Displaying 20 results from an estimated 10000 matches similar to: "Subfolder in Maildir"

2006 Mar 06
7
Set base url?
I have an application running on a Lighttpd instance which is proxied by an Apache server. It seems to work fine but my urls are incorrect: all urls reference / which is not where my application runs at the Apache server. How do I set the base url of a Rails application? My Apache has the following proxy rules: ProxyPass /hieraki http://localhost:3001 ProxyPassReverse /hieraki
2006 Jan 13
2
FastCGI problems
I''m having a lot of problems with my Typo install. My fastcgi fails horribly after a reboot: [13/Jan/2006:16:55:28 :: 19796] Dispatcher failed to catch: (Interrupt) /usr/lib/ruby/site_ruby/1.8/fcgi.rb:597:in `each'' /usr/lib/ruby/site_ruby/1.8/fcgi.rb:597:in `each_cgi'' /usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:52:in `process!''
2006 Jun 13
5
Transform Rails site into DVD
I''m considering implementing a PHP based site that display videos with quite some database logic to Rails. Now we were considering publishing the site on DVD too. Is that possible (e.g. with RubyScript2Exe)? How fast is database performance going to be? Currently there are movies inside the database but we can extract them if necessary. The database scheme is quite large and the number
2006 Sep 07
6
Template "specialisation"
I want to use a sitewide default template and use a specific version in some controllers to have a good DRY approach to my layout. Those controllers should add a little bit more HTML before rendering the results of the actions, in order to avoid copying the entire sitelayout every time. How can I do that? Currently my code is like this: class WelcomeController < ApplicationController
2007 May 19
1
Maildir subfolder conversion from courier-imap
Hello, I am trying to convert a maildir that was managed by courier-imap up to now to dovecot. I am using the courier-dovecot-migrate.pl script as follows: courier-dovecot-migrate.pl --convert --recursive ~/Maildir However, this command only seems to convert the base maildir, but not all the subfolders. I thought that that's what the --recursive option was for. Is the command above
2006 Jun 14
5
Rails to static site
For users without an internet connection we are thinking about converting a rather large site to a DVD. As dynamic solutions with databases seem hard (see another thread) we are also considering a static html version. The site is clearly convertible to a static version, I can make sure that all search functions are turned off. Can the conversion itself optimized with Rails? Do you know solutions
2006 Mar 23
2
rails lighttpd fastcgi archlinux
When I try to access the rails app, it''s giving me "Routing Error: Recognition failed for "/"" displayed on my browser. Has anyone ran into this problem before? -- Vincent H Gov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060323/78ccb76e/attachment.html
2011 May 26
2
unexpected subfolder locaton in Maildir/.INBOX.subfolder
Hallo, I try to migrate existing imap server to dovecot 1.2 in debian squeeze if I connect to imap://user at host/INBOX Inbox works as expected and I get the content of Maildir/{cur,new,tmp} Maildir/.subfolder already exists if I connect to imap://user at host/INBOX.subfolder I get "folder not found" if I do a imap directory listing (raw mutt config, no subscriptions)
2007 Feb 15
1
maildir and the separator for subfolder
hi, I use dovecot 1.0rc15 with one maildir namespace. I'd like to be able to use '.' in folders and subfolders name. So, I setup the default namespace with separator =':' But, when I create some folders and then subfolders with thunderbird the filename one the server are named with some '.' no ':'... It seems that dovecot always interprets '.'
2006 Jan 26
5
Support for Kmail maildir format
Has anyone looked into providing support in dovecot for Kmail folders? I would like to make my Kmail folders (on my main desktop system) available to my other systems (including over a VPN when I am travelling). Kmail is my main mail program and I have a lot of mail in a lot of folders, so I don't want to set up a separate IMAP service and move all the mail and folders. Kmail's use
2010 Sep 06
6
Sub-Sub-Subfolders not shown after converting from maildir to mdbox
Hi again, I just recognized a problem concerning subfolders after converting from maildir to mdbox. Thunderbird and SeaMonkey don?t show folders that are subfolders of subfolders. Have a look at the filesystem: discovery:/var/mail/domain.tld/patrick/mdbox/mailboxes/Folder1/Folder2# ls -l insgesamt 8 drwx------ 2 vmail vmail 4096 5. Sep 23:42 dbox-Mails drwx------ 3 vmail vmail 4096 5. Sep
2006 Aug 18
3
RoR logo on own webpage
Hello, are there any restrictions in using the RoR logo on my own homepage? Something like: powered by Ruby on Rails ..__logo__.. -- Jochen
2006 Oct 02
1
Scaffold problem with PostgreSQL
We are having a problem scaffolding with PostgreSQL. We are following the depot tutorial from the AWDWR and it gives problems: $ ruby script/generate scaffold Product Admin exists app/controllers/ exists app/helpers/ exists app/views/admin exists test/functional/ dependency model exists app/models/ exists test/unit/ exists test/fixtures/
2005 May 26
1
Help on dovecot, imap, maildir and subfolders
I have Fedora Core 2 and dovecot-0.99.10.5-0. I've done nothing to configure it but it seems to have found the Mail dir in my home directory ok and I can connect using IMAP. But I can't create subfolders. If I right click on inbox, there's a 'New Folder...', but if I create one then right click on it, no more 'New Folder...'. So it seems folders can only go one level
2006 Aug 31
2
Url rewriting for random urls
Hello, I have discovered the good use of stylesheet_link_tag and javascript_include_tag (I''m still learning) and it is very useful because I have to use the relative_url_root way. Now I wonder how I can use that for other URLs. I want a background image for a table cell so I have to write something like: <td align=''right'' valign=''bottom''
2006 Nov 22
1
Subfolders with Thunderbird and maildir?
I setup a test dovecot-1.0-0.beta8.2.fc5 and left most of the settings as the defaults. In Thunderbird 1.5.0.8 Windows, when I tried to create a subfolder named "subfolder" under INBOX, it showed up as the same level a INBOX and with the name "INBOX^subfolder". I was able to manually create a subfolder using "mkdir ~/mail/test_manual_subfolder; touch
2006 Jun 26
1
OE pop3 > imap subfolder migration?
Hello. This isn't actually a dovecot question, but I'm running in clienys servers dovecot mostly as pop3 server and now started to migrate some servers to imap. But as clients uses Outlook Express how to transfer their pop3 settings and mailboxes to imap?. Making a new mail account for imap is easy, and drag & drop the default folders (inbox, outbox etc) messages to imap accounts
2003 Jun 12
1
Deleting NFS-mounted Maildir subfolders fails
Hi, [ please CC me on replies, I'm not subscribed to the list ] I'm using dovecot-99.9.1 with a little hack to get authentication to work the way we want it. The server is running on a Solaris 9 host and user homes are mounted via NFS from a Solaris 8 server (Version doesn't seem to matter). Almost everything's fine but I can't delete maildir subfolders if these reside on a
2004 Jun 18
2
Maildir + Evolution
I don't know if this is an Evolution bug or not, but when I use the maildir format with Dovecot 0.99.10p2 (from OpenBSD packages collection) and connect to it from Evolution 1.4 using IMAP, Evolution displays subfolders incorrectly. It actually does not show any subfolders, only root folders with names like "Folder.Subfolder" and "Folder.Subfolder.Subsubfolder".
2012 Apr 24
6
acls not copied when creating subfolder of private INBOX
Using brand new dovecot 2.1.5 I still have a problem with the inheritance of acls. Setting: - maildir with private INBOX and public folders. - users maildir directory (/home/mail/user/ahelmcke) contains dovecot-acl file - public folders root directory (/home/mail/Fax) contains dovecot-acl file When creating a subfolder of the public folder the dovecot-acl files gets copied to the subfolders