I trying to install tmda1.0.3 on a linux box.> ...
Now when I try the command tmda-pending, or any other command, I got the following error message:> ...
[EMAIL PROTECTED]:~$ <mailto:[EMAIL PROTECTED]:~$> tmda-pending
Traceback (most recent call last):
File "/home/xlink123/.tmda/config", line 19
DELIVERY = "/var/mail/xlink123
Where did I go wrong, please can anybody help me..
It looks like you missed a " from the end of the line. Change it to:
DELIVERY = "/var/mail/xlink123"
Failing that, I'm assuming you're using mailbox delivery. Make sure the file exists prior to running TMDA. If it's maildir delivery you want, add a trailing / to the DELIVERY value.
-- Stephen Warren, Software Engineer, NVIDIA, Fort Collins, CO [EMAIL PROTECTED] http://www.wwwdotorg.org/pgp.html
signature.asc
Description: OpenPGP digital signature
_____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
