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!
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
>
> 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
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
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
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
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
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
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
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
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
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
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!
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
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
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.
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
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
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
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
>> 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
[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
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
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.
>>
>
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:
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
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
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
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
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
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
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
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
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
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
.
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
?
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
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
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
Using ldap for authentication and auth_cache is enabled, not sure if that
matters.
Thank you!
--
Eric L. Sammons, RHCE
'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!
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
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
eld additional info. Is there somewhere else I should look.
--
http://www.catb.org/~esr/";>Eric S. Raymond
signature.asc
Description: Digital signature
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
ics with more dovecot restarts. Is there an
incantation analogous to "postfix reload"?
--
http://www.catb.org/~esr/";>Eric S. 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
http://www.catb.org/~esr/";>Eric S. Raymond
signature.asc
Description: Digital signature
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!
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
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
.
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
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!
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!
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!
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!
.
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!
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!
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!
952415
In particular, see NTP Recommendations and VMware Tools bits at the bottom.
--
-Eric 'shubes'
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
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
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
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'
do
it? No. Would I do it? Never...
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Go Longhorns!
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
..
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!
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
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
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
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
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:
>>
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
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
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
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
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'
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
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'
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'
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
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
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'
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?
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
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'
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
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
esn't require a separate
port.
--
-Eric 'shubes'
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
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'
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
the
future.
--
-Eric 'shubes'
(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
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
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
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!
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
much faster. :)
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Go Longhorns!
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...
--
101 - 200 of 352 matches
Mail list logo