Displaying 20 results from an estimated 2000 matches similar to: "Question about Windows Mail for Vista IMAP client"
2009 Nov 05
2
Seeing "Corrupted transaction log file" error messages.
In V1.1.15 that I fell back to. Again:
# 1.1.15: /usr/local/etc/dovecot.conf
# OS: AIX 3 0001378F4C00
listen: *:143
ssl_listen: *:993
disable_plaintext_auth: no
verbose_ssl: yes
login_dir: /var/run/dovecot/login
login_executable: /usr/local/libexec/dovecot/imap-login
login_processes_count: 12
login_max_processes_count: 774
max_mail_processes: 1024
verbose_proctitle: yes
first_valid_uid: 200
2010 Jan 29
1
Not understanding namespaces
I have been diligently reading about namespace in the DC doc and what I
can find in Google. Like the blind men and the elephant, I see the
nature of some individual bits of namespace, some syntax and the overall
purpose (overriding defaults and providing extensions), but I don't see
the whole thing and how it is used.
I am looking to do some maildir testing in what is a mbox default
2009 Aug 26
1
Weird mirgration problem
Most likely non-Dovecot, but I'd appreciate any comments on WTF might be
going on here.
Preparatory to migration from mbox to maildir format on our AIX mail
server, I am migrating from the JFS filesystem (being deprecated by IBM)
to JFS2 to better handling the jump in the number of files.
Two nights ago, I took the first step and migrated the IT homedir
filesystem: copied it to a scratch
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
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
2009 May 15
1
Filesystem experience question was Migration questions
Doing a cursory Google scan on journaled Linux filesystems, it seems
that the three ground-up journaled FSes: XFS, reiser and JFS all have
their separate strong points but all compare favorably. Reiser does a
better job with many small files...which would seem to be the reality of
maildir formatted inboxes.
Any comments on that? Any war stories, that is, any comments on
reliability,
2009 Mar 30
2
MAILBOXDIR question
I'm unclear about where and how this is to be used. I gather it is to
be a new standard, but I didn't seem to find anything about it in the
Dovecot Wiki Mail Location page. There are some words about it in the
1.1.12/3 release notes, but perhaps I'm thick, but they're
meta-ambiguous to me.
Is it meant to be used like this:
mail_location =
2009 Apr 27
0
[Fwd: Re: [Pine-info] "incomplete SecBuffer exceeds maximum buffer size" ?]
Forgive me if I've been asleep at the switch on the SSL problem and it's
already been figured out, but....could this be what the prob is?
-------- Original Message --------
Subject: Re: [Pine-info] "incomplete SecBuffer exceeds maximum buffer
size" ?
Date: Mon, 27 Apr 2009 09:47:04 -0700 (PDT)
From: Steve Hubert <hubert at washington.edu>
Organization: Univ of
2009 Jul 09
1
First V1.2 compile questions
1) I see that the --without-pop3d option has gone away. What does this
imply, i.e why was that done? Is there some other way that you now
avoid compiling the POP code? Are there any other discontinued options?
2) There was some talk a while back about changing how and where the
plugins were to be built and their code located. Was this
implemented? If so, is there any doc on it?
--
====
2010 Feb 04
0
mailutil question re: translating mbox folders to maildir
I need mailutil in order to use the mbox to maildir translation routines
that are posted in the Dovecot wiki, but there is no mailutil with the
AIX image...
mailutil is apparently built as part of Pine, and indeed I can see it in
the build tree from my V4.6.1 Pine build, which I still have....OTOH, my
version of Pine is not patched for maildir.
Will the native pine mailutil work with mb2md or
2010 Apr 06
0
Dovecot index storage question
I currently run DC V1.2 for some 4K accounts using mbox folder format.
I am migrating to maildir. I have a separate filesystem for the
indices. Currently, the data there amounts to 4GB. I'm wondering if
anyone can tell me how the storage used will change with maildir folder
formatting. Will more space be used and if so, could you rough guess
what the increase might be?
--
==== Once
2009 Nov 05
4
Help needed: Index filesystem permissions problem after switch to V1.2 and back to V1.1
After V1.2 had been up for a while, I started seeing tons of syslog
error messages like this:
Nov 5 09:11:52 mercury mail:err|error dovecot: IMAP(sdean): stat(/var/dcindx/sdean/.imap/DadEstate)
failed: Permission denied (euid=202(sdean) egid=200(hcrc) missing +x perm: /var/dcindx)
Ownernship and Permissions are:
The index filesystem
2726 root at mercury:/var/dcindx ## ls -ald
drwx--S---
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
2009 Nov 13
1
Ownership and permissions for the index directory/filesystem
I recently upgraded from DC 1.1.15 to 1.2.6. The /var/dcindx index root
directory is:
drwxrwsrwt 3962 root sys 192512 Nov 13 11:56 ./
thus 3777.
It appears that the user index directories created under DC1.1 look like
this (here for /var/dcindx/cep):
drwx--S--- 5 cep sys 256 Nov 13 14:26 cep/
while those created under V1.2 look like:
drwx------ 3
2010 Jan 20
1
Need simplest method for providing alternate mail location
I am looking to migrate my DC V1.2 from mbox to maildir format....and
want to do this in stages, user group by user group rather than in one
horrendous fell swoop....since I'd rather fell things didn't happen.
Since I'm running sendmail/procmail, I can change the ~/.procmailrc to
change the writing of the INBOX, but the IMAP mail location access info
is knottier when one wants to
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
2009 Jan 09
2
DC testing observation and a question
I have been running a test DC IMAP server to evaluate the new release
before migrating from 1.0.15 to 1.1.8. The test server access all the
INBOX and homedir folder filesystems through NFS imports.
The index file filesystem is local on both the production server and the
test one.. This is messy in that when I ask some one tests using the
test sever, the index has to be created or re-gennned,
2009 May 14
4
Possibly dumb questions about DC and user/system limits
Because of user access growth, the number of processes associated with
IMAP has increased and I thought to change some of the configured
parms. dovecot -n yields:
# 1.1.14: /usr/local/etc/dovecot.conf
# OS: AIX 1 005A928C4C00
listen: *:143
ssl_listen: *:993
disable_plaintext_auth: no
verbose_ssl: yes
login_dir: /var/run/dovecot/login
login_executable: /usr/local/libexec/dovecot/imap-login
2008 Dec 15
10
OT: Looking for a robust IMAP client
This weekend we had a runaway email endless loop. When it was killed
after 18 hours, my inbox had 135,000 messages in it...there were two
messages that were being endlessly sent and bounced and I'm on the
postmaster alias. Thunderbird was able to do a mass select of one of
the two messages, and deleted 65,000, but after that it locked up. I
ended up firing up Pine to do the final
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