Displaying 5 results from an estimated 5 matches for "dovecof".
Did you mean:
dovecot
2008 Jul 10
1
file ioloop-iolist.c: line 25 (ioloop_iolist_add): assertion failed: (list->ios[idx] == NULL)
...2.6.19.2 #1 Fri Apr 18
16:00:34 CEST 2008 mips unknown)
And after upgrading from 1.0.9 to 1.0.15 I am getting above assertion,
when I do some action like moving or deleting on the IMAP mail box using
MailDir on ext2 fs.
I use --with-ioloop=epoll and --with-mem-align=4 as build configuration.
For dovecof configuration see below details.
Thanks for your help,
DHU
# 1.0.15: /usr/local/etc/dovecot.conf
base_dir: /var/run/dovecot/
log_path: /var/log/dovecot.log
listen: *:xx143
ssl_listen: *:xx993
ssl_cert_file: /var/MailRoot/server.cert
ssl_key_file: /var/MailRoot/server.key
ssl_parameters_rege...
2011 Apr 14
2
[LDA] save failed to INBOX: Timeout while waiting for lock
...t-lda.log
> log_path = /var/log/dovecot/dovecot-lda-errors.log
> mail_plugins = " sieve"
> }
> protocol imap {
> imap_client_workarounds = tb-extra-mailbox-sep
> }
> protocol sieve {
> managesieve_implementation_string = Dovecot Pigeonhole
> }
> mail# dovecof -n > /tmp/doveconf.txt
> dovecof: Command not found.
> mail# doveconf -n > /tmp/doveconf.txt
> mail# wc -l /tmp/doveconf.txt
> 75 /tmp/doveconf.txt
> mail# cat /tmp/doveconf.txt
> # 2.0.11: /usr/local/etc/dovecot/dovecot.conf
> # OS: FreeBSD 8.2-RELEASE amd64
>...
2013 Oct 10
0
v2.2: Fix to slow process creation in some setups
...they were actually doing the lookup every time when creating a new process. In some configuration this lookup could have done a somewhat slow DNS lookup, causing the process creation to become very slow and triggering this message.
The fix is in v2.2.7 and you can also workaround this:
? Add to dovecof.conf: import_environment = TZ DEBUG_OUTOFMEM DOVECOT_HOSTDOMAIN
? Before "dovecot" binary is started, run: export DOVECOT_HOSTDOMAIN=mailserver.example.com (of course changing the value)
2012 Feb 10
2
Inherited ACLs for mailboxes created by not-owner
Hi,
I have shared one of my mailboxes to another user providing him full rights to
that mailbox.
$ doveadm acl get -u user1 doc
ID Global Rights
user=user2 admin create delete expunge insert lookup post read write write-deleted write-seen
When that user creates a new mailbox within the shared mailbox, the
2013 Jul 26
2
dovecot-lda not logging if dovecot runs under daemontools
...reline -f /usr/libexec/dovecot/deliver -d $EXT@$USER
As running dovecot under daemontools seems to be a common practice among
qmail users, could any of you give me an hint on how dovecot should be
configured to achieve the purpose?
Thanks in advance.
My doveconf follows
Roberto Puzzanghera
# dovecof -n
# 2.2.4: /etc/dovecot/dovecot/dovecot.conf
# OS: Linux 3.2.29-smp i686 Slackware 14.0
auth_default_realm = mydomain.net
auth_mechanisms = plain login
auth_socket_path = /var/run/dovecot/auth-userdb
auth_verbose = yes
default_login_user = vpopmail
disable_plaintext_auth = no
first_valid_gid = 89...