> > On 01 Dec 2010, at 6:11 PM, Johan Hendriks wrote: > >> Do i mis a module, or is it something within the jail > > It is definetly something to do with the jail try and see > if you can load the module manually > > # python >>> from _ssl import SSLError as sslerror > > To see if it throws an error. > > > -- > Baruwa - www.baruwa.org >
You mean doing the following mailscanner ~ # python Python 2.6.6 (r266:84292, Dec 1 2010, 15:12:05) [GCC 4.2.1 20070719 [FreeBSD]] on freebsd8 Type "help", "copyright", "credits" or "license" for more information. >>> from _ssl import SSLError as sslerror >>> no error as i can see regards, Johan _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

