[courier-users] Courier on raspberry pi

2012-09-21 Thread matt
just got my raspberry pi (arm based www.raspberrypi.org)and thought i'd install courier on it just for kicks. It works fine but courier-mta is the only service that wont start on reboot. If I manually run /etc/init.d/courier-mta start as root, things work normally and it drops to the daemon user.

Re: [courier-users] Courier on raspberry pi

2012-09-22 Thread Tim Lyth
Hi Matt, What runlevel is it booting in to, and what does the appropriate /etc/rc?.d/ have in the way of {K,S}??courier-mta symlinks? Sounds like there's no S??courier-mta in the default runlevel. Cheers, Tim Lyth On 22/09/2012 9:51 AM, m...@corenetworks.com.au wrote: > just got my raspberry pi

Re: [courier-users] Courier on raspberry pi

2012-09-22 Thread matt
Hi Tim, everything looks ok here to my untrained eye :) -Matt root@raspberrypi:/etc/rc3.d# runlevel N 2 root@raspberrypi:/etc/rc3.d# ls -al /etc/rc2.d/ total 12 drwxr-xr-x 2 root root 4096 Sep 21 23:19 . drwxr-xr-x 90 root root 4096 Sep 22 14:08 .. lrwxrwxrwx 1 root root 17 Aug 16 10:48 K01l

Re: [courier-users] Courier on raspberry pi

2012-09-22 Thread matt
ok I fixed it, just for the /etc/init.d/courier-mta script I changed the first line from #! /bin/sh -e to #! /bin/bash -e I am guessing the "sh" shell has some issues in this instance? now running one of the worlds smallest physical mail servers! thanks all -Matt > Hi Tim, > > everything