Thanks! That fixed it.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Achim Schmidt Sent: 27 January 2005 11:36 To: [email protected] Subject: [xmail] Re: Debian Setup Am Donnerstag, den 27.01.2005, 11:12 +0000 schrieb Alex Young: > Hi, I have just setup Xmail to run on a Debian system. Everything is > running fine except on a server restart Xmail doesn't start up so I > have to do it manually. > > I modified the sysv_inst.sh file to create all the K??xmail - S??xmail > links in the proper directories and the start-up script is in the > init.d directory. > Inside the xmail tarball there is a init-script called "xmail" (size ~2kB) Copy this script to /etc/init.d and chmod 700 Than you can start xmail this way: $ /etc/init.d/xmail start for having xmail automatically started in runvlevel 2 just use debians update-rc.d tool: $ update-rc.d xmail start 90 2 . update-rc.d <service> <action> <priority> <runlevel> . have fun... Achim - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
