Hans Fuchs <[EMAIL PROTECTED]> writes: > Am 5.11.2003 1:16 Uhr schrieb "Tim Legant" unter <[EMAIL PROTECTED]> in > [EMAIL PROTECTED]: > > > patch that will hopefully get you up and running. I've not tested > > this at all, but it seems simple enough and should continue to work > > with the imaplib that comes with Python 2.2. > > > > $ cd /.../tmda-0.86/bin > > $ patch < /path/to/ofmipd.diff > > > Thanks alot for the patch. The IMAP connection works now, but I get another > error: > ---- > error: uncaptured python exception, closing channel <__main__.SMTPChannel > connected 192.168.254.1:36049 at 0x403c7f0c> (exceptions.IOError:tmda-inject > failed! [/usr/lib/python2.3/asyncore.py|read|69] > [/usr/lib/python2.3/asyncore.py|handle_read_event|387] > [/usr/lib/python2.3/asynchat.py|handle_read|136] > [/usr/bin/tmda-ofmipd|found_terminator|847] > [/usr/bin/tmda-ofmipd|process_message|1213])
Could you run tmda-ofmipd with the '-d' flag and post any additional error message it might write, related to this? There are a couple of different things that could be going wrong and I'm not sure which code path it's failing in. On the bright side, it's not related to the IMAP(S) problem.... > I updated from 2.3 to 2.3.2 and not from 2.2 to 2.3? I have also python > 2.2.3 on the system. But tmda seems to use 2.3 anyway. TMDA will use whichever 'python' executable comes first in your path. The 'python' name is a hard link to one of the versioned 'pythonX.Y' executables in /usr/bin. So you probably have 'python2.2' and 'python2.3' with 'python' as a link to 'python2.3'. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
