On Mon, 11 Aug 2014 09:01:07 -0400 Harry Putnam <reader@newsguy.com> wrote: > Fetchmail is never a problem... and yet: > I've been moving my main work host, (Debian jessie), to a vm running on a > windows hosts. Did you ensure the fetchmail daemon is running? ps -A |grep fetchmail It's possible you will need to enable the service daemon... sudo systemctl enable fetchmail in order for it to start on host boot. --Andrew