I *finally* got TMDA working with Postfix and virtual domains. The missing ingredient was this line in the Postfix config:
mailbox_command = /usr/bin/procmail -a "$EXTENSION"
This should be added to the documentation.
Anyways, here's the last snag (for now): TMDA's messages are generated as the username @ machine hostname, instead of the desired domain name. I thought I had overridden these in the config, but apparently not. Here is an example confirmation message, which shows the different names. Note that "web2.nlenet.net" is the machine name, and "nleaudio.com" is the desired domain name.
Date: Fri, 06 Jun 2003 01:12:31 -0400 (EDT) From: The Test <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]
Subject: Confirmation accepted All headers
All attachments
This message was created automatically by mail delivery software (TMDA).
Your confirmation was accepted, and so your original message has been delivered.
From: "Bob [EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Please confirm your message Date: Fri, 6 Jun 2003 01:12:31 -0400
---------- Original Message ----------- From: The Test <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Fri, 06 Jun 2003 01:11:32 -0400 (EDT) Subject: Please confirm your message
------- End of Original Message -------This message was created automatically by mail delivery software (TMDA).
Your message attached below is being held because the address <[EMAIL PROTECTED]> has not been verified.
To release your message for delivery, please send an empty message to the following address, or use your mailer's "Reply" feature.
[EMAIL PROTECTED]
This confirmation verifies that your message is legitimate and not junk-mail. You should only have to confirm your address once.
If you do not respond to this confirmation request within 14 days, your message will not be delivered.
Here is my .tmdarc:
import os # email parts HOSTNAME = "nleaudio.com" FULLNAME = "The Test" CONFIRM_ADDRESS = "[EMAIL PROTECTED]" # automatically append to this file once confirmed CONFIRM_APPEND = "/home/nleaudio/test/.tmda/lists/whitelist" PENDING_RELEASE_APPEND = "/home/nleaudio/test/.tmda/lists/whitelist" PENDING_WHITELIST_APPEND = "/home/nleaudio/test/.tmda/lists/whitelist"
Ideas?
Bob
_____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
