[Dovecot] Using Dovecot new version 2.0.13 facing issues.

गौरव जोशी gouravjoshi at gmail.com
Fri Jun 3 20:27:35 EEST 2011


Hi,

I have configured POP-IMAP server with dovecot 2.0.13 with mysql support.
When I am running load test on the same I face issue on IMAP connections. I
get "dovecot: imap-login: Error: fd_send(imap, 15) failed: Interrupted
system call" followed by "dovecot: imap-login: Internal login failure" in
log files.

Below is my dovecot -n output;
=========================================================
# 2.0.13: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-238.el5 x86_64 CentOS release 5.6 (Final)
auth_socket_path = /usr/local/var/run/dovecot/auth-userdb
auth_verbose = yes
disable_plaintext_auth = no
first_valid_gid = 99
first_valid_uid = 99
listen = *
mail_fsync = always
mail_location = maildir:~/Maildir:INDEX=/indexes/%h:CONTROL=/indexes/%h
mail_nfs_index = yes
mail_nfs_storage = yes
mmap_disable = yes
passdb {
  args = /usr/local/etc/dovecot/dovecot-mysql.conf
  driver = sql
}
protocols = imap pop3
service auth {
  unix_listener auth-userdb {
    group = nobody
    mode = 0600
    user = nobody
  }
}
ssl = no
syslog_facility = local1
userdb {
  args = /usr/local/etc/dovecot/dovecot-mysql.conf
  driver = sql
}
protocol imap {
  mail_max_userip_connections = 1500
}
protocol pop3 {
  mail_max_userip_connections = 800
  pop3_client_workarounds = outlook-no-nuls
  pop3_lock_session = yes
  pop3_no_flag_updates = yes
  pop3_uidl_format = %08Xu%08Xv
}
=========================================================

Please help I want to move this server in live environment.

Have a nice time,
Gourav Joshi
Have a look at www.linuxquestions.in


More information about the dovecot mailing list