On 8/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
snip
>   my $cfg = TTXData::get('CONFIG');
snip
>     if ($cfg->get('smtptrace')) {
snip
>       open STDERR, '>>'.$cfg->get('basedir').'/smtptrace.txt';
snip
>     my $s = Net::SMTP->new($smtphost, Debug => $cfg-
> >get('smtptrace') ? 1:0);
snip

It looks like there is a config file somewhere that you can edit to
turn on debugging.  That config file also contains an entry for
basedir which is where the debugging information will be written.
Given this information from their website:

    How do I change the administration password for the setup.cgi script?

    The password is kept in the configuration file - ttxcfg.cgi. You will need
    editing the file using plain text editor like Notepad (Windows) or
vi (Unix).
    Look for the line, which reads

    admpwd=password

    Please be advised that the file exists on your web server only.

I am willing to bet that ttxcfg.cgi is the config file.  You might
also try looking in TTXData.pm for the get function to see if the name
of the config file is hard coded there.

All of that said, this is not a Perl question.  This is a question
about an application that happens to be written in Perl.  If there is
no community for this tool then perhaps you would be better off with a
different tool such as RT (http://bestpractical.com/rt/) which not
only has a large community ([EMAIL PROTECTED]), but
also a book from O'Reilly
(http://www.oreilly.com/catalog/rtessentials/index.html).

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to