Displaying 8 results from an estimated 8 matches for "mailindex".
Did you mean:
mail_index
2008 Feb 03
3
location of .subscriptions
...ould go to the user's home
directory, right?
What did I wrong? Thank you in advance.
Here is my dovecot.conf (comments and blank lines stripped):
---- snip ----
protocols = imap imaps pop3
disable_plaintext_auth = no
ssl_disable = yes
mail_location = mbox:~/mbox:INBOX=/var/mail/%u:INDEX=/var/mailindexes/%u
namespace private {
inbox = yes
}
namespace public {
prefix = Public/
location = mbox:/var/spool/imap:INDEX=/var/mailindexes
hidden = no
}
mail_full_filesystem_access = yes
mbox_read_locks = fcntl
mbox_write_locks = fcntl
protocol imap {
}
protocol pop3 {
pop3_uidl_format = %08Xu...
2007 Dec 21
1
1.1.beta11 crashes
...x30af61d8a4] ->
imap [0x414fa9]
Dec 20 21:30:08 ra dovecot: child 4397 (imap) killed with signal 6
I removed the index files for that mainbox and that error went away, but
it caused another error:
Dec 20 21:45:29 ra dovecot: IMAP(bodil at mydomain.com):
file_dotlock_open() failed with file
/mailindex/mydomain.com/bodil/.INBOX/dovecot.index.log: No such file or
directory
I had to recreate the .INBOX folder manually and all was great. The
funny thing is it had already created all the other folders in the
mailbox....
2004 Sep 21
3
Dovecot 1.0-test45 indexing issues
We're currently on dovecot 0.99.10 with a few modifications (including one
very nasty hack for the blank line at the beginning of the mailbox bug).
We're using mbox all around.
Everything works smoothly but we still ocasionally get corrupt mailboxes
and indexes that need to be wiped out.
I setup 1.0-test45 on one of our mailservers to start testing it and ran
into a few issues. The
2007 Dec 20
4
dotlock errors without using dotlock
...- errors in log about dotlocks being overwritten
Here is some of the log entries:
Our dotlock file /mail/mydomain.com/webmaster/dovecot-uidlist.lock was
overridden (kept it 0 secs)
utime(/mail/mydomain.com/webmaster/dovecot-uidlist.lock) failed: No such
file or directory
Transaction log file
/mailindex/mydomain.com/webmaster/.INBOX/dovecot.index.log: marked corrupted
Our dotlock file /mail/mydomain.com/webmaster/dovecot-uidlist.lock was
deleted (kept it 0 secs)
FETCH for mailbox INBOX UID 4223 got too little data: 3078 vs 19825
My dovecot version is 1.0.9, my config is as follows:
# 1.0.9: /...
2017 Sep 26
3
dsync: assert panic on mbox // no INBOX sync on hybrid mbox/maildir
...mail_plugins = " notify replication"
mail_privileged_group = mail
namespace {
inbox = no
list = yes
location =
prefix =
separator = /
subscriptions = yes
}
namespace inbox {
hidden = yes
inbox = yes
list = no
location = mbox:~/nomail:INBOX=/var/mail/%u:INDEX=/var/spool/mailindex/%u
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix = "#mbox/"
separator =...
2020 Aug 01
0
Warning: Expunged message reappeared, giving a new UID with FTS enabled
...run/dovecot2
default_internal_group = dovecot2
default_internal_user = dovecot2
lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
lmtp_save_to_detail_mailbox = yes
mail_access_groups = virtualMail
mail_debug = yes
mail_gid = virtualMail
mail_location = maildir:/var/vmail/%d/%n:INDEX=/var/mailindex
mail_plugins = " fts fts_squat quota"
mail_uid = virtualMail
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-
character vacation subaddress comparator-i;ascii-numeric relational
regex imap4flags copy include variables body enotify env...
2017 Sep 27
0
dsync: assert panic on mbox // no INBOX sync on hybrid mbox/maildir
...oup = mail
> namespace {
> inbox = no
> list = yes
> location =
> prefix =
> separator = /
> subscriptions = yes
> }
> namespace inbox {
> hidden = yes
> inbox = yes
> list = no
> location = mbox:~/nomail:INBOX=/var/mail/%u:INDEX=/var/spool/mailindex/%u
> mailbox Drafts {
> special_use = \Drafts
> }
> mailbox Junk {
> special_use = \Junk
> }
> mailbox Sent {
> special_use = \Sent
> }
> mailbox "Sent Messages" {
> special_use = \Sent
> }
> mailbox Trash {
>...
2014 Jan 05
3
Architecture for large Dovecot cluster
Hi All,
I am trying to determine whether a mail server cluster based on Dovecot
will be capable of supporting 500,000+ mailboxes with about 50,000 IMAP
and 5000 active POP3 connections. I have looked at the Dovecot
clustering suggestions here:
http://blog.dovecot.org/2012/02/dovecot-clustering-with-dsync-based.html
and some other Dovecot mailing list threads but I am not sure how many