Displaying 20 results from an estimated 2000 matches similar to: "Mails, work and so on"
2006 Mar 06
3
Can I install in the following fashion?
<permit me my perhaps foolish preference...an explanation>
I run mail service for a small college.  I've long joked that if someone 
stole the mail server, the phone would ring before the alarm (which has 
a 1 minute delay) did, that the user base expected 25x8x367 coverage.
Making updates/upgrades to the mail server feels like a tightrope walk 
with no net.  I always appreciated
2007 Sep 06
7
alert function, V2
I guess the alert function is not part of the spec, because it appears 
to be unimplemented in Dovecot, even though most clients implement it.
Timo, I would hope this would be easy to implement, and it's 
functionality that will be valuable to every installation.  Here's why.
America recently had the tragedy of a shooting rampage on a large 
university campus (yes, America should do
2006 May 06
2
Maildir folder hierarchy question
Hello all,
I am trying to set up Dovecot to use a particular
maildir folder hierarchy and have a problem that
relates to the inbox.
the folder hierarchy I want in /.../Maildir/ is:
.inbox
	cur
	new
	tmp
	.imap.index.files-for-inbox
.sent-items
	cur
	new
	tmp
	.imap.index.files-for-sent-items
however the hierarchy that dovecot gives me is
.inbox (unused)
.INBOX
	.imap.index.files-for-.INBOX
2008 Aug 27
3
Any sense of when V1.1.3 might appear?
It's been a month since 1.1.2....I'm about to do some V1.0 to V1.1 move work and 
I'd rather start on the curve instead of behind it..........
-- 
====
Stewart Dean, Unix System Admin, Henderson Computer Resources
Center of Bard College, Annandale-on-Hudson, New York  12504
sdean at bard.edu  voice: 845-758-7475, fax: 845-758-7035
2007 May 14
1
Refreshing Dovecot
If I've made configuration changes, is there a way to refresh...without 
killing and restarting....Dovecot?
-- 
====
Stewart Dean, Unix System Admin, Henderson Computer Resources 
Center of Bard College, Annandale-on-Hudson, New York  12504  
sdean at bard.edu  voice: 845-758-7475, fax: 845-758-7035
2007 Mar 06
4
Public kudos to Timo
I'm sitting here working away on various unrelated projects and watching 
patch after patch after patch flow in from Timo to fix all sorts of 
problems people are reporting. A coding madman on fire.
Thanks Timo, you rock. I appreciate the time you spend on this software, 
I'm sure everyone else does as well. :)
-te
-- 
Troy Engel | Systems Engineer
Fluid, Inc | http://www.fluid.com
2010 Jan 29
4
Want to have some users with Maildir, some with mbox
Want to have some users with Maildir, some with mbox, as I migrate from 
mbox format to maildir over the space of a month.  After everyone is 
converted to maildir, I'll change the mail_location in dovecot.conf.  
During the interim, can I use the Custom mailbox location script (at the 
bottom of the Mail Location DC Wiki page)?
> if [ -d $HOME/.maildir ]; then
>   export
2007 Jul 30
2
apparent bug with filesystem quota and message lists
Don't know if anyone else uses Berkeley derived filesystem quota, but 
IBM's AIX does.  A little over a week after migrating from UWIMAP to DC 
(with mbox format unchanged) everything is clean except for this one 
problem:
When users go over quota, when they login the next time, the folder list 
is blank.  You can imagine the panicked calls to the Helpdesk.  If their 
quotas are raised or
2007 May 30
4
AIX mail quota plugin problems
From reading the wiki for a filesystem quota, I took my shot at
1) building my binaries using the mods in AIXPluginsSupport
2) changing dovecot.conf and
3) putting the plugins in the library
But I'm getting this error message when I invoke dovecot:
Plugin imap_quota not found from directory /usr/local/lib/dovecot
Error: imap dump-capability process returned 89
It would seem that
a) I have
2007 Jun 07
2
[Fwd: mulitple instance run problem]
As I explained, I want to be able to run a second instance of DC through 
another port to do testing while not interrupting the users using the 
primary instance in the the regular port.  I was instructed to create a 
second config file with different listen ports and a separate base_dir.  
I did so and invoked dc with -c pointing to dovecot2.conf.
Jun  7 10:04:23 mercury mail:info dovecot:
2007 May 09
3
No authentication sockets found
Thunderbird (2.0) is all of a sudden checking mail server capabilities 
and keep posting a popup saying:
"Mail Server imap.bard.edu is not an IMAP4 mail server".  To the best of 
my knowledge, neither Tbird nor DC have been updated, though the DC imap 
host was rebooted today 3 hours ago.  Any info on what this is about?  
DC is currently serving out of a special port and in evaluation 
2008 Aug 12
3
Fwd: [MORG] IMAP5 List
If anyone's interested, especially client developers. It's been a bit  
quiet there after the initial rush.
Begin forwarded message:
> From: Randall Gellens <randy at qualcomm.com>
> Date: August 1, 2008 5:08:39 AM EDT
> To: ietf-imapext at imc.org, morg at ietf.org
> Subject: [MORG] IMAP5 List
>
> At the MORG BOF, a discussion as to if the proposed IMAP
2009 Jan 05
1
New SSL certificate problem
Our DC has been using a Verisign certificate.  Over the past year, we've 
been using a Digicert Wildcard Plus certificate for almost all of our 
machines, and I wanted to switched over our DC mailserver.
I used the following command to generate the CSR and key:
openssl req -new -newkey rsa:1024 -nodes -out star_bard_edu.csr -keyout star_bard_edu.key -subj "/C=US/ST=NY/L=ourtown/O=Bard
2007 Nov 15
1
imap process consuming 100% CPU (Dovecot 1.0.3)
> 
> Is this behavior cured, or do you continue to see it?
> 
No, the behavior isn't cured.  We still continue to see it 
with various clients.  I have posted a couple of truss outputs,
but so far no resolution.  
Sorry for the slow response.  I've been "fighting other fires".
Jackie
> Jackie Hunt wrote:
> >> On Mon, 2007-09-03 at 12:37 +0200, Robert
2007 Jul 09
6
1.0.1: corrupt index on fresh mailbox, ideas?
A new employee started today, when logging into his new mailbox this 
morning during a walk-through I got a nasty server error response in 
Thunderbird - something I never see, DC runs smooth as butter for us. 
Checking the server log I see this:
== snip ==
dovecot: Jul 09 09:38:54 Error: IMAP(xxxxxxx): Maildir 
/home/x/xxxxxxx/Maildir sync: UIDVALIDITY changed (1183406107 -> 1183999134)
2010 Feb 09
1
Understanding migrateuser.sh
I'm sure it comes from my being a gormless idiot, but whatever is the 
-UKWS argument immediately after the mb2md.pl invocation?
> $MB2MD -UKWS -s "$INBOX" -d "$WORKING"
As always, reading the idiom of someone else's scripting is an 
education.  And some of it wouldn't work with native AIX sh/ksh, so 
changed the functions:
> folders_hash() {
>   local
2005 Dec 21
3
Another "Too many files open" post
I'm running Solaris 9 Sparc with Dovecot alpha 5 and using maildir 
format..  I noticed in the log file the following error:
dovecot: Dec 20 15:54:18 Error: imap(xxxxxxxx): 
open(/export/home/xxxxxxxx/mail/.Sent 
Messages/cur/1135013649.002916.mbox:2,Sab) failed: Too many open files
I called the guy and asked him what he was doing... synching his 
folders.  It hung for a while but finally
2009 Jul 29
4
Some people asked me lately about how professional Dovecot is.
I purely love that kind of crap.  As if presentations meant anything, as 
if there aren't all kinds of scholarly work about theoretical perfect 
world algorithms and conceptual systems that will never be implemented 
and are as practical and effective as wings on a pig.  Please.
I'm reminded of the story about how, during the American Civil War, when 
the North had finally, after years of
2007 Apr 13
6
Duplicate E-mail Problem
Hello all,
Definitely congrats on the 1.0.0 release!
Anyway, I'm having a problem, that may or may not be related to 
Dovecot.  Specifically, duplicate (and sometimes triplicate) emails are 
appearing.  These emails have exactly the same queue ID, so its not that 
they were sent multiple times.  These dup emails do not show up to me ever.
Postfix is being used as the SMTP, and it hands it
2010 Jun 12
1
v2.0.beta6 released
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta6.tar.gz
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta6.tar.gz.sig
Unfortunately this still isn't rc1 yet, but the next one will be, I promise :) Basically all of the important changes are done now. The TODO list for rc1 is:
 - Test and fix dsync bugs
 - Finish director
 - Add man pages started by Pascal Volk. BTW. He asked for