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
Timo Sirainen
2011-Jun-06 15:27 UTC
[Dovecot] Using Dovecot new version 2.0.13 facing issues.
On Fri, 2011-06-03 at 22:57 +0530, ???? ???? wrote:> 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.See if these patches help: http://hg.dovecot.org/dovecot-2.0/rev/86e4023d08e4 http://hg.dovecot.org/dovecot-2.0/rev/6fdee880c5dc
> 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.See if these patches help: http://hg.dovecot.org/dovecot-2.0/rev/86e4023d08e4 http://hg.dovecot.org/dovecot-2.0/rev/6fdee880c5dc Hi Timo, Thanks for the response. The first patch is not getting compiled, where the other one got complied cleanly. Please help on this. Have a nice time, Gourav Joshi Have a look at www.linuxquestions.in