I just installed it and tmda-cgi is not working with the version of 1-1.10 of tmda...here is the screenshot..
> gcc tmda-cgi/0.15 requires TMDA/1.1.6 or later. TMDA/1.1.10 found. Just my 2 cents.... Remo [EMAIL PROTECTED] wrote: > Send tmda-workers mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://tmda.net/lists/listinfo/tmda-workers > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of tmda-workers digest..." > > > Today's Topics: > > 1. Re: TMDA-PENDING dependency on a file in /usr/src: Does this > make sense? (Mark Horn) > 2. TMDA 1.1.10 "Killyloch" is released (Jason R. Mastaler) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 1 Feb 2007 13:04:25 -0500 > From: Mark Horn <[EMAIL PROTECTED]> > Subject: Re: TMDA-PENDING dependency on a file in /usr/src: Does this > make sense? > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > > > 104: def fetch_ids(self): > 105: cwd = os.getcwd() > 106: os.chdir(Defaults.PENDING_DIR) > 107: msgs = glob.glob('*.*.msg') > 108: ids = [i.rstrip('.msg') for i in msgs] > 109: os.chdir(cwd) > 110: return ids > > Essentially, line 109 is changing dir to /usr/src. It's trying > to do that because the program believes that it's being run out of > /usr/src (see line 105). > > Whatever it is that runs TMDA probably needs to be stopped & > restarted. My first guess would be your MTA, but I don't know how > you've got your system configured. > > Give that a try and see what happens. > > > On 2007-02-01, j s <[EMAIL PROTECTED]> wrote: > > > > ------------------------------ > > Message: 2 > Date: Thu, 01 Feb 2007 16:29:13 -0500 > From: "Jason R. Mastaler" <[EMAIL PROTECTED]> > Subject: TMDA 1.1.10 "Killyloch" is released > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > TMDA 1.1.10 "Killyloch" is released. > > Source code and documentation tarballs can be downloaded as usual at > > http://wiki.tmda.net/TmdaDownload > > ===================================================================== > > What's new? > > * New feature. When a message is released from your pending queue via > tmda-cgi, a new trace header 'X-TMDA-CGI' is added to the message > which contains both the IP address of the remote host as well as the > browser the client used to send the request. This allows you to > visually discern that the message was released via tmda-cgi rather > than through email confirmation, and also allows for easier tracing. > > * tmda-ofmipd has a new option courtesy of Robert P. Thille. `-L' > turns on logging prints which logs everything that `-d' logs, except > for the raw SMTP protocol data. Hence, it is useful if you want to > leave logging enabled permanently, but don't want your logs bloated > with AUTH data and/or the content of large attachments. > > * Various tmda-ofmipd bugfixes and improvements from Stephen Warren. > > ===================================================================== > ____________________________________________ > tmda-announce mailing list > http://tmda.net/lists/listinfo/tmda-announce > > > ------------------------------ > > _________________________________________________ > tmda-workers mailing list ([email protected]) > http://tmda.net/lists/listinfo/tmda-workers > > End of tmda-workers Digest, Vol 38, Issue 2 > ******************************************* > > !DSPAM:45c36e16173387818312239! > _________________________________________________ tmda-workers mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-workers
