[Dovecot] 'doveadm quota get' dictionary SQL query ignores specified '@domain' part of username. bad config or bug?

2011-10-18 Thread Rich
icity in the 'doveadm quota get' query? Is my configuration off, or incomplete, or is this a bug? Thanks, Rich

Re: [Dovecot] 'doveadm quota get' dictionary SQL query ignores specified '@domain' part of username. bad config or bug?

2011-10-19 Thread Rich
ot/conf.d/90-quota.conf ... --> quota_rule = *:bytes=1073741824:messages=1 ... and once a message quota Value is calculated, the Limit is set == Value, resulting in an incorrrect quota %-age of 100%. Is Limit supposed to be specified per-user? Rich

[Dovecot] Is '*:bytes=" quota specification the quota 'Value', or 'Limit'?

2011-10-19 Thread Rich
33,messages=messages-2 ..." I'm working on a current problem (http://dovecot.org/list/dovecot/2011-October/061538.html) with 'doveadm' reporting mixing up quote Value & Limit. Question: Is 'bytes' supposed to contain the Value, or the Limit? Rich

[Dovecot] [bug] Changing dovecot 'quota' Value incorrectly overwrites Limit with same value

2011-10-24 Thread Rich
I'm able to consistently reproduce this problem/behavior, but not workaround or fix it, yet. Rich On Wed, Oct 19, 2011 at 7:41 AM, Rich wrote: > I've made some progress, but quota 'Limit' is still not fully > functioning for me. > > A couple of changes have

[Dovecot] Are you successfully using using SQL queries to manage Dovecot2 Quota Values & Limits?

2011-10-28 Thread Rich
On Mon, Oct 24, 2011 at 11:14 AM, Rich wrote: > I'm able to consistently reproduce this problem/behavior, but not > workaround or fix it, yet. > > Rich > > On Wed, Oct 19, 2011 at 7:41 AM, Rich > wrote: >> I've made some progress, but quota 'Limit

[Dovecot] looking for Dovecot-code + SQL consultants

2011-11-01 Thread Rich
e. If you provide these services, rather than simply deployment or hosting, and are available, please drop me a line *offlist*. We're in the San Francisco area, and local is best, but remote work is certainly an option. Thanks, Rich

Re: [Dovecot] looking for Dovecot-code + SQL consultants

2011-11-03 Thread Rich
Hi, I've already received a number of replies from providers offering to help out. I'll be in touch with each, and am certain we'll be able to find the right solution from among them. Thanks for the responses, Rich On Tue, Nov 1, 2011 at 1:53 PM, Rich wrote: > Hi, > &

[Dovecot] Config problem: want SSL + local roundcube

2013-11-05 Thread Rich
Hi, Have used dovecot for many years, happy that it worked well without me needing to do anything much! But since the upgrade from v1 to v2.1.7-7 I've come across some config probs. I want IMAP and to force TLS for all internet connections. However, I run RoundCube on the same server (over h

Re: [Dovecot] Config problem: want SSL + local roundcube

2013-11-05 Thread Rich
On 05/11/13 15:56, Reindl Harald wrote: does it hurt? no! My SSL certificate is of course invalid for 127.0.0.1 and I could not get RC to connect on port 993 for some reason (although that's probably for a RC mailing list, granted).

Re: [Dovecot] Config problem: want SSL + local roundcube

2013-11-05 Thread Rich
Ok, thanks for your time, let's end this thread. Seems it's probably more a RC thing than a Dovecot thing. Still can't get it to work (yes I'd already RTFM'ed and tried all the various RC config options) but happy to ask over at RC instead. Thanks. Rich

acl shared maildir with virtual users

2017-06-23 Thread Rich Simcox
Can anyone point out where i'm going wrong with my dovecot sharedinbox setup with ACL i'm contemplating giving up with dovecot alltogether i've spent 3 days trying different paths to the virtual users mailboxes I seem to have two issues my acls are getting written to my sql db fine in roundcub

Health check for dsync?

2016-02-15 Thread Rich Wales
I am syncing two Dovecot sites using dsync. Are there any tools available to confirm that dsync is (or is not) running properly between the two sites? (E.g., something I could run periodically in Nagios?) Rich Wales ri...@richw.org

Re: the prefix number of the configuration filename

2016-02-15 Thread Rich Wales
would be processed first (instead of near the end). It matters what order the configuration files are processed in because later files can override parameters set by earlier files. Rich Wales ri...@richw.org

Looking for way to monitor dsync, confirm it is or isn't running

2016-03-11 Thread Rich Wales
? (If possible, something I can set up to run periodically in Nagios?) Thanks for any suggestions. Rich Wales ri...@richw.org

Re: Looking for way to monitor dsync, confirm it is or isn't running

2016-03-13 Thread Rich Wales
and 9 "waiting 'failed' requests" for the past couple of days. But I have no idea how to resolve the issue. Suggestions welcome. Rich Wales ri...@richw.org

[Dovecot] mbox purge routine?

2008-07-07 Thread Rich Winkel
Can someone direct me to a unix utility for purging old messages from mbox's? It seems entourage isn't doing it. Thanks, Rich

[Dovecot] Sieve fileinto a subfolder fails

2008-08-28 Thread Rich McAllister
lbox Lists/NCCC: Invalid mailbox name If I use just fileinto "NCCC"; it works fine, going into a NCCC folder not in a subfolder as expected. Is there some other syntax for specifying folder/subfolder names in Dovecot sieve, or do I just have to live with the folders all at

[Dovecot] Sieve fileinto a subfolder fails -- more info, possible workaround

2008-08-28 Thread Rich McAllister
at but "Lists.NCCC" if mail is in Maildirs, and it certainly seems that users editing their sieve scripts shouldn't have to know that. Rich dovecot -n shows: # 1.0.10: /etc/dovecot/dovecot.conf log_timestamp: %Y-%m-%d %H:%M:%S login_dir: /var/run/dovecot/login login_ex

[Dovecot] Using deliver with postfix

2008-09-18 Thread Rich Winkel
limit=1 dovecot_destination_concurrency_limit=1 or even whether these are current options in my version of postfix (they don't appear in main.cf.default) Does deliver require such limits on concurrency or # of recipients? Thanks!! Rich

Re: [Dovecot] Using deliver with postfix

2008-09-19 Thread Rich Winkel
Thanks for your help mouss! On Fri, Sep 19, 2008 at 10:22:40AM +0200, mouss wrote: > Rich Winkel wrote: > >Hi, I'm trying to set up dovecot 1.1.2 and postfix 2.5.4 on freebsd 7.0. > >I'm getting permissions problems on auth-master and I'm not sure of the > &g

Re: [Dovecot] Using deliver with postfix

2008-09-24 Thread Rich Winkel
676396 Sep 24 16:07 deliver* The postfix documentation says the delivery agent is run under the recipient's ID, so I can see why there's a permissions problem. If I don't specify -d it doesn't access auth-master, so I can run it without setuid or permissions issues, but will there other problems? Thanks! Rich

[Dovecot] Maildir with LAYOUT=fs not working

2009-05-25 Thread Rich Wales
nd also Dovecot's failure to recognize a "user.XXX." prefix on a mailbox name as designating user XXX's inbox (something that seems to work fine on Cyrus). My Cyrus server currently has over 1,600 folders and subfolders, so I absolutely can't / won't consider switching

Re: [Dovecot] Capability problems dovecot 2.0

2009-05-26 Thread Rich Wales
While I recognize that Timo has some valid points here with regard to determining capabilities before vs. after login, I definitely would consider breaking compatibility with Thunderbird to be a MAJOR, MAJOR showstopper, regardless of the reasons for doing it. -- Rich Wales / ri...@richw.org

Re: [Dovecot] Capability problems dovecot 2.0

2009-05-27 Thread Rich Wales
> I never said anything about breaking Thunderbird. Sorry if I misinterpreted your response to reg9...@yahoo.de (when he said that your proposed change "would actually just break with a rather common client and change behaviour to all previous versions"). -- Rich Wales / ri

[Dovecot] mdbox and folders containing both messages and sub-folders

2013-04-06 Thread Rich Wales
sages could not be migrated because of this problem. Am I doing something wrong? Or is the "folders containing both messages and sub-folders" feature simply broken for the "mdbox" format -- meaning presumably that I'll be forced either to use the Maildir format, or else abandon Dovecot entirely and install Cyrus on my new mail server instead? Rich Wales ri...@richw.org

Re: [Dovecot] mdbox and folders containing both messages and sub-folders

2013-04-07 Thread Rich Wales
gh to say how to make its low-level IMAP module give a full logging of all commands and responses? For what it may or may not be worth, I'm trying my same mail migration test using Maildir instead of mdbox, and it appears to be working fine. Rich Wales ri...@richw.org

Re: [Dovecot] mdbox and folders containing both messages and sub-folders

2013-04-07 Thread Rich Wales
no error messages of any kind. There were a bunch of "Debug: Namespace" messages saying " doesn't exist yet, using default permissions", but that's all. I'm including (see below) an excerpt from my log output, sh

Re: [Dovecot] Imapsync - WAS: Re: mdbox and folders containing both messages and sub-folders

2013-04-07 Thread Rich Wales
via a free licence. (!?!) OK, thanks for setting my mind at ease. Rich Wales ri...@richw.org

Re: [Dovecot] mdbox and folders containing both messages and sub-folders

2013-04-07 Thread Rich Wales
Replying to e-frog: > http://wiki2.dovecot.org/Debugging/Rawlog Thanks. I'll try this and (hopefully) be able to tell what's going on. Rich Wales ri...@richw.org

Re: [Dovecot] mdbox and folders containing both messages and sub-folders

2013-04-07 Thread Rich Wales
ldir format). I'm not familiar enough with Dovecot or IMAP to know exactly what this difference means, but hopefully it will reveal something to someone here. Let me know if you need to see other stuff in these raw logs that I didn't mention here. Rich Wales ri...@richw.org

[Dovecot] Pros and cons of having folders under INBOX vs. not

2013-04-17 Thread Rich Wales
file)? Or will Dovecot be broken unless I recopy everything from scratch (with a command-line option to imapsync to put everything in the INBOX destination namespace)? Rich Wales ri...@richw.org

[Dovecot] Replication -- multiple users, three or more servers?

2013-04-22 Thread Rich Wales
(http://wiki2.dovecot.org/Replication), but I'm still confused. I'd love to see an example that clearly shows how to set up specific individual mail users to be replicated on a different set of servers for each user, like what I described above. Rich Wales ri...@richw.org

Re: [Dovecot] Replication -- multiple users, three or more servers?

2013-04-23 Thread Rich Wales
orking may be that I'm not sure which user ID is being used on each end, so my SSH keys aren't being used properly and the connection is failing. Finally, the "Replication" wiki page mentions the "authorized_keys2" file, which (AFAIK) is deprecated in the current SSH -- all authorized keys should be in a single "authorized_keys" file on the target host, right? Rich Wales ri...@richw.org

Re: [Dovecot] Replication -- multiple users, three or more servers?

2013-04-24 Thread Rich Wales
username exec /usr/bin/doveadm dsync-server -u $username With the above setup, replication ALMOST seems to work, EXCEPT that it's failing with the following error in the local host's mail.log: richatwork dovecot: doveadm: Error: dsync-remote(richatwork): Error: dsync(local):

[Dovecot] Replication fails with "Remote dsync doesn't use compatible protocol"

2013-04-25 Thread Rich Wales
bout 24 hours ago (and which I assume was too long for people to be willing to read). Rich Wales ri...@richw.org

Re: [Dovecot] Replication fails with "Remote dsync doesn't use compatible protocol"

2013-04-26 Thread Rich Wales
s? Or do I need to configure replication on both servers (with each one replicating to the other)? Rich Wales ri...@richw.org

[Dovecot] Strange error message

2007-09-22 Thread Rich Winkel
_indexes/%u lock_method: flock mbox_write_locks: flock auth default: passdb: driver: pam userdb: driver: passwd Any help would be much appreciated!! Rich

[Dovecot] Deliver, sendmail & envelope From_

2007-09-24 Thread Rich Winkel
Sorry, couldn't find this in the archives. Under freebsd 4.x, the native mail.local that sendmail uses by default writes From_ lines that include the origin address. This is very readily parsable and handy for quick greps in mboxes. But deliver defaults it to MAILER-DAEMON. I see you can specif

[Dovecot] deliver net_connect auth-master failed: Permission denied

2007-09-25 Thread Rich Winkel
socket: type: listen client: path: /var/run/dovecot/auth-client mode: 432 master: path: /var/run/dovecot/auth-master mode: 432 Thanks! Rich

Re: [Dovecot] deliver net_connect auth-master failed: Permission denied

2007-09-25 Thread Rich Winkel
On Tue, Sep 25, 2007 at 09:07:24PM -0400, Bill Cole wrote: > At 7:19 PM -0500 9/25/07, Rich Winkel imposed structure on a stream > of electrons, yielding: a flux of gibberish!!! > >Does deliver run as root, as the recipient's ID, sendmail's ID or > >sendmail&

Re: [Dovecot] thunderbird and email duplication

2007-10-17 Thread Rich Winkel
For what it's worth I had a similar problem with deliver (thunderbird was not involved) for userids whose email aliases were mixed-case versions of the userid (Rich vs rich). It went away when I lowercased the alias. Dovecot 1.0.3. Rich

[Dovecot] "Can't sync delivery mail"

2007-10-24 Thread Rich Winkel
Dovecot 1.0.3 Deliver is saying this on two specific emails. Other emails to these 2 users are going through fine. Looking at the mail headers the only thing questionable I see is: From: "AMS Publication Division"@ams.org Is this the problem? # 1.0.3: /usr/local/etc/dovecot.conf base_dir: /var/r

Re: [Dovecot] "Can't sync delivery mail"

2007-10-29 Thread Rich Winkel
On Sat, Oct 27, 2007 at 07:08:55PM +0300, Timo Sirainen wrote: > On Wed, 2007-10-24 at 16:27 -0500, Rich Winkel wrote: > > Dovecot 1.0.3 > > Deliver is saying this on two specific emails. Other emails to these 2 > > users are going through fine. Looking at the mail heade

Re: [Dovecot] "Can't sync delivery mail"

2007-10-31 Thread Rich Winkel
On Mon, Oct 29, 2007 at 05:47:32PM -0500, Rich Winkel wrote: > A sample offending message (in sendmail mqueue format) is in: > http://www.math.missouri.edu/~rich/dovecot/bugmail.tgz When I removed the spaces and quotes from the S line of the qf file S<"AMS Publication Division&qu

[Dovecot] Adding ", S=size" to new message files when using "dirsize"

2007-03-19 Thread Rich, Whidbey Telecom
yes protocol imap { mail_executable = /usr/local/libexec/dovecot/rawlog /usr/local/ libexec/dovecot/imap mail_plugins = quota imap_quota imap_client_workarounds = delay-newmail outlook-idle } plugin { quota = dirsize:storage=10240 } -- Thanks! Rich smime.p7s Description: S/MIME cryptographic signature

Re: [Dovecot] Adding ", S=size" to new message files when using "dirsize"

2007-03-20 Thread Rich, Whidbey Telecom
On Mar 19, 2007, at 4:46 PM, Timo Sirainen wrote: On 20.3.2007, at 1.37, Rich, Whidbey Telecom wrote: However, Dovecot only seems to do that when the "maildir" quota plugin is specified (from "quota-maildir.c"): Yep. Shouldn't "save_size_in_filename"

Re: [Dovecot] v1.0.0 released

2007-04-13 Thread Rich, Whidbey Telecom
On Apr 13, 2007, at 5:04 AM, Timo Sirainen wrote: http://dovecot.org/releases/dovecot-1.0.0.tar.gz http://dovecot.org/releases/dovecot-1.0.0.tar.gz.sig It took almost 5 years, but it's finally ready. I'm not expecting to release v1.0.1 anytime soon, unless someone's been sitting on a major bug

[Dovecot] Crash with 1.1alpha2 when lazy_expunge is enabled?

2007-08-09 Thread Rich at Whidbey Telecom
9125.d67b160254a01631 drwx-- 2 testuser users 4096 Aug 9 10:59 tmp Lazy expunge works on our production 1.0.0 systems. Anyone else seen this? Rich dovecot: Aug 09 11:04:25 Info: imap-login: Login: user=, method=PLAIN, rip=209.166.64.35, lip=172.16.125.4 dovecot: Aug 09 11:04:25 Info: IMAP(test

[Dovecot] Bug? Expunging Symlinked Maildir w/ Lazy_expunge Enabled

2007-08-29 Thread Rich at Whidbey Telecom
nly fix we've found is to disable "lazy_expunge". Attached is our "dovecot -n" config. Anyone have an idea what might be causing this or a workaround? Thanks! Rich [EMAIL PROTECTED] # 1.0.3: /shared/dovecot.conf base_dir: /var/dovecot-mail/ log_path: /var/dovecot-mail/

Re: [Dovecot] Bug? Expunging Symlinked Maildir w/ Lazy_expunge Enabled

2007-09-10 Thread Rich at Whidbey Telecom
Timo Sirainen wrote: On Wed, 2007-08-29 at 09:04 -0700, Rich at Whidbey Telecom wrote: Hi all, Using Dovecot 1.0.3 on RedHat Enterprise 5 (kernel 2.6.18-8.1.6.el5PAE), and NFS storage, we symlinked a Maildir folder: /mailstore/user/Maildir/.Junk -> /junkstore/user/Junkmaildir Everyth

[Dovecot] Multiple Quota "ignore=" in Dovecot 1.0.x?

2007-09-19 Thread Rich at Whidbey Telecom
torage=256000:ignore=Junk,Trash However, only "Junk" is ignored, and email can't be deleted when the mailbox is full. Thanks! Rich

Re: [Dovecot] quota reporting and mail.app

2007-09-19 Thread Rich at Whidbey Telecom
If I remember right, this is a known issue, where Mail.app won't report the quota when QUOTAROOT is "". We've found no fix for it here as it seems to be a Mail.app issue. Rich Mike Horwath wrote: Hi everyone. I can't get mail.app to report back correct quota infor

Re: [Dovecot] SORT(DATE) and missing Date headers

2007-09-24 Thread Rich at Whidbey Telecom
seeing might be specific to Mutt. Rich Kyle Wheeler wrote: Hello, Occasionally, I get mail that's missing a Date header. The usual suspects are iTunes weekly mailings and NYTimes email-to-a-friend articles. I use qmail, which doesn't "fix" these malformed emails by addin

Re: [Dovecot] Dovecot upgrades break Blackberry instant email (BIS)

2010-08-31 Thread interfaSys sàrl - Rich Internet Applicatio ns
Worked perfectly! Is it something that can be disabled after a few days or is there no harm in keeping it in the config? (And congrats on your work on Dovecot Timo. Great piece of software.) On 31/08/2010 17:53, Timo Sirainen wrote: > On Tue, 2010-08-31 at 17:41 +0100, interfaSys sàrl wrote: >