Hello,

I was following the directions located here:
http://mung.net/~dude/howto/Qmail-vpop-qmailadmin-tmda.html

TMDAcgi

Mainly following his ./configure answers and substituting my own where I
felt it was applicable.

Below is what is in my configure.ini ..

[EMAIL PROTECTED] [~/tmda-cgi-0.11]# 8 > ./configure

Where is the Python interpreter? (version 2.1+)
> /usr/local/bin/python

When I compile the binary executable, where should I save it?
Enter the full path AND filename.
Generally, you will use the path to your webserver's cgi-bin directory, but
it
can be stored elsewhere if you have your webserver configured to run CGI's
in
other directories.
> /usr/local/www/cgi-bin/tmda.cgi

Where did you install TMDA?
For source installs, this is the directory where you unzipped the archive.
You may enter a relative path (relative to the CWD) if you like.
If you installed TMDA from an RPM,
  try: "/usr/lib/python2.2/site-packages".
If you installed TMDA from a FreeBSD port, try:
  "/usr/local/lib/python2.2/site-packages".
> /usr/local/lib/python2.3/site-packages

Where did you install tmda-cgi?
This is typically the CWD.
> /root/tmda-cgi-0.11/

Would you like to override the default config file location?
If so, enter a "formula" to specify where to look for the config file.
This formula is just a path, but it can include the character "~".
This character will be replaced by the user's name during execution.
To use the default config file location, enter "None".
> None

How should I authentication user logins? [file, program, remote, default]
"file" lets you specify a password file.
"program" lets you specify the path to a program such as checkpassword
"remote" lets you specify a protocol such as imap or pop3
"default" is similar to file, except it looks for password files in the
default
locations.
> program

What is the authentication command? (full path and args)
 * For more details, see "config --help" option -p *
> /usr/local/vpopmail/bin/vchkpw

What is the relative or absolute web path from CGI to display directory?
This is discussed in the documentation at:
  http://tmda.sourceforge.net/tmda-cgi/compile.html#Display
> /display

What mode should the CGI run in? [system-wide, single-user, no-su]
> system-wide

Which virtual user stub and parameters should I use for locating virtual
users?
If your system does not have any virtual users, enter "None".
> vpopmail1 /usr/local/vpopmail/bin/vuserinfo ~

What real user name should I use when a virtual user logs in?
> vpopmail

Where should I save temporary session files?
Please enter a path and file prefix.
> /tmp/TMDASession.

How long (in seconds) may a temporary session file be allowed to sit
before it risks being cleaned up?
> 300

What are the odds of cleanup I should use? (0.01 = 1%)
> 0.01

Thank you for taking the time to help.  If you were looking for a different
answer please let me know, I would love to get this working.

Brian

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Jason R. Mastaler
Sent: Friday, November 14, 2003 7:24 PM
To: [EMAIL PROTECTED]
Subject: Re: ImportError - tmda-cgi FreeBSD Vpopmail..


Brian <[EMAIL PROTECTED]> writes:

>  /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',)

Exactly what installation procedure did you use to install TMDA
and tmda-cgi?  Is there an Errors.py file in
/usr/local/lib/python2.3/site-packages/TMDA/ ?
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users


_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to