I am trying to set up qmail as my MTA. In order to test it I am running the command: sh -cf '/var/qmail/rc &' The contents of the rc script are as follows: #!/bin/sh exec env - PATH="/var/qmail/bin:$PATH" \ qmail-start ./Mailbox splogger qmail when I do a ps -aux, none of the 4 qmail daemons that should be running have been started and I get the following message in /var/log/mail: Dec 2 10:57:41 hwlab qmail: 956930303.302345 alert: cannot start: qmail-send is already running What is happening here? Why does it think that qmail-send (qmails daemon) is already running? Any suggestions as to how I can fix this would be appreciated.
