similar to: Different Formats Per User?

Displaying 20 results from an estimated 20000 matches similar to: "Different Formats Per User?"

2009 Dec 29
2
Retrieve Physical Message Filename
Hi,Using Dovecot 1.2.9 with Maildir and Layout=FS.In a plugin, i'm overriding "update_flags":void my_mail_update_flags(struct mail *_mail, enum modify_type modify_type, enum mail_flags flags)For this email which is having its flags updated, I need to retrieve the physical filename of the message.? I see where using:mail_get_special(_mail, MAIL_FETCH_UIDL_FILE_NAME,? &fname);...I
2010 Feb 18
2
Disabling Keywords
Is there a correct way to tell the client we don't want, and don't support Keywords via a configuration option? If there's no configuration option, would I override "allow_new_keywords" to just return FALSE? Thanks, Tony
2008 Jan 09
3
Per user mailbox quota
Hi, How do I setup per user mailbox quota? I am using /etc/passwd database. Thanks BAT
2014 Jan 31
3
lmtp_save_to_detail_mailbox per address?
Is there any way to control/disable this for certain mailboxes? For one account (that handles bounces) I need it disabled, for all the other (normal) accounts its great. -- Andrew Ray
2006 Dec 04
1
Enabling different quota limits for different users for /etc/passwd as userdatabase on FC3
hey friends, I am running my company's mail server on FC3 which comprises of Postfix + Dovecot + MailScanner + Clamav + Squirrelmail + MailWatch + Spamassassin. I am using Dovecot 0.99.13-3 version on FC3 and I want to implement Quota limits for the users. I am using userdatabase as /etc/passwd file (auth_userdb = passwd ) and password database as pam(auth_passdb = pam) for dovecot. I read
2012 Feb 09
3
oops, or how to bring a datacenter router down with one setting
so I gave up on bonding. I found about 300 posts showing eth0 and eth1 both pointing to br0 (bridge) as interfaces. I followed them correctly, or so I thought. I pointed both ethx to the bridge, restarted network and bam...!!! entire ip block went out. when I called datacenter they told me the router was under attack and I was like 'uh oh' and told them to just shut off my computer I
2009 Jul 30
5
AutoCreate per Domain
Hello, is there a way to configure plugin "autocreate" per domain? Like: For domain xwz.com i want to autocreate folders: Models and Clients For domain yxw.com i want to autocreate folders: Adm and Tech Thanks.
2005 May 07
3
converting NA/non-NA's to a binary variable
Dear R colleagues, I am trying to create a new column in a data frame, which converts values and NA's from another column into binary format. Essentially I need the NA's to become 1 and the rest to be 0. The code I wrote is returning the following error message: Error in if (mort[i, 4] != NA) mort[i, 8] <- 0 else if (mort[i, 4] == : missing value where TRUE/FALSE needed
2009 Aug 19
5
How to tell if I've been hacked?
There is a lot of talk about the vulnerable Linux kernel. I'm simply wondering the telltale signs if a given system has been hacked? What, specifically, does a person look for? Thanks. Scott
2010 Feb 16
1
Courier->Dovecot Migration Issue
For testing purposes, on a small set of users, we've run the courier-dovecot-migrate.pl script. We are converting from Courier 0.43 to Dovecot 1.2.9. For the most part, things seem to be ok. However, an iPhone IMAP client user is reporting a problem where some of her messages don't show up. Even stranger is the fact that these same messages do appear when using Outlook 2k7 for
2016 Feb 07
6
autoexpunge - different settings for different users
I have some users where I'd like to expunge their mail at different times. For example, I may have some users who I want to expunge everything from every folder at 30 days. Others where I'd like to expunge everything at 90 days. And still others where I only want to expunge mail from the Trash and Junk folders, and nowhere else. Is there a way to do some sort of lookup for this? Or
2009 Nov 19
1
How to remove leading dots from folder names with Layout=FS
We are looking to move to Dovecot from a customized Courier implementation.? Our current format is maildir-like. It's basically a filesystem layout...hierarchies are identified by real directories/subdirectories.? Our folder names do have a leading dot and for reasons related to other systems, we do not want to change our format at all.The Layout=FS is very close to working for us.? The?
2009 Nov 20
1
Plugin Compatibility
We are looking to develop a plugin against the 1.2.X line (8 as of right now).? Seeing that v2.0 is not too far off, is there any reason to think that a plugin developed for 1.2.X would NOT be compatible with the 2.0 line?Thanks,Tony This message is intended solely for the individual(s) to whom it is addressed. If you are not the intended recipient, any dissemination or copying is strictly
2009 Dec 10
1
Overriding Default Subscription Behavior
The subscription files we're migrating from have a "." for folder separation. We will be using Dovecot's maildir with LAYOUT=fs. It's looking for "/" as the separator in the subscription file. So, obviously we could simply write a script to swap the two characters. However, just curious if there are any options for doing this within a plugin (since we're
2010 Jan 19
1
Files Moving From /New to /Cur
Using Dovecot 1.2-9 with Maildir and layout=FS. We have our own delivery pushing messages to the /new and then /cur folder eventually. When I have an IMAP client attached, there is apparently some sort of race going on. I believe that Dovecot is moving files from /new to /cur (and renaming them) before our own delivery gets the job done. This is causing a problem for us. Is there a way
2016 Feb 08
2
autoexpunge - different settings for different users
> On Feb 7, 2016, at 10:59 AM, Timo Sirainen <tss at iki.fi> wrote: >> On 07 Feb 2016, at 04:50, Tom Johnson <tj at terramar.net> wrote: >> >> I have some users where I'd like to expunge their mail at different times. >> .... >> .... >> Is there a way to do some sort of lookup for this? Or is this beyond the ability of the autoexpunge
2006 Mar 29
2
domain controller cannot be contacted
Hi everyone, I have struggled with this problem for awhile now. randomly and intermittently a workstation or bunch of workstations will not be able to log in. This is pretty much reproduceable at will, and here is what you need to do to get this little issue to show up: 1. Log out and try to log in as a different user 2. Attempt to login immediately after the machine is booted. To ensure you
2014 Apr 03
1
mdbox with mail_attachment_dir per user in 2.2.12
Hello, we have 2 netapp arrays with 2 volumes and we need to store our mail data in one or other volume for every user. We want keep data for one user in one volume only. So we would like to have 2 separate mail_attachment_dir, one on every volume. But in latest version 2.2.12 it look like it is only possible to set one global mail_attachment_dir. I have an idea with 2 separate dovecot
2009 Dec 14
2
Plugins
Hello everyone again..... i try to do a plugin... and i see there is a lot of "hook_*" calls in various places.... There is some documentation about this hooks ? like: hook_mail_storage_created = is calling when the email is.... and go on.... Tks.
2012 Oct 16
1
Per user quotas
Hi All, I keep going round in circles with this. I have quotas up and running but would like to add a couple of per user exceptions but can't figure out how to do it! I am using Open Xchange community edition on top of dovecot and tha tis showing the 200MB limit, if I change it in the dovecot.conf the change is reflected in open xchange, but can't figure out how to change for 1 user. I