I can't start tmda-ofmipd. I want to run it as a daemon that anyone can use. I want it to get its verification through the IMAP server that's also running on the same computer. And rather than creating a user for it, I just want to run it as nobody (I don't see why it wouldn't work). So anyway, I attempt to start it with:

/opt/tmda/bin/tmda-ofmipd -u nobody -R imap

And I get the following output:

Traceback (most recent call last):
File "/opt/tmda/bin/tmda-ofmipd", line 1205, in ?
main()
File "/opt/tmda/bin/tmda-ofmipd", line 1168, in main
('localhost', 25))
File "/opt/tmda/bin/tmda-ofmipd", line 945, in __init__
self.bind(localaddr)
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/asyncore.py", line 300, in bind
return self.socket.bind(addr)
File "<string>", line 1, in bind
socket.error: (49, "Can't assign requested address")


And it just quits. Here's my info:

TMDA/1.1.3 "Dailuaine" (Python/2.3.0 on Darwin-7.2.0-Power_Macintosh-powerpc-32bit)

Thoughts?

-Jared

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to