Re: [Dovecot] backup strategy

2008-02-07 Thread Eric Rostetter
h a backup system that fits your own needs and resources. Sean -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

[Dovecot] Dbox + imap_quota still crashing on 1.1rc 4

2008-04-17 Thread Eric T
Emailed about this with 1.1rc3 and didn't get a reply. Tried upgrading to 1.1rc4 and got the same crashing: Centos 5 (in openvz container) 2.6.18-53.1.4.el5.028stab053.4 #1 SMP Fri Jan 18 12:29:44 MSK 2008 x86_64 x86_64 x86_64 GNU/Linux /usr/local/dovecot/sbin/dovecot -n # 1.1.rc4: /usr/local/d

Re: [Dovecot] Expire plugin with Mysql

2008-06-02 Thread Eric T
> > Seems to work in my tests. Could you do a bit more with gdb: > >> #6 0x0812e512 in client_dict_connect (dict=0x819abc8) >> at /var/tmp/dovecot-1.1.rc6/src/lib-dict/dict-client.c:268 >> query = 0x8178664 "D\206\027\b\003" > > fr 6 > p *dict Program terminated

[Dovecot] maildirmake -q quota equivalent to set quota

2008-06-25 Thread Eric PEYREMORTE
Hi, I'm coming from courier-imap and i'm trying to migrate to dovecot. I can't find how to create a maildir with a quota file(maildirsize) I saw that if there was a maildirsize it would get its quota from there but can't find how to create that file. I'm using pam auth and would like to set

Re: [Dovecot] maildirmake -q quota equivalent to set quota

2008-06-26 Thread Eric PEYREMORTE
nobody knows ? I just need a tool to set quota directly to the maildir. Maybe could i use maildirmake from courier-imap ? Please i need help :-) Eric PEYREMORTE a écrit : Hi, I'm coming from courier-imap and i'm trying to migrate to dovecot. I can't find how to create a maild

Re: [Dovecot] Dovecot load balancing

2008-07-31 Thread Eric Toczek
Thomas Hummel wrote: > On Thu, Jul 31, 2008 at 03:26:06PM +0200, Thomas Hummel wrote: > >> I don't quite understand the proxy_maybe option : >> > > The proxy_maybe allows you to have a user log into a server that is both doing proxy logins for another host as well as local logins. So Use

Re: [Dovecot] Expire plugin with Mysql

2008-08-05 Thread Eric Toczek
Dino Ming wrote: > Here is my dict.conf file > > connect = host=sql dbname=vmail user=xx password=xx > table = dict_expire > select_field = timestamp > where_field = path > username_field = username > That looks good > How can I debug the imap and check why the table didn't got update

Re: [Dovecot] expire-plugin: configuration dict-server

2008-08-05 Thread Eric Toczek
path username_field = username Then you'll want to create the table like so: create table expire( username varchar(255) not null, path varchar(100) not null, timestamp integer, primary key (username, path))engine=innodb; That should work for you. Of course enter in your correct

Re: [Dovecot] expire-plugin: configuration dict-server

2008-08-05 Thread Eric Toczek
Jens Meyer wrote: > Hello Eric, > > thank you very much for your prompt and helpful reply! > > The connect seem to work fine now. > > Please allow me two additional questions: > Is it correct that this database-table is only a "caching-table" which > is empty

Re: [Dovecot] expire-plugin: configuration dict-server

2008-08-05 Thread Eric Toczek
Dino Ming wrote: > Dear Eric, > > I've enabled the mysql query log, and there does not have any query > when I deleting or moving message. > So, I'm wondering is it have some compile time flag to enable this > perhaps ? Hmm.. shouldn't be any flags needed beside

Re: [Dovecot] expire-plugin: configuration dict-server

2008-08-05 Thread Eric Toczek
Dino Ming wrote: > Dear Eric, > > It's worked after I append the INBOX. in front of Trash > The record entered into the table with path and timestamp, but missing > value for the username. Is this make sense ? > Yup this is as expected. From Timo when I asked him about

Re: [Dovecot] expire-plugin: configuration dict-server

2008-08-06 Thread Eric Toczek
Thomas Zajic wrote: > Hi, > Same problem here - dovecot never adds any records to the expire > table, although the database connection is fine. All it ever does > is query for existing records when a message gets moved to Trash > or Junk, so at least that part is working. Do you use namespaces? Si

Re: [Dovecot] Experience moving mailboxes from Dovecot 0.99.14 to Dovecot 1.07 => Improvement possible

2008-08-06 Thread Eric Rostetter
Quoting Charles Marcus <[EMAIL PROTECTED]>: rpms for centos available on atrpms.net Sadly not for Centos 3.x, only for Centos 4/5... :( Anyone know about Dovecot 1.1.x rpms for Centos/RHEL 3.x? -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

Re: [Dovecot] Experience moving mailboxes from Dovecot 0.99.14 to Dovecot 1.07 => Improvement possible

2008-08-06 Thread Eric Rostetter
Quoting Charles Marcus <[EMAIL PROTECTED]>: On 8/6/2008, Eric Rostetter ([EMAIL PROTECTED]) wrote: Anyone know about Dovecot 1.1.x rpms for Centos/RHEL 3.x? I'd be more interested in upgrading the server to a reasonably recent version of the distro... Unfortunately, it isn&#x

Re: [Dovecot] Webmail app ... again.

2008-08-14 Thread Eric Toczek
Chris Wakelin wrote: > > Another persistent IMAP Webmail app may be Web-Alpine from UW, but I > haven't tried it out yet. If it's expecting to be talking to UW-IMAP > it'll need to use persistent connections! > While it's not free, a really nice webmail that does a lot of smart things (persistent

Re: [Dovecot] Experience moving mailboxes from Dovecot 0.99.14 to Dovecot 1.07 => Improvement possible

2008-08-21 Thread Eric Rostetter
Quoting Axel Thimm <[EMAIL PROTECTED]>: Just to keep the list up-to-date in case any one is cruising the archives... On Thu, Aug 07, 2008 at 11:02:57AM -0500, Eric Rostetter wrote: Quoting Axel Thimm <[EMAIL PROTECTED]>: Anyone know about Dovecot 1.1.x rpms for Centos/RHEL 3.

[Dovecot] dovecot panic after upgrade 1.0.15 to 1.1.2

2008-08-21 Thread Eric Rostetter
this happens, but I would need to know what to send (both the folder being moved from and folder being moved to, or just one of them) and anything else needed, and the email to send them to. Sending the folder itself might be problematic, but might be possible. If we can't get this resolved

Re: [Dovecot] dovecot panic after upgrade 1.0.15 to 1.1.2

2008-08-21 Thread Eric Rostetter
Quoting Eric Rostetter <[EMAIL PROTECTED]>: I recently upgraded dovecot from 1.0.15 to 1.1.2 and since then I am getting the following types of things in the logs: The following output of "dovecot -n" has me worried... pop3_uidl_format(default): %08Xu%08Xv pop3_uidl_format(i

Re: [Dovecot] dovecot panic after upgrade 1.0.15 to 1.1.2

2008-08-21 Thread Eric Rostetter
Quoting Timo Sirainen <[EMAIL PROTECTED]>: On Thu, 2008-08-21 at 17:50 -0500, Eric Rostetter wrote: I recently upgraded dovecot from 1.0.15 to 1.1.2 and since then I am getting the following types of things in the logs: Aug 21 17:23:13 mail1 dovecot: imap-login: Login: user=, method

Re: [Dovecot] dovecot panic after upgrade 1.0.15 to 1.1.2

2008-08-21 Thread Eric Rostetter
p (probably not): http://hg.dovecot.org/dovecot-1.1/rev/7f5cc9e805ec I applied it, but it doesn't appear to help judging by the number of i_error log entries from my patch... Hopefully this will clear things up for the users (so they don't notice any problems). I'll let yo

Re: [Dovecot] Any suggestions for backing up an imap server and whould maildir or dbox be better than mbox?

2008-10-02 Thread Eric T
>> BTW: Dose changing the mailbox format from mbox to Maildir or dbox dose >> have any advantages? > > I don't think it makes any difference in this case. > It would make a difference if you were to Rsync. Since Rsync is done on a file level; with mbox every new message means that the entire m

Re: [Dovecot] Any suggestions for backing up an imap server and whould maildir or dbox be better than mbox?

2008-10-03 Thread Eric Toczek
[EMAIL PROTECTED] wrote: > Oh, no. Rsync is smarter than this. If you don't tell it _not_ to do it, > it will transfer chunks of files which have changed and modify the > target file in-place. How it does recognize what to do is actually worth > a read [1]. > > Note that this algorithm is ideal for

Re: [Dovecot] v1.1.5 release candidate

2008-10-20 Thread Eric Toczek
Was just trying out 1.1.5 on a new server, using a copy of the in production one. The data should be the same, and with 1.1.5 getting an odd mkdir permissions error. dovecot: Oct 20 09:57:56 Error: POP3([EMAIL PROTECTED]): mkdir(/opt/dovecot/index/etoczek/INBOX) failed: Permission denied Which d

Re: [Dovecot] v1.1.5 release candidate

2008-10-20 Thread Eric Toczek
Timo Sirainen wrote: > On Mon, 2008-10-20 at 10:06 -0400, Eric Toczek wrote: > >> Was just trying out 1.1.5 on a new server, using a copy of the in >> production one. The data should be the same, and with 1.1.5 getting an >> odd mkdir permissions error. >> >

[Dovecot] Possible header parsing problem

2008-10-22 Thread Eric Stadtherr
dir:%h/Maildir namespace: type: private separator: / inbox: yes list: yes subscriptions: yes namespace: type: shared separator: / prefix: Shared/ location: maildir:/Users/Shared/Maildir list: yes subscriptions: yes auth default: passdb: driver: pam args: imap userdb:

Re: [Dovecot] Possible header parsing problem

2008-10-23 Thread Eric Stadtherr
On Thu, 23 Oct 2008 19:06:19 +0300, Timo Sirainen <[EMAIL PROTECTED]> wrote: > On Wed, 2008-10-22 at 20:59 -0600, Eric Stadtherr wrote: >> Content-Type: multipart/alternative; boundary="=_alternative >> 006F3A73872574E8_=" > > Is there one space, tw

Re: [Dovecot] Possible header parsing problem

2008-10-27 Thread Eric Stadtherr
On Thu, 23 Oct 2008 19:06:19 +0300, Timo Sirainen <[EMAIL PROTECTED]> wrote: > On Wed, 2008-10-22 at 20:59 -0600, Eric Stadtherr wrote: >> Content-Type: multipart/alternative; boundary="=_alternative >> 006F3A73872574E8_=" > > Is there one space, tw

Re: [Dovecot] Possible header parsing problem

2008-10-27 Thread Eric Stadtherr
On Tue, 28 Oct 2008 03:31:13 +0200, Timo Sirainen <[EMAIL PROTECTED]> wrote: > On Oct 28, 2008, at 3:23 AM, Eric Stadtherr wrote: > >>> Fixed: http://hg.dovecot.org/dovecot-1.1/rev/25b0cf7c62d3 >>> >>> But I'm not sure if I should convert the following

[Dovecot] (1.0.13) fsync failed: Disk quota exceeded for some accounts

2008-11-06 Thread Eric Marin
users) ? - would it work in v1.0.13 on NFS ? - if it worked, and I enabled it, what would change for me ? - what is *supposed* to happen without the quota plugin when a user has filled his quota : mail is rejected, or mail is deferred ? - and what about imap_quota ? Best regards, Eric

Re: [Dovecot] (1.0.13) fsync failed: Disk quota exceeded for some accounts

2008-11-06 Thread Eric Marin
Hi, unfortunately, for those users that cause problem, even if the user is completely over-quota (say 900MB of files for a 100MB quota) *before* adding the small mail, Deliver still reports an fsync failure. Eric Ed W a écrit : Eric Marin wrote: So for *some* users, it seems that Deliver

Re: [Dovecot] (1.0.13) fsync failed: Disk quota exceeded for some accounts

2008-11-06 Thread Eric Marin
Hi, Joseba Torre a écrit : Hi, El Jueves, 6 de Noviembre de 2008 a las 11:30, Eric Marin escribió: - should I use the quota:fs plugin in this case (it seems to work out well without it for most users) ? quota:fs is only about reporting quota status using IMAP. So, it should do no

Re: [Dovecot] (1.0.13) fsync failed: Disk quota exceeded for some accounts

2008-11-06 Thread Eric Marin
t was that we had made no exception for this user, so the user itself is just using the global quota... Besides, when we migrated our server, we already disabled all quotas, then re-enabled them once everything was completed. Eric

Re: [Dovecot] (1.0.13) fsync failed: Disk quota exceeded for some accounts

2008-11-07 Thread Eric Marin
It works, thank you very much ! What can I say, this is a shining example of what's good with open-source. Eric Timo Sirainen a écrit : On Thu, 2008-11-06 at 11:30 +0100, Eric Marin wrote: So far, so good, except that for *some* users (and I can't seem to find anything unusual a

Re: [Dovecot] Enforcing STARTTLS for all mechs while disabling imaps

2009-01-15 Thread Eric Toczek
Durk Strooisma wrote: >> On 1/15/2009, Durk Strooisma (d...@kern.nl) wrote: >> >>> As far as I can see, this would only be possible when using imaps and >>> disabling imap. However, I would like to have the other way around; >>> disabling imaps and using imap for all communication (with enforc

Re: [Dovecot] Enforcing STARTTLS for all mechs while disabling imaps

2009-01-15 Thread Eric Toczek
Durk Strooisma wrote: > This will work for plain text authentication. However, we are (partly) > using > GSSAPI, which is not a plain text authentication mechanism. TLS (through > STARTTLS) won't be enforced in these connections. > Ah yeah, will not work with GSSAPI, sorry if I missed where you

Re: [Dovecot] v1.1.10 released

2009-01-27 Thread Eric Rostetter
. I'd still be willing to do unit tests, if there is no longer any arguments from others to stop it. I'm open to suggestions as to tools to use and such as long as it isn't a flame war... Arguing about how to do things usually leads to nothing getting done, which is what happened h

Re: [Dovecot] v1.1.10 released

2009-01-27 Thread Eric Rostetter
? unless someone else is also willing to actually write the tests, I don't think you should care all that much about their arguing. How to submit them (mercurial access, patches to you or the list, or some other way). I check out the mercurial repos and see what is there, and see what I can

Re: [Dovecot] Replication status

2009-02-16 Thread Eric Toczek
Timo Sirainen wrote: > On Mon, 2009-02-16 at 13:19 -0600, Bryan Bradsby wrote: > >>> I also hate the "aggregator" and "writer" names >>> >> Master, slave (ala DNS) ? >> > > Maybe, but a bit weird in a multi-master setup. > > Could always go with the naming conventions used by mult

[Dovecot] dovecot: child xxxx (login) returned error 83 (Out of memory)

2009-05-28 Thread Eric Sammons
Hi, Recently started receiving the error $SUBJECT. Soon after a number of segfault errors are reported for pop3-login. Based on my configuration, I believe I am set up to receive core files; however, my ulimit -c is 0. I have tried setting ulimit -c ... in /etc/init.d/dovecot and I have tried

[Dovecot] dovecot auth(default): Master request xxxx.xxxx not found

2009-06-08 Thread Eric Sammons
Using ldap for authentication and auth_cache is enabled, not sure if that matters. Thank you! -- Eric L. Sammons, RHCE

Re: [Dovecot] need to block user by IP address (tried denyhosts, xinetd, iptables etc)

2010-11-09 Thread Eric Rostetter
's packaging requirements. I can't believe a company with a packaging requirement run a Fedora though. That seems incongruous to me... Seems like they only have half a clue... -david -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

[Dovecot] dovecot is confused about mail_location

2010-11-24 Thread Eric Raymond
fetchmail configuration identical except for username - it works. This is driving me nuts. Help? -- http://www.catb.org/~esr/";>Eric S. Raymond "Taking my gun away because I might shoot someone is like cutting my tongue out because I might yell `Fire!' in

Re: [Dovecot] dovecot is confused about mail_location

2010-11-24 Thread Eric Raymond
een trimmed for clarity. Note the timestamp on the second log; there's an identical failure with the variable set as you describe. -- http://www.catb.org/~esr/";>Eric S. Raymond signature.asc Description: Digital signature

Re: [Dovecot] dovecot is confused about mail_location

2010-11-24 Thread Eric Raymond
eld additional info. Is there somewhere else I should look. -- http://www.catb.org/~esr/";>Eric S. Raymond signature.asc Description: Digital signature

Re: [Dovecot] dovecot is confused about mail_location

2010-11-24 Thread Eric Raymond
Timo Sirainen : > On 24.11.2010, at 23.01, Eric Raymond wrote: > > > r...@grelber:/home/esr# dovecot -n > > # 1.2.9: /etc/dovecot/dovecot.conf > > # OS: Linux 2.6.32-24-generic x86_64 Ubuntu 10.04.1 LTS > > If you installed dovecot-postfix package, it actually u

Re: [Dovecot] dovecot is confused about mail_location

2010-11-24 Thread Eric Raymond
ics with more dovecot restarts. Is there an incantation analogous to "postfix reload"? -- http://www.catb.org/~esr/";>Eric S. Raymond

Re: [Dovecot] dovecot is confused about mail_location

2010-11-24 Thread Eric Raymond
ult to tease apart client-side problems from IMAP server issues. Fetchmail plus mutt is way superior from a troubleshooting point of view. I shall probably blog a rant about this latter issue soon. -- http://www.catb.org/~esr/";>Eric S. Raymond signature.asc Description: Digital signature

Re: [Dovecot] dovecot is confused about mail_location

2010-11-25 Thread Eric Raymond
http://www.catb.org/~esr/";>Eric S. Raymond signature.asc Description: Digital signature

Re: [Dovecot] Question about "slow" storage but fast cpus, plenty of ram and dovecot

2010-12-10 Thread Eric Rostetter
t with the most recent dovecot 2.x version. How easy that is if you are upgrading depends on what version you run now. -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

Re: [Dovecot] Question about "slow" storage but fast cpus, plenty of ram and dovecot

2010-12-11 Thread Eric Rostetter
Quoting Stan Hoeppner : Eric you missed up above that he's running Dovecot on an ESX cluster, so SSDs or any hardware dedicated to Dovecot isn't possible for the OP. Well, it is true I know nothing about vmware/ESX. I know in my virtual machine setups, I _can_ give the virtual

Re: [Dovecot] Question about "slow" storage but fast cpus, plenty of ram and dovecot

2010-12-11 Thread Eric Rostetter
case (atime/dtime, flush rate, external journal, etc). Some will say XFS is better, etc. Besides, you can hardly decide the best FS until you know the mailbox format (mbox, maildir, mdbox, etc). If you want concret answers, you need concret questions... -- Eric Rostetter The Department of Physi

Re: [Dovecot] Question about "slow" storage but fast cpus, plenty of ram and dovecot

2010-12-12 Thread Eric Rostetter
. The next highest users are 54M, 52M, 43M, 38M, 32M, 30M, 27M, 23M, 22M, and then tons of users in the teens... So your situation doesn't seem to be the norm... I guess it depends on your site (users, quotas, number of folders per user, etc). -- Eric Rostetter The Department of Physics Th

Re: [Dovecot] Question about "slow" storage but fast cpus, plenty of ram and dovecot

2010-12-12 Thread Eric Rostetter
data, since it flushes less often). But it is a good trade off sometimes (I always raise it on my laptops in order to cut down on battery usage). -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

Re: [Dovecot] Maildir feature I'd like to see - SSD for newer messages

2010-12-23 Thread Eric Rostetter
not be so easy (I'll let someone else answer that). -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

Re: [Dovecot] SSD drives are really fast running Dovecot

2011-01-13 Thread Eric Rostetter
about where to drbd if you are virtualizing, and what raid levels to use... But these are just my opinions and your milage may vary... -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

Re: [Dovecot] Best Cluster Storage

2011-01-13 Thread Eric Rostetter
t, etc. And sometimes, it is just a "religious" thing. So I don't think you will get much of a consensus as to which is "best" since it really depends... -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

Re: [Dovecot] Best Cluster Storage

2011-01-13 Thread Eric Rostetter
. How do you bond the connections? Do you just use Linux kernel bonding? Or some driver level stuff? Linux kernel bonding, mode=4 (IEEE 802.3ad Dynamic link aggregation). -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

Re: [Dovecot] Best Cluster Storage

2011-01-13 Thread Eric Rostetter
ntion, which usually conflicts with the "uptime" desire for a cluster... But that is up to the implementor to decide on... []'sf.rique -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

Re: [Dovecot] Best Cluster Storage

2011-01-13 Thread Eric Rostetter
question, no, I don't need to do anything else with the crossover cable implementation. -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

Re: [Dovecot] Time jumped forwards

2011-01-13 Thread Eric Shubert
952415 In particular, see NTP Recommendations and VMware Tools bits at the bottom. -- -Eric 'shubes'

Re: [Dovecot] Best Cluster Storage

2011-01-14 Thread Eric Rostetter
Quoting Patrick Westenberg : just to get it right: DRBD for shared storage replication is OK? Yes, but only if done correctly. ;) There is some concern on Stan's part (and mime) that you might do it wrong (e.g., in a vm guest rather than at the vm host, etc). -- Eric Rostette

Re: [Dovecot] Best Cluster Storage

2011-01-14 Thread Eric Rostetter
Quoting Patrick Westenberg : Eric Rostetter schrieb: Quoting Patrick Westenberg : just to get it right: DRBD for shared storage replication is OK? Yes, but only if done correctly. ;) There is some concern on Stan's part (and mime) that you might do it wrong (e.g., in a vm guest rather

Re: [Dovecot] Best Cluster Storage

2011-01-14 Thread Eric Shubert
s. If you use drbd in the way you currently have in your head, you are mirroring virtual disk partitions with drbd _SIX times_ instead of once. Here, where you'd want to run drbd is within the Xen hypervisor kernel. drbd works at the BLOCK DEVICE level, not the application layer. Eric already

Re: [Dovecot] Time jumped forwards

2011-01-14 Thread Eric Shubert
t stops. FWIW, here's a cron job for starting dovecot when it's not running for whatever reason: service dovecot status >/dev/null 2>&1 || \ service dovecot start >/dev/null 2>&1 -- -Eric 'shubes'

Re: [Dovecot] Best Cluster Storage

2011-01-14 Thread Eric Rostetter
do it? No. Would I do it? Never... -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

Re: [Dovecot] Best Cluster Storage

2011-01-14 Thread Eric Rostetter
of whether you do drbd+lvm or lvm+drbd when it comes to things like lvm snapshots, growing/shrinking lvm volumes, etc. Some thought may be needed to make sure you configure it in such a way as to meet your needs... -- Eric Rostetter The Department of Physics The University of Texas at Austin Go

Re: [Dovecot] GFS (Was: dovecot Digest, Vol 93, Issue 41)

2011-01-18 Thread Eric Rostetter
.. Given the right use case (including dovecot with mbox and dovecot indexes) it seems to work fine... I've used it for another project also without problems (been running for years now in both cases). -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

Re: [Dovecot] Best filesystem?

2011-01-27 Thread Eric Rostetter
eally want to pick a file system rather than an OS, then it would depend on admininstrative/management features of the OS, not the purpose (mail spool). You would pick which ever is best for your needs as far as managing it goes. Cheers! Monika -- Eric Rostetter The Department of Physics The Univ

[Dovecot] shared folder

2011-02-22 Thread Eric Broch
machines it bogs down the server to a crawl. I had to comment out the share it was so bad. Is there a way to implement permissions on the shared folder and add 1 or 2 users at a time so as not to bog down the server. Eric Broch

[Dovecot] dovecot share

2011-03-01 Thread Eric Broch
matically when I open Outlook. In the file 'dovecot-acl' I have the following entry: user=t...@whitehorsetc.com lrwstipekxa I also noticed that the 'projects' folder would not become visible in Outlook until I manually created the 'subscriptions' file, opened it, entered a , and closed the file. Without ACL support enabled all works as expected. Any help would be appreciated. Eric

Re: [Dovecot] dovecot share

2011-03-02 Thread Eric Broch
Thanks for responding, Charles! Much appreciated... It doesn't seem it was installed with dovecot. I don't know why? [root@poweredgeT105 ~]# doveconf -n output -bash: doveconf: command not found [root@poweredgeT105 ~]# whereis doveconf doveconf: [root@poweredgeT105 ~]# Eric On 3/2

Re: [Dovecot] dovecot share

2011-03-02 Thread Eric Broch
Charles, I have dovecot-1.2.3 installed which is the version that is recommended with QmailToaster which is why I have been hesitant to upgrade. Eric On 3/2/2011 8:36 AM, Charles Marcus wrote: > Please don't top-post... > > On 2011-03-02 10:21 AM, Eric Broch wrote: >>

Re: [Dovecot] dovecot share

2011-03-02 Thread Eric Broch
Is there s certain procedure for upgrading from dovecot 1.x to 2.x? Do I uninstall the current version on my machine? Or, is there an upgrade option during install? I just want to do it correctly. Eric On 3/2/2011 8:50 AM, Eric Broch wrote: > Charles, > > I have dovecot-1.2.3 instal

Re: [Dovecot] dovecot share

2011-03-02 Thread Eric Broch
On 3/2/2011 8:36 AM, Charles Marcus wrote: > Please don't top-post... > > On 2011-03-02 10:21 AM, Eric Broch wrote: >> On 3/2/2011 4:27 AM, Charles Marcus wrote: >>> On 2011-03-01 6:23 PM, Eric Broch wrote: >>>> My dovecot.conf file is as follo

Re: [Dovecot] dovecot share

2011-03-03 Thread Eric Broch
On 3/3/2011 8:57 AM, Charles Marcus wrote: > On 2011-03-02 7:50 PM, Eric Broch wrote: >> Sorry, Charles , I didn't see your request not to top post. > No problem... > >> Is there s certain procedure for upgrading from dovecot 1.x to 2.x? >> Do I uninstall the curr

Re: [Dovecot] dovecot share

2011-03-03 Thread Eric Broch
On 3/3/2011 8:57 AM, Charles Marcus wrote: > On 2011-03-02 7:50 PM, Eric Broch wrote: >> Sorry, Charles , I didn't see your request not to top post. > No problem... > >> Is there s certain procedure for upgrading from dovecot 1.x to 2.x? >> Do I uninstall the curr

Re: [Dovecot] upgrading from old version 1.1.2 to version 2.0.11

2011-03-07 Thread Eric Shubert
e for your particular preferences, and comment out the include_try line for local.conf in the dovecot.conf file. Speaking of which, given that the local.conf file in the example configuration is the target of !include_try, why is it commented out??? (DOH!) -- -Eric 'shubes'

Re: [Dovecot] upgrading from old version 1.1.2 to version 2.0.11

2011-03-07 Thread Eric Shubert
On 03/07/2011 02:47 PM, Timo Sirainen wrote: On 7.3.2011, at 17.56, Eric Shubert wrote: Speaking of which, given that the local.conf file in the example configuration is the target of !include_try, why is it commented out??? Its idea was simply to be an example of what you can do.. Maybe

Re: [Dovecot] POP3 error

2011-03-08 Thread Eric Shubert
efault CFQ to see if it makes any difference. Cheers, Chris. You can change it on the fly with: `echo noop > /sys/block/${DEVICE}/queue/scheduler` -- -Eric 'shubes'

Re: [Dovecot] Question about "extracting" unwanted e-mails from mdbox

2011-03-20 Thread Eric Shubert
delete (or move to spam) that e-mail from each user INBOX (let´s imagine the Subject or a Header is known)? I repeat: already delivered e-mail, how to filter/prune it. Regards Maria Which type of mailbox? -- -Eric 'shubes'

Re: [Dovecot] pigeonhole and roundcube install problem

2011-03-24 Thread Eric Shubert
ing seen by preline instead of dovecot-lda. You need doubld-quotes around preline's command argument so that preline sees it all together: |/var/qmail/bin/preline -f "/usr/local/libexec/dovecot/dovecot-lda -d $EXT@$USER" (all in one line) Then the -d $EXT@$USER will get passed to do

Re: [Dovecot] pigeonhole and roundcube install problem

2011-03-24 Thread Eric Shubert
On 03/24/2011 08:15 AM, Selcuk MIYNAT wrote: On 24.03.2011 16:53, Eric Shubert wrote: On 03/24/2011 05:01 AM, Selcuk MIYNAT wrote: Hi, I've installed sieve and managesieve(pigeonhole) on qmail and dovecot(v2.0.11). I've install sieverules on Roundcube. I can see the plu

Re: [Dovecot] Dovecot 2.0.9: Thunderbird 3.1.9: Very slow while open sent folder with many (4k>) mails

2011-03-24 Thread Eric Shubert
one though, performance shouldn't be too bad. If the problem persists, I would have the customer change their account settings in the Synchronization & Storage section to something more appropriate to their situation. -- -Eric 'shubes'

[Dovecot] squirrelmail doesn't display share

2011-04-05 Thread Eric Broch
Hello list, I have dovecot 2.0.11 installed on a client's server and Squirrelmail as the webmail client. I created the share below in dovecot.conf and it appears in Thunderbird and Outlook but not in Squirrelmail. What setting do I need to adjust in order for the share to appear in squirrelmail?

Re: [Dovecot] squirrelmail doesn't display share

2011-04-05 Thread Eric Broch
On 4/5/2011 12:54 PM, Timo Sirainen wrote: > On 5.4.2011, at 21.45, Eric Broch wrote: > >> I have dovecot 2.0.11 installed on a client's server and Squirrelmail as >> the webmail client. I created the share below in dovecot.conf and it >> appears in Thunderbird and Ou

Re: [Dovecot] IO rate quotas?

2011-04-07 Thread Eric Shubert
r this value is. BL, your bottleneck (high load) might be more related to the number of processes the user has at once, more so than the i/o or bandwidth demands they're causing. Reduce the # of processes, and the others go down too. As a quick and easy remedy, I think I'd try adjusting this value some. -- -Eric 'shubes'

Re: [Dovecot] IO rate quotas?

2011-04-07 Thread Eric Shubert
On 04/07/2011 06:49 PM, Stan Hoeppner wrote: Eric Shubert put forth on 4/7/2011 4:04 PM: On 04/07/2011 12:45 PM, Stan Hoeppner wrote: Kádár Tamás (KTamas) put forth on 4/7/2011 9:33 AM: Hi Okay so we've been having this issue since forever and I figured why the heck not ask it here

Re: [Dovecot] IO rate quotas?

2011-04-08 Thread Eric Shubert
On 04/08/2011 08:58 AM, Stan Hoeppner wrote: Eric Shubert put forth on 4/7/2011 9:54 PM: Thanks for the great explanation, Stan. Just to clarify, did you mean to say that the former is cheaper in $$? Yes. I just noticed that error and cringed. :( I did indeed mean to say FORMER. With a

Re: [Dovecot] 143 STARTTLS/ 993 SSL/TLS query

2011-04-08 Thread Eric Shubert
esn't require a separate port. -- -Eric 'shubes'

Re: [Dovecot] 143 STARTTLS/ 993 SSL/TLS query

2011-04-08 Thread Eric Shubert
On 04/08/2011 06:28 PM, Voytek Eymont wrote: On Sat, April 9, 2011 10:52 am, Eric Shubert wrote: thanks for any insights.. As far as encrypted password and mail transfer is concerned, the answer is yes. Port 993/SSL is the older way, and port 143/TLS is the newer way. 143/TLS is preferred

Re: [Dovecot] IO rate quotas?

2011-04-11 Thread Eric Shubert
ize (not needed, the home directories are on network storage anyway) and to ask people to check/unset this on laptops/etc Thanks for your insights, Alan. -- -Eric 'shubes'

Re: [Dovecot] v2.0.12 released

2011-04-12 Thread Eric Shubert
ng/correctness fixes - doveconf: v2.0.10 and v2.0.11 didn't output plugin {} section right BTW. I'm moving again next weekend, this time to Helsinki. Hopefully I'll be living there for a while. :) Thanks for everything. Good luck with the move. I'd love to lend a hand, but t

Re: [Dovecot] IMAP vs. POP3

2011-05-02 Thread Eric Shubert
the future. -- -Eric 'shubes'

[Dovecot] Vpopmail Dynamic Authentication Module

2012-08-24 Thread Eric Sisolak
(typo, or Dovecot was built without support for it? Check with dovecot --build-options) Aug 23 16:48:18 ctd-nix1 dovecot: Auth process died too early - shutting down Sometimes instead the last line is replaced with: Aug 23 15:02:45 ctd-nix1 dovecot: child 5412 (auth) returned error 89 Thanks! Eric

Re: [Dovecot] Disconnect users for a distinct period of time?

2012-09-07 Thread Eric Rostetter
a deny-hosts file (in auth-deny.conf.ext) and then I can append a name to that file to block them, and remove them to allow them back in. Since this file is a simple text file with one username/address per line, it is very easy to manage. No idea if that would work for you, since your usage is fo

Re: [Dovecot] Vpopmail Dynamic Authentication Module

2012-09-08 Thread Eric Sisolak
On Fri, Aug 31, 2012 at 9:49 AM, Timo Sirainen wrote: > On 24.8.2012, at 16.42, Eric Sisolak wrote: > > > I had to modify the command to build the module, but was able to > > successfully build it: > > gcc -shared -fPIC -DHAVE_CONFIG_H -DUSERDB_VPOPMAIL -DPASSDB_VPOPMAIL

Re: [Dovecot] **OFF LIST** Re: body search very slow since upgrade from 1.0.15 to 1.2.10

2010-02-24 Thread Eric Rostetter
seeing any problems... But that may be because I threw a lot of hardware at it? -- Stan -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

Re: [Dovecot] **OFF LIST** Re: body search very slow since upgrade from 1.0.15 to 1.2.10

2010-02-24 Thread Eric Rostetter
Quoting Stan Hoeppner : I'm running mbox with 1.2 and not seeing any problems... But that may be because I threw a lot of hardware at it? Hi Eric. Not sure if even fast hardware searching 11,000+ message count mbox'en without an FTS plugin would give speedy results, given Timo&#

Re: [Dovecot] body search very slow since upgrade from 1.0.15 to 1.2.10

2010-02-25 Thread Eric Rostetter
much faster. :) -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns!

Re: [Dovecot] Mailing list's prefix

2010-03-05 Thread Eric Rostetter
anything for me... I like to be able to just look at the subject listing and see what's what... If you're on a lot of lists, this is most useful... Any computer sorting/filtering I do is on non-subject headers... The subject prefix is purely for my own brain's sorting/filtering... --

<    1   2   3   4   >