Hello our there,

Well, after enjoying using a basic install of tmda(with your help), I tried
 to move on to vpopmail with tmda. I have tried the directions at
http://tmda.sourceforge.net/tmda-vdomains.html, but like the modularity of
what I found from the archives
(http://mla.libertine.org/tmda-users/200111/msg00039.html).  But I am having
an issue with the crypt_key, tmda can't find it. Here is what I have:

*** ran vpopmail command ****
su -l vpopmail -c '/usr/local/tmda/bin/tmda-ofmipd -S
/usr/local/tmda/contrib/vpopmail-vdir.sh'

# ps -ef|grep vpop
vpopmail 26244     1  0 16:16 pts/3    00:00:00 python
/usr/local/tmda/bin/tmda-
root     26278 23934  0 16:20 pts/3    00:00:00 grep vpop

*** sent test email from yahoo ***
# tail -f /var/log/qmail/current
@400000003e4eb5613a45a404 new msg 65336
@400000003e4eb5613a45c72c info msg 65336: bytes 679 from <[EMAIL PROTECTED]>
 qp 26553 uid 506
@400000003e4eb5613b31e094 starting delivery 61: msg 65336 to local
[EMAIL PROTECTED]
@400000003e4eb5613b31ec4c status: local 1/10 remote 0/20
@400000003e4eb5620a43b174 delivery 61: deferral:
See_/home/vpopmail/domains/djshouse.com/dj/.tmda/logs/debug_for_traceback/
@400000003e4eb5620a43e054 status: local 0/10 remote 0/20

*** It should look for key in
/home/vpopmail/domains/djshouse.com/dj/.tmda/crypt_key ***

Uncaught Python 2.2.2 Exception (Sat Feb 15 16:49:07 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 118, in ?
    from TMDA import Defaults
  File "./TMDA/Defaults.py", line 1418, in ?
ConfigError: Can't find key file:
/home/vpopmail/domains/djshouse.com/.tmda/crypt_key

*** I tried two diff ways to find key ***

#> cat .tmdarc-dj# -*- python -*-
# NOTE: This file must be mode 600 or 400.
import os
CRYPT_KEY = "<MY_KEY>"
FULLNAME = "dj"
HOSTNAME = "djshouse.com"
USERNAME = "dj"
# Logging will be done a file in the form:
import time
localtime = time.localtime(time.time())
YYYYmm = time.strftime('%Y-%m',localtime)
LOGFILE = os.path.expanduser("~/dj/.tmda/log/dj-tmdalog." + YYYYmm)
LOGFILE_DEBUG = os.path.expanduser("~/dj/.tmda/logs/debug")
TIMEOUT = "7d"
SENDER_TEMPLATE_VARS = 1
CONFIRM_ACCEPT_TEMPLATE =
"/home/vpopmail/domains/djshouse.com/dj/.tmda/templates/confirm_accept.txt"
CONFIRM_REQUEST_TEMPLATE =
"/home/vpopmail/domains/djshouse.com/dj/.tmda/templates/confirm_request.txt"
WHITELIST = "/home/vpopmail/domains/djshouse.com/dj/.tmda/lists/whitelist"
BLACKLIST = "/home/vpopmail/domains/djshouse.com/dj/.tmda/lists/blacklist"

# pwd
/home/vpopmail/domains/djshouse.com

# ls -aFl|grep dj
drwx------    4 vpopmail vchkpw       4096 Feb 15 16:17 dj/
-rw-r--r--    1 vpopmail vchkpw        104 Feb 15 16:07 .qmail-dj
-rw-r--r--    1 vpopmail vchkpw        103 Feb 15 16:07 .qmail-dj-dated
lrwxrwxrwx    1 vpopmail vchkpw         15 Feb 15 16:10
.qmail-dj-dated-default@ -> .qmail-dj-dated
lrwxrwxrwx    1 vpopmail vchkpw         15 Feb 15 16:09 .qmail-dj-default@ ->
.qmail-dj-dated
lrwxrwxrwx    1 vpopmail vchkpw         15 Feb 15 16:09 .qmail-dj-sender@  ->
.qmail-dj-dated
-rw-------    1 vpopmail vchkpw        787 Feb 15 16:05 .tmdarc-dj

# cat .qmail-dj

|preline /usr/local/tmda/bin/tmda-filter -c .tmdarc-dj

/home/vpopmail/domains/djshouse.com/dj/Maildir/

# cat .qmail-dj-dated

|preline /usr/local/tmda/bin/tmda-filter -c .tmdarc-dj

/home/vpopmail/domains/djshouse.com/dj/Maildir/

I sure its some minor  "." or "/" I forgot. I HOPE :-)

thanks for taking a look and pls let me know if I forgot some info.
dj

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

Reply via email to