Got it working!!!
You zeroed me in on the fact that TMDA was working.
(To me TMDA is still a 'black box.') Can you tell?

I went into postfix
took master.cf and added -v to the local process,
(increase logging verbosity,)
 as you clued me in that local was what received from tmda's agent

Added
BOUNCE_ENV_SENDER = "[EMAIL PROTECTED]"
(munged, I'll tell you off list later, why)

Watched it - and it flew through and worked.
(after fixing ~/.tmda from ~.tmda in config's as you recommended.)

Looked at postfix's main.cf and found
>         reject_non_fqdn_sender,

Left over from a different AntiSpam technique.
<> surely qualifies as non_fqdn_sender to me.
(Funny thing is Postfix never bounced these to postmaster(me) and
fussed??? - Still under investigation there.)

Thanks for your help.
What do you recommend to get a feel for this, before trying to go 'live'
with this thing
in a few weeks? (I have read the FAQ, and surfed through the mail archives.)

I guess a few more dummy users and changing variables?

Instead of going for one indidivdual config per user
I went for a global /etc/tmadrc so I could fight just one fire at a time.
I think I'll use that for sensible defaults.

Current config is:
MAIL_TRANSFER_AGENT = "postfix"
DELIVERY = "~/.mail"
RECIPIENT_DELIMITER = "+"
SENDMAIL = "/usr/sbin/sendmail"
BOUNCE_ENV_SENDER = "[EMAIL PROTECTED]"

CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")
LOGFILE_DEBUG = os.path.expanduser("~/.tmda/logs/debug")
LOGFILE_INCOMING = os.path.expanduser("~/.tmda/logs/incoming")
LOGFILE_OUTGOING = os.path.expanduser("~/.tmda/logs/outgoing")

Any other .02 cents recommendations for rookies are appreciatted.

As are the time, support, and encouragement you gave me.

Looks like the config file was blown by
~.tmda when it needed to be
~/.tmda
AND
Postfix didnt care for <> as an envelope sender

THANKS AGAIN
-A


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

Reply via email to