Hi, I've got supervise and tmda-ofmipd running but I'd like to also use tcpserver. Right now tmda-ofmipd takes care of binding to a port on it's own whereas within a tcpserver (or inetd, xinetd, etc) environment that is handled for it.
What is the possibility of modifying tmda-ofmipd to do this? I'm not a python programmer so if it is not possible, just let me know. Thanks, David Ulevitch Also: With regard to previous questions on the list for setups for supervise, here is my setup (using vpopmail): (Note, the logging does not yet work, and I think it's because output is on the wrong descriptor that multilog expects but I'll try to fix that) [EMAIL PROTECTED]:/var/tmda/bin# ls -la /service/tmda-ofmipd/ total 20 drw------- 4 root root 4096 Oct 20 09:57 . drwxr-xr-x 8 root root 4096 Oct 20 09:54 .. drwxr-xr-x 3 root root 4096 Oct 20 09:57 log -rwxr-xr-x 1 root root 117 Oct 20 10:06 run drwx------ 2 root root 4096 Oct 20 10:06 supervise [EMAIL PROTECTED]:/var/tmda/bin# cat /service/tmda-ofmipd/run #!/bin/sh exec su - vpopmail -c '/var/tmda/bin/tmda-ofmipd -c /home/vpopmail/domains/everybox.com/ -a .tmda/tofmipd' [EMAIL PROTECTED]:/var/tmda/bin# cat /service/tmda-ofmipd/log/run #!/bin/sh exec /usr/local/bin/setuidgid vpopmail /usr/local/bin/multilog t s100000 n20 /var/log/tmda-ofmipd 2>&1 -- "Never doubt that a small group of thoughtful citizens can change the world. Indeed, it is the only thing that ever has." --Margaret Mead _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
