On Wed, Oct 12, 2016 at 04:51:40PM -0400, Jude DaShiell wrote: > ># and restart the services we stopped > >systemctl start svnserve > >systemctl start mysql > >sudo -u mark fetchmail -d 900 > > > I think the issue revolves around unknown pwd. Perhaps running fetchmail as > the user rather than root will solve that problem.
sudo -u mark fetchmail -d 900 _IS_ running fetchmail as the user, no? Mark