On Sun, Jun 07, 2020 at 10:35:09AM -0700, Greg A. Woods wrote: > That's very interesting. > > The slowest machine I have running at the moment is a little old Soekris > box, with a FLASH disk as root:
Interesting test - the slowest machine I had running (my VAX is actually slightly faster) is a mac68k with 48 MB RAM (hw.usermem64 = 36552704), and it is not normally running postfix. So for a test I did: # /usr/bin/time /etc/rc.d/postfix onestart postfix/postfix-script: starting the Postfix mail system 108.55 real 49.17 user 33.88 sys This is with a stock userland, no special tricks nor configuration. Martin