Also, you need to check the files it is copying.

It looks like your .qmail files are wrong.

Look at the file skel/install/%(Parent)s/pico .qmail-%\(User\)s and it may have to look like this…

 

|preline -f %(Base)s/bin/tmda-filter -c %(Home)s/.tmda/config

|%(VPopBin)s/vdelivermail '' %(Home)s

 

Plus, make sure the base is correct.

You have to set defaults.ini to the proper paths.

 

 

And also I saw you were using paul.james for a username.

Gregg wrote this to me a bit ago.

You may have to apply the following …

---------------------------------------------------------------------------

 

[2] rename tmda-cgi/skel/install/%(Parent)s/.qmail-%(User)s to

    tmda-cgi/skel/install/%(Parent)s/.qmail-%(qUser)s

 

[3] rename tmda-cgi/skel/install/%(Parent)s/.qmail-%(User)s-default

    to tmda-cgi/skel/install/%(Parent)s/.qmail-%(qUser)s-default

 

[4] patch tmda-cgi/Install.py as follows:

 

Index: Install.py ===================================================================

RCS file: /cvsroot/tmda/tmda-cgi/Install.py,v

retrieving revision 1.24

diff -u -r1.24 Install.py

--- Install.py  7 Aug 2003 05:18:20 -0000       1.24

+++ Install.py  11 Aug 2003 17:24:37 -0000

@@ -655,6 +655,7 @@

     "VPopBin":   PVars[("NoOverride", "VPopBin")]

   }

   Dict["ShortUrlDom"] = re.sub("^www.", "", Dict["UrlDomain"], re.I)

+  Dict["qUser"] = re.sub("\.", ":", Dict["User"])

   Match = re.search(".*/domains?/([^\./]+\.[^/]+)/", Dict["Home"])

   if Match: Dict["Domain"] = Match.group(1)

 

[5] recompile tmda-cgi

 

Gre7g.

 

 

 

Sam

 

>>>>>>>>>>>>>>>>>>>>>>>>>>

 

Hello.
 
I have vpopmail 5.3.19 installed. Would that be a/the reason I get strange
things like:
 
uninstall says: Your e-mail account, [EMAIL PROTECTED] ..yada
yada. Instead of [EMAIL PROTECTED] ...
 
The same as above (substitution of virtual address with hostname address)
for the 'sign me up' link:
 
Your e-mail account, [EMAIL PROTECTED], is now guarded
against spam by TMDA.
 
Sending mail to the newly protected account:
<[EMAIL PROTECTED]>:
preline: fatal: unable to run
/usr/local/lib/python2.2/site-packages/bin/tmda-filter: file does not
exist
 
When the ./configure came to the part asking about python, I left the
default and did not add /bin to it. I don't know why I am getting these
errors.
 
Help with this is appreciated.
 
Thanks,
Paul

 

 

__________________________________________

Samuel Hill

Network/Systems WestPA.net Inc.

20 Market Street Plaza, Warren, PA 16365

Voice - 877-726-9462    Fax – 814-723-9585

 

Reply via email to