Hi all, Did anyone manage to make popper log *only* statistics in standalone mode through syslog (*not* via inetd nor with the -t option), if possible whith set debug = false ?
Thank you Foudil I did on my Linux 2.4.16 with qpopper4.0.5 : ./configure --enable-debugging --with-pam=pop3 --with-openssl=/usr/local/openssl-0.9.7b --enable-standalone --enable-log-facility=LOG_LOCAL7 > cat /etc/popper.conf set debug = true set cache-dir = /var/spool/mail/popper_cache set statistics = true set timeout = 480 set server-mode = true set fast-update = true set downcase-user = true As the log says, the 'statistics' option is actually recognized : Aug 4 19:09:54 pop-serv popper-standalone[24719]: Set statistics to true [pop_config.c:1206] I run popper : /local/local/popper-standalone -f /etc/popper.conf
