similar to: Problem with namespaces

Displaying 20 results from an estimated 2000 matches similar to: "Problem with namespaces"

2008 Aug 20
1
Problems with namespaces
Hi, I'm trying to create Shared folder with subfolders "SPAM" and "NOT_Spam". Configuration: namespace public { separator = / prefix = Shared/ location = maildir:/vmail/%Ld/Shared:INDEX=/vmail/%Ld/%Ln/Shared hidden = no } Result I get (is exactly what I want): Inbox Drafts Sent Trash Shared --NOT_Spam --SPAM I can select SPAM and NOT_Spam, delete messages etc, but
2008 Mar 26
1
Howto create maildir in lower case while user login via imap/pop3?
Hi, all. I searched mail archives, but no result. I use OutLook Express on Windows XP as MUA, login username is in upper case, such as 'AAA at BBB.COM', when login via imap, dovecot create directories: /home/vmail/ |- BBB.COM/ # <- Domain name |- AAA/ # <- User name |- cur/ |- xxx Here, domain name and user name
2013 Sep 17
4
Rails 4 deprecation of in-place edit methods for collection associations
Hi everyone! For those of you who are not noticed the in-place edit method for collection associations are broken in the current rails release - 4.0.0, and here''s what is cooking in the rails master https://github.com/rails/rails/commit/1a40be02113287d9a003f8224e91b9f623857f4b and this https://github.com/rails/rails/pull/12227 In short: it looks like things like has_many.reject!{},
2004 Jan 28
9
How to generate a report with graphics and tables?
Hello R-Users, I have some data sets which change on a daily bases. So far I have imported these sets into R, done all my evaluations resulting in a couple of plots, charts and tables of numbers which I copy&pasted via clipboard into Powerpoint. The procedure is always the same and I wonder, whether there is no easier way for doing so. Is there some type of "report generator"
2010 Feb 05
4
Compressing Maildir mails on delivery
Now supported by v2.0. Also as a patch to v1.2: http://dovecot.org/patches/1.2/zlib-compress.diff I'm not really sure if I should commit it to v1.2 code tree. The code contains ugly copy&pasted io_stream_copy() and v1.2 is supposed to be feature complete.. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature
2012 May 29
2
v2.1.7 released
http://dovecot.org/releases/2.1/dovecot-2.1.7.tar.gz http://dovecot.org/releases/2.1/dovecot-2.1.7.tar.gz.sig * Session ID is now included by default in auth and login process log lines. It can be added to mail processes also by adding %{session} to mail_log_prefix. + Added ssl_require_crl setting, which specifies if CRL check must be successful when verifying client certificates. +
2012 May 29
2
v2.1.7 released
http://dovecot.org/releases/2.1/dovecot-2.1.7.tar.gz http://dovecot.org/releases/2.1/dovecot-2.1.7.tar.gz.sig * Session ID is now included by default in auth and login process log lines. It can be added to mail processes also by adding %{session} to mail_log_prefix. + Added ssl_require_crl setting, which specifies if CRL check must be successful when verifying client certificates. +
2009 Feb 17
1
quota-fs: get nfs GROUP quota (patch)
Hi all. Unfortunately, the existing quota-fs does not know how to get GROUP quota with NFS storage. But there is a tool for Linux quota-tools (http://slackware.rol.ru/slackware/slackware-12.2/source/a/quota/). This patch is made on the basis quota-tools. The patch was successful alpha testing. Suggestions and comments are welcome. -------------- next part -------------- An embedded and
2013 Jan 16
1
Reviewing end-user ham/spam submissions before feeding them to sa-learn via Dovecot Antispam plug-in
Currently, I'm using the Dovecot Antispam plug-in with great success. Everything works as expected. However, I would like to change the plug-in's behavior such that it simply sends a copy of a message that is moved from Inbox -> Junk (or Junk -> Inbox) to an administrator, instead of calling sa-learn (I'm using SpamAssassin) automatically. Basically, I would like to be able to
2006 Jul 27
7
Newbie question---
I wrote a ruby script that parses a file into key-values like so: class Parser table = { } IO.foreach(''Localizable.strings'') { |line| if line =~ /^ \s* " (.*?) " \s* = \s* " (.*?) "/x table[ $1 ] = $2 end } end I want to store the key-values in different colums on my database so that when I enter a key, it gives me the corresponding value...how
2008 Aug 28
1
asterisk linkedin group
asterisk linkedin group I have created an asterisk linkedin group for anyone interested. http://www.linkedin.com/e/gis/45252/66270A773F53 Thank You, Steven BerkHolz - MCSA - MCSE - Manager of Information Systems HIROTEC AMERICA ________________________________ Please visit us on the web at www.hirotecamerica.com HIROTEC AMERICA Ph. 248-836-5100 Fx. 248-836-5101 Please only print this email if
2004 Oct 27
1
Hooking on renaming actions
Hello, A short question: is it possible to intercept user's action whe he renames a folder? My goal is to adjust shell-scripts or procmailrc to the new name. A --
2010 Feb 12
1
dovecot v1.2.10 + unknown mail_uid parameter
hi... i upgrading dovecot from v1.0.7 to v1.2.10, so i perform some modifications (http://wiki.dovecot.org/Upgrading/1.1 and http://wiki.dovecot.org/Upgrading/1.2), but i have the following problem when i want to test installation: in dovecot.conf, i set the user mail: mail_uid= 72940 mail_gid= 72941 but when i try to start dovecot i have the following error: # sbin/dovecot
2007 Mar 26
7
MANAGESIEVE patch v3 for dovecot 1.0.rc28
Hello dovecot users, I have updated the MANAGESIEVE patch to apply and compile against dovecot 1.0.rc28. Not much has changed with respect to the functionality of the previous version however: ChangeLog vs v2 - Updated source to compile with dovecot 1.0.rc28, tested with rc27 (debian package) - Daemon now uses the same location for .dovecot.sieve as dovecot-lda This is typically
2005 May 08
3
1.0-test69
http://dovecot.org/test/ - Several mbox fixes, upgrade recommended for test68 mbox users - Possibly fixes some IMAP hangs where Dovecot just stopped replying - Fixed delay-newmail workaround. It was badly broken before. And somewhat off topic advertisement: I got a bit distracted from Dovecot a week ago when a guy started mailing me about wanting to write an irssi2 client as a project to
2007 Mar 26
2
Custom Mail Directory for some users
Hi list, I'm new on this mailing list and I'm kind of stucked at the moment. I managed to get Postfix and Dovecot working together with Amavis, OpenLDAP und SASL on Ubuntu Linux Release "Dapper Drake". The Dovecot version shipped with Dapper is 1.0-beta3 (at least, that's what the package database tells me), I also tried this with a Debian Backport of version 1.0-rc15.
2001 Aug 26
4
On the &quot;broken&quot; .WAV files issue
A friend of mine recently had a problem with a "broken" .WAV file (as you call them) because oggenc first printed out a warning and then didn't accept the file because of a "unexpected EOF error". Because I was interested in the issue, I decided to take a look at the oggenc source, and in fact, it is your .WAV reader that's wrong. More precisely: there are two version
2008 Aug 17
1
Dovecot IMAP INBOX Namespace iPhone
Hi Guys, Our ISP who is hosting our email, recently moved our domain's email onto a new mail server, which is apparently running Dovecot, and has support for IMAP. * OK Dovecot ready. Most of the email clients have not had a problem moving from the old server to the new server. But some have! Including the iPhone users. The problem is that the INBOX is not directly accessible through the
2004 Aug 20
4
Unusual behaviour
Hi, I've just noticed something strange in dovecot 0.99.10.5. I created some IMAP folders from the command line (mkdir .INBOX.Folder1) as a different user to the owner of the mailbox. Obviously when I tried to view them via IMAP I got an error message, but the message to the client was "internal error[date time]" where date and time appeared to be the current date and time. Is
2009 Apr 08
1
Sweave problem, with multicolumn tables from R to LaTeX
Hi there, I have been using the example provided bellow for a while, and It was working without any problem. Nevertheless, just since 2-3 days is not working, probably because I did update.packages(). I have tried to re-install the older versions of the packages Hmisc() and xtable(), but still does not work. Can you run this example, and tell me if you got the same problems? I use