Am 20.07.2012 01:25, schrieb Edward Cavill: > Hi in the wiki, using 64 without the trailing M gives an error. > > <code> > The dovecot configuration file is located at /etc/dovecot.conf. The > following lines should be added, edited or uncommented: > > login_process_size = 64 > > [root at localhost etc]# /etc/init.d/dovecot start > Starting Dovecot Imap: doveconf: Warning: NOTE: You can get a new clean > config file with: doveconf -n > dovecot-new.conf > doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:21: > protocols=imaps is no longer necessary, remove it > doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:21: > protocols=pop3s is no longer necessary, remove it > doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:86: > login_process_size has been replaced by service { vsz_limit } > doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: > service(pop3-login): vsz_limit is too low > </code> > > Adding the M after the login_process_size = resolves the issue, as can > be seen below > > > > login_process_size = 64M > > [root at localhost etc]# /etc/init.d/dovecot start > Starting Dovecot Imap: doveconf: Warning: NOTE: You can get a new clean > config file with: doveconf -n > dovecot-new.conf > doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:21: > protocols=imaps is no longer necessary, remove it > doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:21: > protocols=pop3s is no longer necessary, remove it > doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:86: > login_process_size has been replaced by service { vsz_limit } > [ OK ] > > > Please could you update the wiki to show these changes. > the two occurrences are at > > 1) "login_process_size = 64" > 2) "the Dovecot package on x86_64 kernels requires the parameter > "login_process_size = 64" > > > [root at localhost etc]# uname -ams > Linux xxxxxxxxxx 2.6.32-220.el6.x86_64 #1 SMP Tue Dec 6 19:48:22 GMT > 2011 x86_64 x86_64 x86_64 GNU/Linux > > > Thanks Hi, I'Ve added the changes - thanks for finding them. cheers