Lately I've been slack in reading all the list messages, so my apologies if I've missed this in the past week (or 2... eep!).
It seems that my instance of tmda-ofmipd has stopped accepting connections on the ip:port I specified. Some random output from my shell, to give you an idea what I was seeing:
[EMAIL PROTECTED] telnet localhost 7025
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
[EMAIL PROTECTED] netstat -na | grep 025
tcp 0 0 204.89.131.132.7025 204.89.131.132.24198 ESTABLISHED
tcp 0 0 204.89.131.132.24198 204.89.131.132.7025 ESTABLISHED
tcp 0 0 204.89.131.132.8025 66.192.34.8.17648 ESTABLISHED
tcp 0 0 204.89.131.132.8025 *.* LISTEN
tcp 0 0 *.6025 *.* LISTEN
<snip unix domain sockets>
[EMAIL PROTECTED] ps ax | grep tmda
14710 p6- I 0:01.23 python /usr/local/bin/tmda-ofmipd -d -p mail.geekisp.com:7025 -R imap://mail.geekisp.com -S /usr/local/tmda/contrib/vpopmail-vdir.sh (python
[EMAIL PROTECTED] telnet 204.89.131.132 7025
Trying 204.89.131.132...
telnet: connect to address 204.89.131.132: Connection refused
I run tmda-ofmipd listening on port 7025, and I use stunnel as a connector running on port 8025.
I didn't restart the service all day and I received intermittent complaints from my customers that they couldn't send outgoing mail - though I had no trouble all day. Finally I restarted the service shortly after running the above commands and all was restored.
My tmda-ofmipd log (yes, I keep one) has about a billion of these lines in it:
Traceback (most recent call last):
File "/usr/local/bin/tmda-ofmipd", line 1257, in ?
main()
File "/usr/local/bin/tmda-ofmipd", line 1217, in main
('localhost', 25))
File "/usr/local/bin/tmda-ofmipd", line 997, in __init__
self.bind(localaddr)
File "/usr/ports/lang/python/2.2/w-python-2.2.1p1/fake-i386/usr/local/lib/ python2.2/asyncore.py", line 307, in bind
return self.socket.bind (addr)
socket.error: (48, 'Address already in use')
auth method: imap://mail.geekisp.com:143/
Is there more information I can provide that might make this easier to debug?
Thanks for your time!
Regards, -- Dave Steinberg http://www.geekisp.com _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
