search for: mmap_no_writ

Displaying 20 results from an estimated 31 matches for "mmap_no_writ".

Did you mean: mmap_no_write
2005 Oct 14
1
"Out of memory" error in 1.0alpha3
...before the error was pool_system_malloc(): Out of memory. I initially changed mmap_disable to "yes", the error stopped, but it still wasn't moving messages reliably. I then set MM parameters more aggressively: mail_read_mmaped = yes, mmap_disable = no (and the third of the series, mmap_no_write, is left unset). The error stopped popping up, and the moving works speedily. Maybe the default for mail_read_mmaped should be "yes?" Thank you! Sergey.
2005 May 24
2
IMAP Memory Error
Hi, I recently upgraded dovecot on an OpenBSD server from the 0.99.x series to the 1.0-test series to eliminate a problem. That was fixed, however I am now experiencing issues with IMAP(S) connections. The main IMAPS use to the server is via Squirrelmail (many users login with it), however I typically use Thunderbird. The user mailboxes are stored in Maildir format. Basically, moving,
2006 Nov 26
1
IMAPS works, IMAP does not
...in LISTEN state). I have the following settings in my /etc/dovecot.conf: protocols = imap imaps ssl_cert_file = /etc/ssl/dovecotcert.pem ssl_key_file = /etc/ssl/private/dovecot.pem disable_plaintext_auth = no login_user = _dovecot login_greeting = Dovecot at casiopea ready. mail_read_mmaped = yes mmap_no_write = no protocol imap { login_greeting_capability = yes } protocol pop3 { } auth_verbose = yes auth default { mechanisms = cram-md5 digest-md5 passdb passwd { } userdb passwd { } user = root } I have restarted (SIGTERM) dovecot to be sure that dovecot is restarted. I still ru...
2004 May 01
1
1.0-test2 released
...- A lot more difficult to crash it with corrupted index files - Recent flag works, this time exactly as IMAP RFC says - Maildir syncing fixes - fcntl_lock_disable and mmap_disable settings to make it work with NFS.. almost. Not very well tested and there's a few performance issues left. - mmap_no_write setting to disable mixing write/mmap calls. Required for OpenBSD. Uses slightly more memory. If you can break the indexes, I'd like to know about that. I think they should work pretty well now. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc...
2004 Sep 10
2
"Invalid offset returned by binary tree"
...h this in syslog: Sep 10 14:34:55 pirx imap(alisgray): Corrupted index file /home/alisgray/mail/.imap/INBOX/.imap.index: Invalid offset returned by binary tree: 118 Sep 10 14:34:55 pirx dovecot: child 20827 (imap) killed with signal 11 Poking around some, I see that dovecot.org recommends mmap_no_write=yes for OpenBSD... but that option's not implemented in 0.99.10, afaics. Does the symptom I'm seeing match the expected failure mode of OpenBSD's noncoherent mmap? I deleted .imap.* (after saving a backup) and that seems to have fixed the problem. I can provide a copy of the bad fil...
2004 Sep 12
0
1.0-test42
...ttp://dovecot.org/test/ - fixed the last remaining cache corruption problems (I hope, no known ones left) - internaldate was never read from cache, but it was always cached again. this grew cache file uselessly and triggered cache compression constantly - buffer_set_used_size() assertfixes with mmap_no_write=yes (although it hasn't been much tested since the recent large index file changes, hopefully works..) - POP3: Replaced timestamp in APOP challenge string with 128 bits of base64d randomness - Added pop3_enable_last setting to enable LAST command -------------- next part -------------- A no...
2005 Apr 26
0
can't chroot "auth process" (dovecot-1.0-test68)
...rt ssl_key_file = /etc/ssl/private/mail.key ssl_parameters_file = /var/dovecot/ssl-parameters.dat disable_plaintext_auth = no login_dir = /var/dovecot/login login_user = _dovecot login_processes_count = 1 valid_chroot_dirs = /var/spool/postfix/var/mail mail_debug = yes default_mail_env = maildir:%h mmap_no_write = yes protocol imap { } protocol pop3 { } auth_verbose = yes auth_debug = yes auth default { mechanisms = plain passdb sql { args = /etc/dovecot-sql.conf } userdb static { args = uid=32765 gid=32765 home=/var/spool/postfix/var/mail/%u/./ } user = _dovecot-auth chroot = /var/s...
2005 Aug 30
0
New imap assertion failure
...file_seq = 1, sync_log_file_offset = 24, keywords_pool = 0x80c8460, keywords = {buffer = 0x80c8140, element_size = 4}, keywords_hash = 0x80c8658, keywords_ext_id = 0, last_grow_count = 0, error = 0x0, nodiskspace = 0, index_lock_timeout = 0, opened = 1, log_locked = 0, mmap_disable = 1, mmap_no_write = 0, readonly = 0, fsck = 0, sync_update = 0, mapping = 0}
2006 Sep 25
0
Moving to dovecot
...nbox = yes } # for backwards compatibility: namespace private { separator = / prefix = mail/ hidden = yes } namespace private { separator = / prefix = ~/mail/ hidden = yes } namespace private { separator = / prefix = ~%u/mail/ hidden = yes } mail_read_mmaped = no mmap_disable = no mmap_no_write = no lock_method = fcntl mbox_read_locks = dotlock mbox_write_locks = dotlock imap_client_workarounds = outlook-idle tb-extra-mailbox-sep pop3_uidl_format = %08Xv%08Xu pop3_client_workarounds = outlook-no-nuls oe-ns-eoh The namespace stuff came from http://wiki.dovecot.org/Namespaces - it was...
2005 May 26
0
Core dumps when opening an IMAP folder (Was: Re: 1.0-test70)
Hello Timo, I can reproduce this issue even with mmap_disable and mmap_no_write set to yes, please see the following back trace: $ gdb /usr/local/libexec/dovecot/imap /tmp/imap.core GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under...
2007 Aug 10
3
Kmail client desconnection
..._env: mail_location: maildir:/var/vmail/%u mail_cache_fields: flags mail_never_cache_fields: imap.envelope mail_cache_min_mail_count: 0 mailbox_idle_check_interval: 30 mail_debug: no mail_full_filesystem_access: no mail_max_keyword_length: 50 mail_save_crlf: no mail_read_mmaped: no mmap_disable: no mmap_no_write: no lock_method: fcntl maildir_stat_dirs: no maildir_copy_with_hardlinks: yes mbox_read_locks: fcntl mbox_write_locks: fcntl mbox_lock_timeout: 300 mbox_dotlock_change_timeout: 120 mbox_min_index_size: 0 mbox_dirty_syncs: yes mbox_very_dirty_syncs: no mbox_lazy_writes: yes dbox_rotate_size: 2048 d...
2007 Sep 23
7
v1.1.beta1 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta1.tar.gz http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta1.tar.gz.sig Alpha6 seemed to finally work quite well, so I think it's time for a feature freeze (except for dbox changes). I started a new wiki page to list incompatibilities between v1.0 and v1.1: http://wiki.dovecot.org/Upgrading/1.1 Fixes since alpha6: - deliver + maildir
2007 Sep 23
7
v1.1.beta1 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta1.tar.gz http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta1.tar.gz.sig Alpha6 seemed to finally work quite well, so I think it's time for a feature freeze (except for dbox changes). I started a new wiki page to list incompatibilities between v1.0 and v1.1: http://wiki.dovecot.org/Upgrading/1.1 Fixes since alpha6: - deliver + maildir
2008 Oct 06
3
Help - I keep getting LSUB permission denied
Hi, I am using dovecot: 1.0.rc15 I was upgrading Debian and installed new versions of lots of things. My mail came fine and I though there was not problem until a user called and said it was not working through webmail. I tried, it it worked fine and I realized the problem was with dovecot. I have created new users, tried different UIDs. Removed any protections but when I telnet to the
2007 Nov 11
1
quota rewrite patch
Hi, Can quota-rewrite-1.0.2.diff patch be applied to 1.0.5 or later versions? Anyone has tested it with 1.0.5 or 1.0.7 versions? Pawel --------------------------------------------------------------- Wiadomosc wyslana z panelu pocztowego iNet. http://www.inet.pl
2011 Jun 09
4
dovecot auth server problem PAM handshake imap-login
...location: mbox:~/mail/:INBOX=/var/mail/%u mail_cache_fields: flags mail_never_cache_fields: imap.envelope mail_cache_min_mail_count: 0 mailbox_idle_check_interval: 30 mail_debug: yes mail_full_filesystem_access: no mail_max_keyword_length: 50 mail_save_crlf: no mail_read_mmaped: no mmap_disable: no mmap_no_write: no dotlock_use_excl: no fsync_disable: no lock_method: fcntl maildir_stat_dirs: no maildir_copy_with_hardlinks: no maildir_copy_preserve_filename: no mbox_read_locks: fcntl mbox_write_locks: fcntl mbox_lock_timeout: 300 mbox_dotlock_change_timeout: 120 mbox_min_index_size: 0 mbox_dirty_syncs: yes...
2006 Dec 29
3
Problems with dovecot-sieve on Debian Etch using dovecot LDA
...il_location: maildir:/home/%d/mailboxes/%n mail_cache_fields: flags mail_never_cache_fields: imap.envelope mail_cache_min_mail_count: 0 mailbox_idle_check_interval: 30 mail_debug: no mail_full_filesystem_access: no mail_max_keyword_length: 50 mail_save_crlf: no mail_read_mmaped: no mmap_disable: no mmap_no_write: no lock_method: fcntl maildir_stat_dirs: no maildir_copy_with_hardlinks: no mbox_read_locks: fcntl mbox_write_locks: dotlock fcntl mbox_lock_timeout: 300 mbox_dotlock_change_timeout: 120 mbox_min_index_size: 0 mbox_dirty_syncs: yes mbox_very_dirty_syncs: no mbox_lazy_writes: yes dbox_rotate_size:...
2006 Oct 15
1
Authenticating dovecot against Active Directory using bsdauth and login_ldap
..._ldap (and thereby against Active Directory). My config files are: ==== /etc/dovecot.conf ================ base_dir = /var/dovecot/ ssl_cert_file = /etc/ssl/certs/server.crt ssl_key_file = /etc/ssl/private/server.key disable_plaintext_auth = no login_dir = /var/dovecot/login login_user = _dovecot mmap_no_write = yes protocol imap { imap_client_workarounds = delay-newmail outlook-idle netscape-eoh tb-extra-mailbox-sep } protocol pop3 { pop3_uidl_format = %08Xu%08Xv pop3_client_workarounds = outlook-no-nuls oe-ns-eoh } auth default { mechanisms = plain passdb bsdauth { } userdb passwd-file {...
2007 Jan 30
4
Performance, dovecot vs tpop3d
...To ensure it wasn't just a fluke of logins, I let each app run for several minutes, and did the test multiple times. The results were not any abnormal user usage and definitely related to application performance. My current settings in dovecot related to performance are: mmap_diable = yes mmap_no_write = yes Modifying these to no seems to decrease performance slightly but only a few percent. I have also played with various other settings, which didn't give me any significant performance boost. I'm eager for the next release which will have the fsync_disable option to see if that hel...
2007 May 17
9
LDAP for Virtual Domains
Is anyone using LDAP along with Dovecot where mail is being accessed in the form of /var/vmail/${domain}/${user}? I have not figured out how to extract the domain from LDAP in order to make this work. I know this is sparse information but maybe there is an easy fix. If not, I can post more information. Bryan