Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Qmail: users

Help required for running qmail on Mac OS X 10.5.X

 

 

Qmail users RSS feed   Index | Next | Previous | View Threaded


mbhangui at gmail

Jun 16, 2009, 10:57 PM

Post #1 of 5 (1778 views)
Permalink
Help required for running qmail on Mac OS X 10.5.X

MacOS 10.5 uses launchd for starting, stopping and managing daemons,
programs and scripts.

Starting a service requires writing a .plist file in
/System/Library/LaunchDaemons

Is there anyone out here who has used launchd for starting svscan and has
written a .plist file which I can borrow?

--
Regards Manvendra - http://www.indimail.org


abansriyar at gmail

Jun 16, 2009, 11:10 PM

Post #2 of 5 (1666 views)
Permalink
Re: Help required for running qmail on Mac OS X 10.5.X [In reply to]

A few years back I had followed
http://www.dqd.com/~mayoff/notes/daemontools/macosx.html.

I am not sure this would work as I haven't used a Mac in a pretty long time.


Animesh Bansriyar



On Tue, Jun 16, 2009 at 10:57 PM, Manvendra Bhangui <mbhangui [at] gmail>wrote:

> MacOS 10.5 uses launchd for starting, stopping and managing daemons,
> programs and scripts.
>
> Starting a service requires writing a .plist file in
> /System/Library/LaunchDaemons
>
> Is there anyone out here who has used launchd for starting svscan and has
> written a .plist file which I can borrow?
>
> --
> Regards Manvendra - http://www.indimail.org
>


mbhangui at gmail

Jun 16, 2009, 11:31 PM

Post #3 of 5 (1663 views)
Permalink
Re: Help required for running qmail on Mac OS X 10.5.X [In reply to]

On Tue, 2009-06-16 at 23:10 -0700, Animesh Bansriyar wrote:
> A few years back I had followed
> http://www.dqd.com/~mayoff/notes/daemontools/macosx.html.
>
> I am not sure this would work as I haven't used a Mac in a pretty long
> time.

The above works on the older MacOS which did not use launchd. The plist
file now is a xml file


kyle-qmail at memoryhole

Jun 17, 2009, 7:40 AM

Post #4 of 5 (1659 views)
Permalink
Re: Help required for running qmail on Mac OS X 10.5.X [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Wednesday, June 17 at 11:27 AM, quoth Manvendra Bhangui:
>MacOS 10.5 uses launchd for starting, stopping and managing daemons,
>programs and scripts.
>
>Starting a service requires writing a .plist file in
>/System/Library/LaunchDaemons
>
>Is there anyone out here who has used launchd for starting svscan and has
>written a .plist file which I can borrow?

Using launchd to run svscan is pretty redundant: they're designed to
do many of the same things.

I recommend using /etc/rc.local to run svscanboot. It works just fine
on my MacOS X 10.5 system.

If you insist on using launchd (e.g. if it helps the consistency and
maintenance of your system), I would suggest that you avoid using
svscan entirely. To get a good plist file, though, try using Lingon
(http://tuppis.com/lingon/).

~Kyle
- --
Next in importance to freedom and justice is popular education,
without which neither freedom nor justice can be permanently
maintained.
-- James A. Garfield
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!

iQIcBAEBCAAGBQJKOQBAAAoJECuveozR/AWe2cYP/Ahzh+FbVZXQS274V8lb4FPC
pDpES/kr0zlxu9VQYJqbI5XHZgn/++CU9FM+fvv4VpQn/fybuR3kn3OlkjrHmlRd
F2KJZE8v3CkpfxNLpmg6DIDlNAltcaCBORmVCIc4ay4X7SwxfdevXUkBYYzZZali
QYtR6o8XCgkLOrg8jseT79Z62oqh/zfloZnnCG+lYbesxseq8qy9CBd14nM86UzP
JAZJg+JMzUMovR+CHFtmMZtDgwjCghAJLXXiJXZOV9fVkDR5C+/ubeiI8GyLki69
XsJVOCplMHOR7X7f4NLW7TuR1JwP228X83Uiu6ttt+34RBUb7XTXVprtR3g5sGkN
Jk/f+B+FGgieFJnLIBinHy/6vornR/EZ3Yq7KqH0Q9T3rzisWTURVrcUmqoHQPMm
vSRxQTTDcgKFgKJCdLYajJ0CwcjvAbMVCfZ9UuWrGavRXpgRBSxxtkM2NZ6hDpRK
qjJyKRma9ZqsvvXMdH9ye2IwE/QoL0cW7fMeFuSG+m3SzT8p4XuBKurJVr1R1z9E
VfWToTA4U1UbmJvipg+cQig8UsQ1f41YHq8HSjtoUzOKK60X6vcJqT1TgJeEquzD
iBOZaJEtI2pujhQ8W5GrnOGODaRzl7kiVs/V84qzrbx2AVqpNmyo7bMJ9r6oN5HL
jFy1goCrGA009W/vdMZC
=KO96
-----END PGP SIGNATURE-----


mbhangui at gmail

Jun 17, 2009, 8:35 AM

Post #5 of 5 (1654 views)
Permalink
Re: Help required for running qmail on Mac OS X 10.5.X [In reply to]

2009/6/17 Kyle Wheeler <kyle-qmail [at] memoryhole>

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
> I recommend using /etc/rc.local to run svscanboot. It works just fine
> on my MacOS X 10.5 system.


Why did I not think of this before? This is so simple and I can use by
favourite editor and no cryptic xml.


>
> If you insist on using launchd (e.g. if it helps the consistency and
> maintenance of your system), I would suggest that you avoid using
> svscan entirely. To get a good plist file, though, try using Lingon
> (http://tuppis.com/lingon/).
>
> Thanks for the link for the editor above. Hopefully this will be useful if
I decide to use launchd

Qmail users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.