On Mon, 29 Dec 2003, Jason R. Mastaler wrote: > Steve Keith <[EMAIL PROTECTED]> writes: > > > The above configuration results in no errors reported in tmda.debug, > > and entries in tmda.in appear to be processing the filters > > correctly. Senders not identified as acceptable receive a > > confirmation message. > > > > Two problems: > > > > 1) the message is NEVER delivered. > > Can you clarify what you mean by this?
a whitelisted message is never delivered to the intended recipient. > > 2) replies to the tmda generated address bounces back to the sender. > > Can you post a copy of the bounce message? 550 User unknown. However, I have made some progress. I had missed the example tmdarc file in sample.config. My tmdarc is now: MAIL_TRANSFER_AGENT = "sendmail" RECIPIENT_DELIMITER = "+" DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda" FILTER_INCOMING="/etc/tmda/incoming" CRYPT_KEY_FILE="/etc/tmda/crypt_key" LOGFILE_INCOMING="/var/log/tmda.in" LOGFILE_OUTGOING="/var/log/tmda.out" LOGFILE_DEBUG="/var/log/tmda.debug" This has changed the problem... Now, everything seems to work, though not quite right... Confirmation messages are sent out from "root" with the users e-mail (e.g., [EMAIL PROTECTED]). Confirmation replies are accepted and acknowledged; however, the message intended for steve goes to root, and the whitelist does not appear to be updated since subsequent e-mails from the outside address require another confirmation. Furthermore in /home/steve/.tmda/pending the messages delivered to root are still pending. An important detail may be that ~/.procmailrc-tmda files do not exist. Per the man page: "If no rcfile is found, or processing of the rcfile falls off the end, procmail will store the mail in the default system mail�box." I assumed one is not necessary for each user, but that assumption may be incorrect. Again, I'm trying to use this as a global system rather than user-specifc. I may have munged something up in the process. Thanks, Steve _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
