Displaying 20 results from an estimated 40000 matches similar to: "specifying INBOX with maildir for mail_location"
2006 Jul 07
1
default_mail_env and IMAP server directory in client
Hi,
I'm currently installing a dovecot Server to be a replacement for an
uw-imapd.
I dont want to touch the clients configuration, because I have too much
users...
Situation is the following: the mbox files are in the users
homedirectory (~/MailImap), automounted via nfs
In dovecot.conf I've set
default_mail_env = mbox:%h/MailImap:INBOX=/var/mail/%u
It works perfect without a value
2006 Apr 17
1
INBOX as mbox, other mailboxes as maildir
All,
I'm trying to teach dovecot to use the mbox format for /var/mail/%u
and maildir for /home/%u/Mail/ but I'm having quite a hard time. This
is Dovecot v1.0.beta3 under OpenBSD 3.9 on sparc64.
I've been fiddling with default_mail_env and also tried separate
namespaces, but all to no avail. Here's some of the things I tried :
default_mail_env =
2006 Feb 24
1
INBOX as Maildir and folders as mbox
Hi,
I was wondering whether anybody has managed to get Dovecot 1.0 to store
INBOX as Maildir and folders as mbox.
I've tried something like
default_mail_env =
mbox:/folders/user/mail:INBOX=maildir:/inboxes/maildir/user:INDEX=/indexes/user
but it doesn't seem to work (treats INBOX as mbox).
I'm hoping to move some INBOXes from mbox on local disk to Maildir on
nicely-mirrored NetApp
2006 Jun 22
2
2nd Question on v1.0 setup and maildir
_____
From: Patrick Carney [mailto:patrick at castandcrew.com]
Sent: Thursday, June 22, 2006 8:55 AM
To: 'dovecot at dovecot.org'
Subject: Question on v1.0 setup and maildir
Hello all.
I appreciate the responses to my problem on v0.99.14. Thank you all.
We have built a new server running version 1.0-0_15.beta9.el4. The mail
delivery agent is sendmail. We seem to have
2005 Sep 20
1
Maildir and folders not under INBOX
Hi,
I'm planning to migrate from dovecot/mbox to dovecot/maildir both using
imap.
I have read that when using the Maildir storage format, all folders
are stored under the INBOX. Is this true in dovecot too?
I want to have a configuration like the current:
- new mail is delivered in /var/mail/USER
- user folders are in /home/USER/mail
I want to ask if this is posible in dovecot?
Maybe
2006 Jan 18
1
INBOX as either mbox or Maildir
In Dovecot 0.99, I recall somewhere I read it was possible for INBOX to
be both a Maildir and an mbox in the same configuration (either
automatically detected, or depending on the existence in a different
location). Perhaps I was wrong, I'm not sure.
Any way, I now became interested in this sort of setup:
Most users have their spool an mbox in /var/mail/<username>, and then
they
2003 Apr 03
1
INBOX at /var in maildir storage format
Hi
I'm trying to figure out how to set default_mail_env to support such config:
INBOX is in '/var/mail/%u/' (note last slash at the end, %u is an folder with
new/tmp/cur subdirs - standard maildir structure).
Other imap folders are stored as files (in mbox format) in direcotry '%h/Mail/'.
Please advise.
2005 Sep 13
1
Dual INBOX Locations
G'day list,
Just a quick question - I need to configure Dovecot to do the following:
* check default_mail_env for the users' inbox in MBOX format
* If the above fails, serve the user an inbox from a secondary location,
in MAILDIR format.
I have read up on Namespaces, however I can't seem to get this to work -
login just fails when Dovecot cannot find the inbox in default_mail_env
2008 Jan 02
1
Trying to build the maildir path
I use ldap because is where are store the users and his make place
the authentication .
In my LDAP I have a attribute mail.
like this = mail: pepe at casa.com
I Have more that one domain
This atribute return to me something like : pepe at casa.com where i use
tu build the path to maildir, using %d and %n variables .
/var/spool/vmail/%d/%n = /var/spool/vmail/casa.com/pepe
this work
2014 Aug 30
1
mail_location hashing & lowercasing?
Currently, I'm using
mail_location = mdbox:/var/spool/mail/%Ld/%Ln/mdbox
Now I want to add a partitioning (so I don'T have all directories in
one single directory), but can't find the right syntax:
mail_location = mdbox:/var/spool/mail/%Ld/<HASHING HERE>/%Ln/mdbox
It seems like I'd need to use
%N (new hash) on %Ln and then take a substring of that.
%2NLn
2 Characters of
2009 Mar 13
4
How can i override mail_location?
Hi, all.
I use dovecot-1.1.11 with OpenLDAP backend. but i found the
mail_location is not correct. How can i override mail_location setting
in dovecot.conf?
LDAP user data and dovecot config are attached below. in dovecot config,
mail_location is:
----
mail_location = maildir:/%Lh/%Ld/%Ln/:INDEX=/%Lh/%Ld/%Ln/
----
but the correct maildir should be 'homeDirectory' +
2008 Dec 08
1
Mixing MBOX and MAILDIR
Hello,
I have about 100 mboxes, a few with a lot of mails and others with a few
mails. I have configured dovecot to use maildir as mail format, but I would
like to give users the ability to access their old email located in their
old mbox. So all the new mail would be in the ~/Maildir/ and their old or
archived email in /home/vmail/mboxmail/%Ln
How can I add a namespace to achieve my
2006 Aug 20
2
maildir autodetect failing. what's wrong with this setup?
i'm setting up for virtual_users w/ maildir.
i have in my dovecot.conf:
auth default {
passdb passwd-file {
args = /etc/dovecot/imapd.passwd
}
userdb static {
args = static uid=300 gid=300 home=/var/dovecot/mail
mail=maildir:/var/dovecot/mail/%d/%n/Maildir nice=10
}
}
default_mail_env =
maildir:/var/dovecot/mail/%d/%n/Maildir:INDEX=/var/dovecot/indexes/%d/%n
in
2010 Dec 30
3
Telnet access creates new maildir folders
Hi,
I am running Dovecot Version 1.0.15on a Debian server, with postfix and
postfixadmin.
My mailbox base is /var/mail/vmail
When I send an email to a user1 at domain.com for the first time, the user
"mail" creates a set of dovecot folders under /var/mail/vmail/
user1 at domain.com/ and my new emails are found in /var/mail/vmail/
user1 at domain.com/new
When I test my server using
2006 Jul 18
2
Masking INBOX.INBOX
I am using dovecot and trying to make it compatible with my a BincIMAP
installation. BincIMAP uses a scheme similar to Courier-IMAP, so I set
up this default_mail_env:
default_mail_env = maildir:~/Maildir
And this namespace:
namespace private {
separator = .
prefix = INBOX.
inbox = yes
}
Which mostly works as expected, but I now see an "INBOX" subfolder of
"INBOX" in
2013 Jan 09
14
how to setup different quota for multiple namespaces
Hello all,
I am using dovecot for some time now but always had very basic
configurations. I recently have configured a new, additional namespace
in order to move archived mails (Thunderbird Archives) to another
storage system.
namespace {
type = private
separator = .
prefix = Archives.
location = maildir:/var/vmail/archive/%Ln/Maildir
subscriptions = yes
list = children
inbox = no
2017 Aug 18
1
Dovecot mail_location for fedora
>> mail_location=~/.mail:INBOX=/var/spool/mail/%Ln
>
> He should be good now, no idea why a fedora install wouldn't have that
Unless I missed something in a previous pst, "~/.mail" is not typical
for personal mail folder, but "~/mail" is.
Joseph Tam <jtam.home at gmail.com>
2005 Jan 28
2
maildir and /var/spool/mail/$USER
I was told to use dovecot because it was easier than cyrus. I just
upgraded from fc1 to fc3. I am not sure what fc1 used but I think it was
cyrus and it worked perfect out of the box no configurations to do. The
new cyrus-imapd is not so simple so I got dovecot. I see examples saying
to use mbox=~/mail:INBOX=/var/spool/mail/%u but when I try that I
cannot map mail folders that reside
2003 Mar 13
1
Shared Folders?
Hello everybody (esp. Timo ;)),
in an attempt to replace our cyrus imapd with something less bloated
I have recently evaluated some of the younger imapd implementations,
namely bincimap and also dovecot.
Bincimap didn't work properly with mozilla for me, dovecot hasn't
failed on any test, yet.
Unfornationally, since we have been using cyrus for over 1.5 yrs, we
pretty much depend on the
2012 May 11
2
multi-instance doveadm user -m woes
I'm having difficulty with the doveadm who command on a multi-instance setup of dovecot. When I run the who command on the non-standard instance with the -m flag (to see their mail location), this happens:
[root at wardentest3 dovecot]# doveadm -i mailtest user -m warden
doveadm(root): Error: user warden: Initialization failed: Namespace 'INBOX.': Ambiguous mail location setting,