> These were just quick tests so this may not be the final word on the > subject. If someone else is able to get tmda-ofmipd to work with > supervise, I would be interested to know how they did it.
I run tofmipd from supervise. I don't know why it won't behave for you. My setup is very straight-forward so I'm guessing yours is the same. Here's what I did: FROM BASH: # mkdir tofmipd # mkdir tofmipd/supervise # joe tofmipd/run (or vi, pico, etc.) CREATE FILE: #!/bin/sh cd /usr/local/src/tmda/bin exec /usr/local/src/tmda/bin/tmda-ofmipd FROM BASH: # chmod 755 tofmipd/run # mv tofmipd /service # ps auxw | grep ofmipd root 20351 0.0 0.0 1380 108 ? S Oct12 0:01 supervise tofmipd tofmipd 5150 0.0 0.4 5236 3688 ? S Oct15 0:04 python /usr/local/src/tmda/bin/tmda-ofmipd Seems to work. My outgoing mail is being tagged. Hope that helps, Gre7g. ================================================================= Gre7g Luterman [EMAIL PROTECTED] http://www.templeofluna.com/ Stay informed: http://www.templeofluna.com/keeper/mailinglist.htm I want to die peacefully in my sleep, like my grandfather ...not screaming in terror like his passengers. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
