| |||||||||||||||||||||||||||||||
|
> Hi Wietse, > > I'm monitoring the number of connections in FIN_WAIT_2 state. So far the > maximum has been less than 50. > > I noticed this error again this afternoon > > Sep 24 15:43:17 green postfix/proxymap[3053]: fatal: accept connection: > Too many open files Prior to Postfix 2.4, each Postfix process can handle up to FD_SETSIZE open files/sockets/etc. On my several-year old copy of Solaris 9 for Intel, FD_SETSIZE is defined as 65535 for 64-bit machines, otherwise it is defined as 1024. Even with 1024, I still don't see how proxymap could run out of open files, unless the master.cf proxymap process limit is much, much, smaller than the master.cf smtpd process limit. If the system were out of files/sockets/etc. then I could expect Solaris to report an ENFILE error (Too many open files in system) instead of EMFILE (Too many open files). Wietse
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com