Displaying 20 results from an estimated 6000 matches similar to: "unix style mbox and vmain maildir on the same server"
2007 May 17
4
UW-IMAP style mbox snarfing from /var/mail/ to ~/mbox
http://dovecot.org/patches/mbox-snarf-plugin.c
Also committed to CVS HEAD.
Usage:
mail_location = mbox:~/mail:INBOX=/var/mail/%u
protocol imap {
mail_plugins = mbox_snarf
}
protocol pop3 {
mail_plugins = mbox_snarf
}
plugin {
mbox_snarf = ~/mbox
}
If ~/mbox doesn't exist, nothing special is done.
If ~/mbox exists, it's treated as INBOX and mails are moved
from /var/mail/%u
2007 Apr 13
2
Convert mbox to maildir
Hello all
I?ve installed a new Server with dovecot, started using it and had no
problems until I noticed that I couldn?t create sub-sub-folders on my imap
account, I?ve read for the past two days info on how to convert and I know
now that instead of using mbox I need to user maildir, the issue is now to
convert mbox to maildir, on the various searches I did, I found the convert
wiki page
2007 Mar 20
2
invalid mbox
dovecot-1.0-1.1.rc15.fc6
When I attempt to drag spam from one IMAP box to another it tells me
that I have an invalid mbox format for some emails. Occasionally too
when I click on that email box it gives me the same error. uw-imapd
never gave me those problems.
I use Thunderbird 1.5.0.10 and have the same problem on Windoze XP and
MacOSX.
Can I and how do I solve this problem?
Marc
2008 Jan 24
3
Maildir format, "From " in the first line
Hello,
Using Dovecot's deliver MDA, all mails are stored with the line
"From <sender> <date>" appended. When forwarding these mails as attachements,
the recipients get the source code.
When Postfix delivers emails directly in the Maildirs, this first line is not
appended, and there is no problem when forwarding the mails.
Why is this line appended by deliver ? Is
2006 Nov 23
2
small mbox and index files problem
Dovecot version: 1.0-0_33.rc15 built by atrpms
Operating system: Redhat EL4
CPU architecture: x86
Filesystem you used: mailboxs via nfs to fileserver using xfs
Just upgraded from 1.0-0_20.rc7 to 1.0-0_33.rc15 built by atrpms
and we had previously set mbox_min_index_size to 1024 (1Mb) and now all
mailboxes (mbox format) that are under this size
are not able to be opened and throw an
"Internal
2004 Apr 15
7
adding new user to dovecot
An HTML attachment was scrubbed...
URL: <http://dovecot.org/pipermail/dovecot/attachments/20040415/6df3374c/attachment-0002.html>
-------------- next part --------------
Hi,
This is from your documentation
Creating new users
------------------
Dovecot is interested in only one thing - being able to find the user's
mail directory. With maildir you need to do mkdir ~user/Maildir, with mbox
2010 Nov 22
2
Confused about Maildir
I'm trying to configure Dovecot 2.0.7. In the Dovecot Wiki for Maildirs
it says that Maildirs are almost always located in ~/Maildir. I'm a
Linux end user, not a programmer, so I may be wrong in this; but isn't
the notation "~/" used for system users only to reference their home
page; /home/<user>? If that's the case, then does that mean that
Maildirs can
2017 Jul 30
2
dovecot auth errors for a new user
I've been running dovecott without trouble for quite a why and now when
I added a new user, it is not accepting the user and I can not track the
problem. It says find more information in the server log, but it is not
in /var/log/messages or /var/log/mail.err and nothing with lsof
dovecot|grep log show anything to tail
www:~ # dovecot -n
# 2.2.13: /etc/dovecot/dovecot.conf
# OS: Linux
2007 Aug 08
2
BUG (and suggested fix) in maildir code
Hi all
I'm using dovecot 1.0.rc15 to serve a maildir by IMAP.
I have an IMAP subdirectory called subscriptions. The messages are in
maidir/.subscriptions/cur/ etc.
Dovecot is renaming the directory .subscriptions/ to subscriptions/
This means that when my IMAP client requests this directory, it gets the
message "no such directory", and dovecot also gives the error message:
2007 Jan 05
2
Dovecot rc15 crash in mbox-sync-update.c
Here is another crash we've been seeing recently in rc15 on Solaris 10.
(gdb) bt full
#0 0xff1c12a4 in ?? ()
No symbol table info available.
#1 0xff140040 in ?? ()
No symbol table info available.
#2 0x000786a8 in t_buffer_alloc (size=688976) at data-stack.c:346
__PRETTY_FUNCTION__ = "file %s: line %"
#3 0x00078190 in t_pop () at data-stack.c:149
frame_block = (struct
2006 Dec 19
2
umask 007 ineffective with newly created Maildir message
This is for Dovecot 1.0.rc15 from Debian Backports on 3.1 Stable, x86;
Filesystems are local reiserfs; IMAPs client is KMail 1.9.5
Non-default settings in dovecot.conf:
protocols = imaps
ssl_cert_file = /etc/dovecot/mail.cert.pem
ssl_key_file = /etc/dovecot/mail.key.pem
mail_location = maildir:/var/mail/ambrosia.plus.com/%n
mail_extra_groups = mail
first_valid_uid = 1000
2007 May 27
3
Stop Maildir appending to path
Dovecot is working perfectly except for one problem. I have local
users and virtual users. Local users are ~/Maildir. And virtual users
are /home/vmail/domain/user. The problem is, it keeps trying to fetch
virtual mail at /home/vmail/domain/user/Maildir. It doesn't exist the
user/ dir is the Maildir.
To get around this, I have to make symlinks on each virtual email.
What should I
2008 May 07
2
Mixed maildir and mbox folder
Hello,
i tried to implement a mixed structure of mbox for spams and spam
backscatters and maildir for the rest at dovecot 1.0.13.
I used the information at the dovecot wiki:
http://wiki.dovecot.org/Namespaces (Multiple Mailbox Locations)
But if i try this (complete config is attached with this part)
namespace:
type: private
separator: /
prefix: "#md/"
location:
2008 Aug 07
1
Expire Plugin - LDA with Vpopmail errors
I am trying to setup Dovecot to use the expire plugin and wanted to use
the LDA so I can ensure the messages are indexed as they are delivered
to the mailboxes. This system is only accessed via a webmail interface
Using dovecot-1.1.2 and Vpopmail with Qmail
Dovecot.conf file
base_dir = /usr/local/var/run/dovecot/
protocols = imap
disable_plaintext_auth = no
shutdown_clients = yes
log_path =
2005 Jan 08
1
Repair/Cleaup Maildir
After having fought an issue with Courier-imap on FC3 for a week (that
is still unresolved), I decided to try Dovecot instead.
So far, fingers crossed, the issue has not re-occured.
Migrating from courier-imap/sqwebmail to Dovecot/Squirrelmail was
reasonably painless but I now have an problem.
Is there a utility available to cleanup/repair the maildir tree for each
user ?
As part of the
2007 Sep 30
1
Maildir ignore
Hello there.
I do like Dovecot so far, but ran into problem I cant seem to solve,
maybe someone can point me into right direction please.
I am running version 1.0.rc15 on CentOS 5 Linux i386 system, ext3 fs.
The problem is I cant get the maildir: and :ignore to work together.
Here is my SQL query, that includes the Quota field.
# cat /etc/dovecot-sql.conf | grep -i quota
user_query = SELECT
2006 Nov 22
2
UIDs broken with partial sync in mbox
Hi all,
I have some trouble:
multiple copies of mail and error messages:
IMAP(contact): UIDs broken with partial sync in mbox file /var/mail/contact
Fedora core 5 x86 - dovecot-1.0-0.beta8.2.fc5
Can you help me ?
--
thanks, Eric
____________________________________________
Cet email a ete verifie par ILLICOWEB
Anti-virus Clamav / Anti-Spam Spamassassin
2007 Aug 25
2
Migrate 0.99 MBox into 1.0rc15-2
Hello,
I have old MBOX-trees from a dovecot-0.99-installation. I would like to
integrate them into dovecot 1.0.0rc15 with Maildir.
Sadly the old dovecot is no lonfger running, otherwise imapsync could be
used.
Does anybody can give some hints how to start?
TIA
Stephan
2007 Jan 09
1
some Maildir files not honoring dovecot-shared
I'm using RC15 on Solaris 9. The wiki indicates that when a dovecot-shared
file exists, "Dovecot uses the same permissions and GID when it creates
index files, dovecot-uidlist file, new mail files, etc." In my case,
Dovecot *is* creating new index files based on dovecot-shared, but
dovecot-uidlist and individual message files don't completely match the
permissions/group
2008 Oct 14
2
Multiple maildirs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Is is possible to specify multiple maildir location in mail_location?
(default_mail_env in my case since I'm using version 1.0.rc15/debian etch).
What I want to achieve is receive mail in /var/spool/mail, which is
going to contain 1 Maildir per user, and have /home/%u/Maildir/ to store
(move) messages from spool location. Postfix is taking care