I really want to thank the designers and maintainers of TMDA for such a
fine tool!
Thank you!!
best of luck bro
>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: tmda-users Digest, Vol 3, Issue 21
>Date: Fri, 7 Nov 2003 05:31:20 -0600 (CST)
>
>Send tmda-users mailing list submissions to
> [EMAIL PROTECTED]
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://tmda.net/lists/listinfo/tmda-users
>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-users digest..."
>
>
>Today's Topics:
>
> 1. Re: Edit confirmation pattern (Jason R. Mastaler)
> 2. Auto-installtion problem with tmda.cgi (AC Peet)
> 3. Re: Auto-installtion problem with tmda.cgi (R'twick Niceorgaw)
> 4. Re: IMAPS not working anymore (Hans Fuchs)
> 5. Re: Auto-installtion problem with tmda.cgi - Solved Again!!
> (AC Peet)
> 6. Re: OK is anyone going to address this (Nils Vogels)
> 7. Re: tmda-cgi issues (Nils Vogels)
> 8. Re: TMDA and Oracle Collaboration Server (Nils Vogels)
> 9. Re: tmda requires isp support ? (Tim Legant)
> 10. Re: SMTPServerDisconnected: please run connect() first
> (Michael Shuldman,,,)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Thu, 06 Nov 2003 11:06:08 -0700
>From: "Jason R. Mastaler" <[EMAIL PROTECTED]>
>Subject: Re: Edit confirmation pattern
>To: [EMAIL PROTECTED]
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset=us-ascii
>
>"Vladimir Potapov" <[EMAIL PROTECTED]>writes:
>
> > I want to edit confirmation pattern .Where it placed by default
> > after install?
>
>Perhaps this is the information you are looking for?
>
>http://tmda.net/howto-template.html
>
>Otherwise, I'm unsure what you mean by ``confirmation pattern''.
>
>
>------------------------------
>
>Message: 2
>Date: Thu, 06 Nov 2003 11:29:59 -0700
>From: AC Peet <[EMAIL PROTECTED]>
>Subject: Auto-installtion problem with tmda.cgi
>To: [EMAIL PROTECTED]
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="us-ascii"
>
>Hi,
>I'm a newbie to TMDA and have a problem with tmda.cgi and
>Auto-installation. Following is the end of the error returned from the
>browser upon selection of the "Yes, sign me up!" link from the welcome page.
>I am running qmail on FreeBSD, python 2.3.3, and tmda.cgi 0.87. The
>installed Mode is system-wide. I manually set up tmda on one account and
>tmda.cgi works fine.
>
>667 Install() # Does not return.
>668 elif Form["cmd"].value == "restore":
>669 Restore() # Does not return.
>global Install =
>/usr/local/tmda/tmda-cgi-0.11/Install.py in Install()
>362
>363 # Are we supposed to ignore any of those?
>364 ListDiff(FilesToInstall, IgnoreFiles(Anomalies))
>
>.
>.
>[snip]
>.
>303 Mode = os.environ["TMDA_CGI_MODE"]
>304 os.environ["TMDA_CGI_MODE"] = "no-su"
>305 Mail = ReimportDefaults([], "")["MAIL_TRANSFER_AGENT"]
>306 os.environ["TMDA_CGI_MODE"] = Mode
>307
>Mail undefined, global ReimportDefaults =
>/usr/local/tmda/tmda-cgi-0.11/Install.py in ReimportDefaults(Files=[],
>Backup='')
>293 except Errors.ConfigError, ErrStr:
>294 os.chdir(CWD)
>295 Revert(Files, Backup, "Re-importing Defaults
%s" % ErrStr)
>296
>297 return Defaults
>global Revert = , Files = [], Backup = '', ErrStr undefined
>/usr/local/lib/python2.3/site-packages/TMDA/Defaults.py
>35 import sys
>36
>37 import Errors
>38
>39
>Errors undefined
>ImportError: No module named Errors
>args = ('No module named Errors',)
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: http://mla.libertine.org/tmda-users/attachments/20031106/718a5e53/attachment.html
>
>------------------------------
>
>Message: 3
>Date: Thu, 06 Nov 2003 13:49:36 -0500
>From: R'twick Niceorgaw <[EMAIL PROTECTED]>
>Subject: Re: Auto-installtion problem with tmda.cgi
>To: AC Peet <[EMAIL PROTECTED]>
>Cc: [EMAIL PROTECTED]
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset=us-ascii; format=flowed
>
>Hi Peet,
>
>AC Peet said the following on 11/6/2003 1:29 PM>>
>
> > 36
> > 37 import Errors
> > 38
> > 39
> > Errors undefined
> > ImportError: No module named Errors
> > args = ('No module named Errors',)
>
>take a look at http://mla.libertine.org/tmda-users/2003-11/msg00094.html
>
>Hope that will fix your problem.
>
>R'twick
>
>
>------------------------------
>
>Message: 4
>Date: Thu, 06 Nov 2003 19:54:29 +0100
>From: Hans Fuchs <[EMAIL PROTECTED]>
>Subject: Re: IMAPS not working anymore
>To: [EMAIL PROTECTED]
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="US-ASCII"
>
>Hi Tim
>
>Am 5.11.2003 19:28 Uhr schrieb "Tim Legant" unter <[EMAIL PROTECTED]>in
>[EMAIL PROTECTED]:
>
> >
> > 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.
>
>I solved the last error myself. I'm running tmda inside a vserver. And it
>seems that since the update 127.0.0.1 isn't accessible anymore. So thanks a
>lot for your help.
>
>Best,
> Hans
>
>
>
>
>------------------------------
>
>Message: 5
>Date: Thu, 06 Nov 2003 12:17:05 -0700
>From: AC Peet <[EMAIL PROTECTED]>
>Subject: Re: Auto-installtion problem with tmda.cgi - Solved Again!!
>To: R'twick Niceorgaw <[EMAIL PROTECTED]>
>Cc: [EMAIL PROTECTED]
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="us-ascii"; format=flowed
>
>
> >
> >take a look at http://mla.libertine.org/tmda-users/2003-11/msg00094.html
>
>Sincerely, my apologies for not understanding it was the same problem.
>
> >Hope that will fix your problem.
>
>Solved twice in two days!!
>
> >R'twick
>
>I really want to thank the designers and maintainers of TMDA for such a
>fine tool!
>Thank you!!
>
>-Art
>
>
>
>
>
>------------------------------
>
>Message: 6
>Date: Fri, 07 Nov 2003 00:07:28 +0100
>From: Nils Vogels <[EMAIL PROTECTED]>
>Subject: Re: OK is anyone going to address this
>To: [EMAIL PROTECTED]
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset=us-ascii; format=flowed
>
>John Johnson wrote:
>
> > Another person that thinks they are the moderator.. Blow it out your [EMAIL PROTECTED]
> >
> >
> >
>Oh yes, thank $DIETY for blacklists.
>
>
>------------------------------
>
>Message: 7
>Date: Fri, 07 Nov 2003 00:11:09 +0100
>From: Nils Vogels <[EMAIL PROTECTED]>
>Subject: Re: tmda-cgi issues
>To: [EMAIL PROTECTED]
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset=us-ascii; format=flowed
>
>F. Even wrote:
>
> >I am having issues getting tmda-cgi to do more than just give me a front
> >page. Is there any examples of working setups for both tmda and tmda-cgi
> >that I could look at to see how I can get all of this to work? Any way I
> >can turn on some sort of logging for tmda-cgi to figure out what is wrong?
> >I'm a wee bit lost.
> >
> >
> >
>Should it still be needed, I have a TMDA running from Procmail, with
>Postfix as MTA, and TMDA-CGI interacting with it in site-wide mode on a
>FreeBSD install, which I'm happy to talk over with you.
>
>Grtz,
>
>Nils.
>
>
>------------------------------
>
>Message: 8
>Date: Fri, 07 Nov 2003 00:13:55 +0100
>From: Nils Vogels <[EMAIL PROTECTED]>
>Subject: Re: TMDA and Oracle Collaboration Server
>To: [EMAIL PROTECTED]
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset=us-ascii; format=flowed
>
>Bill Long wrote:
>
> >Anybody got any experience with this setup?
> >
> >
> >I have a feeling I'm going to be asked to do it soon....
> >
> >
>Afraid not, but if at some point it is possible to pipe your message
>through a binary via stdin, that would generally the point to hook in
>TMDA ;-)
>
>Gr,
>
>Nils.
>
>
>------------------------------
>
>Message: 9
>Date: 06 Nov 2003 21:29:43 -0600
>From: Tim Legant <[EMAIL PROTECTED]>
>Subject: Re: tmda requires isp support ?
>To: [EMAIL PROTECTED]
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset=us-ascii
>
>"Tim Johnston" <[EMAIL PROTECTED]>writes:
>
> > I am being maintained in technological poverty by internet services offered
> > in this area. Dialup connections, no fixed ip, no real Domain Name. Yet I've
> > got Linux networks with a dozen or so users, that I've found it convenient
> > to run mail transport on. So that all mail for users can be sent and
> > received when the dialup connection comes up. Receiving with fetchmail, and
> > sending with maildirsmtp. Up until now, this has worked very well for me.
>
>[...]
>
> > If I have a mailbox, for example [EMAIL PROTECTED] . tmda will send out
> > confirmation requests with Reply-To: [EMAIL PROTECTED] But what
> > if isp does not recognize tim-bloodygreatbigtag as a valid mailbox ? then
> > all confirmations will bounce, and tmda will not work, yes ?
>
>That's correct. One possibility might be if the ISP offers a domain
>hosting package. Often with those packages, a "default" mailbox is
>provided where all unrecognized addresses in your domain are
>delivered. You could possibly then retrieve from that mailbox and
>re-distribute the message (using fetchmail) through your local SMTP
>server. That's about the only way I can think of to make a dial-up
>situation work where the ISP doesn't recognize extension addresses.
>
> > Unless a header field other than Reply-To: can be tagged instead,
> > yes ? If that can be configured, then I haven't been able to figure
> > out how to do this, so I thought that I would seek words of wisdom
> > from this mailing list. Any such word received with appreciation.
>
>Unfortunately, no other header field can be tagged. The reality is
>that, with nearly all mail clients, the only header fields that make
>it into a reply are either Reply-To: or From: (Reply-To: takes
>precedence), Message-ID: and Subject:. TMDA doesn't currently support
>cryptographically tagging either Message-ID: or Subject:, although
>both ideas have been mentioned in the past. There simply hasn't been
>enough need/demand to make it happen.
>
>
>Tim
>
>
>
>------------------------------
>
>Message: 10
>Date: Fri, 7 Nov 2003 12:29:18 +0100
>From: "Michael Shuldman,,," <[EMAIL PROTECTED]>
>Subject: Re: SMTPServerDisconnected: please run connect() first
>To: "Jason R. Mastaler" <[EMAIL PROTECTED]>
>Cc: [EMAIL PROTECTED]
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset=us-ascii
>
>es.mid.mastaler.com> <[EMAIL PROTECTED]> >@deacon-blues.mid.mastaler.com> <[EMAIL PROTECTED]> >[EMAIL PROTECTED]>
>From: Michael Shuldman <[EMAIL PROTECTED]>
>Date: Tue, 2 Sep 2003 13:21:21 +0200
>User-Agent: slrn/0.9.7.4 (OpenBSD)
>
>In gmane.mail.spam.tmda.user (<[EMAIL PROTECTED]>), y
>ou ([EMAIL PROTECTED]) wrote:
> > Michael Shuldman <[EMAIL PROTECTED]>writes:
> >
> > > I also see this in the tmda debug log:
> >
> > I don't know what to tell you. You're the only one to have ever
> > reported these problems.
>
>I understand, this must then be hard to debug. It could of course
>be a local problem. TMDA has been working fine here for a month,
>only the last two weeks we've been having these problems, about the
>same time the last windows worm/virus started (not that any of our
>servers are running windows) ...
>
>
> > Does it help if you add the following line to your ~/.tmda/config?
> >
> > OUTGOINGMAIL = "sendmail"
> >
> > This tells TMDA to use /usr/sbin/sendmail to send mail instead of
> > using your SMTP port.
>
>Unfortunately the error is no longer occurring.
>I see from the qmail log that yesterday a lot (all?) of the mail
>for which the errors were generated was finally bounced for being
>in the que for "too long" (the mailque was also reduced from around
>800 to a little over 300 in this time), and although there is other
>mail going in and out, no similar errors are reported anymore and
>nothing has been written to the tmda debug log for the last few
>hours.
>
>Since the problem seems to just have "gone away" by it self
>I fear it will also come back by it self.
>
>--
> _ //
> \X/ -- Michael Shuldman <[EMAIL PROTECTED]>
>
>Well, it seems to have been working fine for a while but now the
>same problem (and some new ones?) are occuring:
>
>Uncaught Python 2.3b1 Exception (Fri Nov 7 11:41:59 2003):
>-----------------------------------------------------------
>Traceback (most recent call last):
> File "/usr/local/tmda/bin/tmda-filter", line 53, in ?
> execfile(os.path.join(execdir, 'tmda-rfilter'))
> File "/usr/local/tmda/bin/tmda-rfilter", line 805, in ?
> main()
> File "/usr/local/tmda/bin/tmda-rfilter", line 740, in main
> verify_confirm_cookie(cookie_value, 'accept')
> File "/usr/local/tmda/bin/tmda-rfilter", line 503, in verify_confirm_cookie
> release_pending(confirm_timestamp, confirm_pid, msg)
> File "/usr/local/tmda/bin/tmda-rfilter", line 429, in release_pending
> Util.sendmail(Util.msg_as_string(msg), recipient, return_path)
> File "./TMDA/Util.py", line 559, in sendmail
> File "./TMDA/SMTP.py", line 61, in sendmail
> File "/usr/local/lib/python2.3/smtplib.py", line 688, in sendmail
> (code,resp) = self.data(msg)
> File "/usr/local/lib/python2.3/smtplib.py", line 485, in data
> self.send(q)
> File "/usr/local/lib/python2.3/smtplib.py", line 315, in send
> raise SMTPServerDisconnected('Server not connected')
>SMTPServerDisconnected: Server not connected
>
>
>Uncaught Python 2.3b1 Exception (Fri Nov 7 10:48:41 2003):
>-----------------------------------------------------------
>Traceback (most recent call last):
> File "/usr/local/tmda/bin/tmda-filter", line 53, in ?
> execfile(os.path.join(execdir, 'tmda-rfilter'))
> File "/usr/local/tmda/bin/tmda-rfilter", line 152, in ?
> orig_msgin_as_string = Util.msg_as_string(msgin)
> File "./TMDA/Util.py", line 541, in msg_as_string
> File "./TMDA/pythonlib/email/Generator.py", line 103, in flatten
> File "./TMDA/pythonlib/email/Generator.py", line 131, in _write
> File "./TMDA/pythonlib/email/Generator.py", line 157, in _dispatch
> File "./TMDA/pythonlib/email/Generator.py", line 298, in _handle_message
> File "./TMDA/pythonlib/email/Message.py", line 189, in get_payload
>TypeError: Expected list, got
>
>
>
>
>--
> _ //
> \X/ -- Michael Shuldman <[EMAIL PROTECTED]>
>
>
>
>------------------------------
>
>_____________________________________________
>tmda-users mailing list ([EMAIL PROTECTED])
>http://tmda.net/lists/listinfo/tmda-users
>
>End of tmda-users Digest, Vol 3, Issue 21
>*****************************************