mailwrapper at 100% CPU after freebsd-update

Hello all,

After every (successful) freebsd-update including a reboot I see the mailwrapper eating up all CPU time, emails are not being sent then. The only workaround is to do a make reinstall for Postfix. I do have
Code:
WITHOUT_SENDMAIL=YES
in src.conf and
Code:
OPTIONS_UNSET=NIS X11
in make.conf.

Do I have a broken configuration somewhere?

Olaf
 
I only update the sources and then build kernel and world, so sendmail *should* not be installed. But apparently an installworld does something with the MTA configuration.
 
Even with a modified freebsd-update.conf ?
Code:
# Components of the base system which should be kept updated.
#Components src world kernel
Components src
 
Back
Top