Hi Am 27.07.2012 19:18, schrieb Wesley: > Perhaps i need to play with "openfiles-cur" keyword in /etc/login.conf... > So i increased 'default class' 512 to 2048, 'daemon class' 128 to 2048. > Seems to work ;-)
Did you even look into the readme, that mark pointed out? http://www.openbsd.org/cgi-bin/cvsweb/ports/mail/dovecot/pkg/README-server?rev=1.1;content-type=text%2Fplain For example, add this to the login.conf(5) file: dovecot:\ :openfiles-cur=512:\ :openfiles-max=2048:\ :tc=daemon: Rebuild the login.conf.db file if necessary: # [ -f /etc/login.conf.db ]&& cap_mkdb /etc/login.conf I guess thats all you need to know...

