On 06-12-2003 at 16:01 EDT, Jim Ramsay <[EMAIL PROTECTED]> wrote:
> I don't know anything about procmail, but it may be a good idea
> to set the following in your .tmda/config:
>
> LOGFILE_DEBUG = os.expand( "~/.tmda/debug.log" )
> It looks at first glance like tmda-filter called
> "/usr/bin/procmail ~/.procmailrc" which called tmda-filter which
> called "/usr/bin/procmail ~/.procmailrc"?
>
> Then the inner-most procmail fails saying "[Errno12] Cannot
> allocate memory"
>
> This makes TMDA fail (it would fail more quietly if you defined
> LOGFILE_DEBUG)
>
> This failure of TMDA fails and so the outer procmail exicts with
> "75 ('imp$
> procmail: Program failure (75) of "/usr/local/bin/tmda-filter")"
>
> This makes TMDA fail again, and maybe it gets into some infinite
> loop? I don't know how you have your procmail setup, but
> something in ~/.procmailrc may be the problem. Maybe post it (or
> its relevant parts) to this list so the procmail people can take
> a look at it. Also set LOGFILE_DEBUG and post its output.
This is my .procmailrc, as instructed on TMDA.NET:
# 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/local/bin/tmda-filter
# Take the exit code from TMDA.
EXITCODE=$?
# TMDA takes care of final delivery
DEFAULT=/dev/null
And this is the line on config pertaining to DELIVERY:
DELIVERY = "|/usr/bin/procmail ~/.procmailrc"
Isn't that the right way? I submitted a ticket to my colo guys, and I want to
receive their replies. As soon as I get something from them I will try
re-enabling TMDA with the LOGFILE_DEBUG. Is there anything wrong on the above?
Very thanks in advance,
--
David Collantes - College of Business Administration, UCF
Please do not forward, Cc or Bcc this email to anyone without my consent.
This email was meant for you and no one else, unless othewise specified.
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users