Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Steven Thomson on October 27, 2002, 05:03:00 PM
-
I have Avmailgate running on e-smith 5.1.2
Runs like a charm except if I have to reboot, the mail scanner/forwarder don't start up and hence my mail bounces until I manually start them.
I need to start "/usr/sbin/avgated" and "/usr/sbin/avgatefwd"
-
Steven,
You can add
/usr/sbin/avgated
/usr/sbin/avgatefwd
to
/etc/rc.d/rc.local
Jon
-
I am curious as I'm in the same boat....is that a templated file?
-
No, its not templated. Just add what you what at the bottom of the file.
Jon
-
/etc/rc.d/init.d/avmgate is the script you need to use for starting AVMailGate
Make a link to this script in /etc/rc.d/rc7.d map and have the ease of all.
ln -s /etc/rc.d/init.d/avmgate /etc/rc.d/rc7.d/S82avmgate
for starting.
and
ln -s /etc/rc.d/init.d/avmgate /etc/rc.d/rc6.d/K82avmgate
ln -s /etc/rc.d/init.d/avmgate /etc/rc.d/rc0.d/K82avmgate
for killing.
That should be enough.
Harro