Hello,

I'm installing TMDA on a RH 7.2 host running sendmail with procmail as the
local mailer. (Virtual domains no longer exist on this host)  Between the
101 degree temp and my boss interupting me to show his wife how to use
dreamweaver for her personal rock band website I must have missed something
blatantly obvious during the install.

Right now I am only installing TDMA on my account, in my home dir
/cove/users/hank I have a .procmailrc

-rw-r--r-- 1 hank hank 440 Jan 14 10:23 .procmailrc

When I receive a message the following entry in recorded in /var/log/mailog:
Jan 14 11:43:15 covehost procmail[19112]: Suspicious rcfile
"/cove/users/hank/.procmailrc


Nothing gets recorded in ~/.tmda/logs/debug and the message is delivered to
may mailbox.

I'm embarassed to say I have even read vashman's TMDA for Newbies and I'm
still at a loss.  If anyone could point the err of my ways I'd be grateful.
In the mean time I'm going off to grab some more NyQuil and soup.



Thanks in advance.

Hank Grimmick

----------------------------------------------------------------------------
------------------
Contents of .procmailrc

----------------------------------------------------------------------------
--------------------
# Uncomment this for users without valid shells.
# SHELL=/bin/sh
# Set the necessary environment variables.
EXTENSION="$1"
:0
* EXTENSION ?? .
{
DELIMITER="+"
}
RECIPIENT="[EMAIL PROTECTED]"
SENDER=`formail -x Return-Path | sed 's/[<>]//g;s/^[ ]*//'`
# Run the message through tmda-filter.
:0 w
| /usr/bin/tmda-filter
# Take the exit code from TMDA.
EXITCODE=$?
# TMDA takes care of final delivery
DEFAULT=/dev/null

----------------------------------------------------------------------------
------------
Contents of ~/.tmda/config

----------------------------------------------------------------------------
------------
MAIL_TRANSFER_AGENT = "sendmail"
#RECIPIENT_DELIMITER = "-"
RECIPIENT_DELIMITER = "+"
#DELIVERY = "~/Maildir/"
#DELIVERY = "~/Mailbox"
DELIVERY = "/var/spool/mail/hank"
#DELIVERY = "|/usr/bin/maildrop"
#DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda"
#DELIVERY = [EMAIL PROTECTED]
LOGFILE_DEBUG = "~/.tmda/logs/debug"
LOGFILE_INCOMING = "~/.tmda/logs/incoming"
LOGFILE_OUTGOING = "~/.tmda/logs/outgoing"




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

Reply via email to