I am still having problems with bare=append NOT automatically adding the
e-mail address to my "confirmed" file.
I am sending mail with a VMailMgr (so most of the users do NOT have shell
accounts), qmail 1.03, and TMDA 0.56.  I am not using tmda-ofmipd--there is
a way to bare=append without it, no?

I do not have a system-wide /etc/tmdarc, but i do have a user-specific
config file with some options set...
------------------------------------------------
# more /home/click/.tmda/config
[SNIP...]
# CONFIRM_APPEND
if not vars().has_key('CONFIRM_APPEND'):
    CONFIRM_APPEND = "/home/click/.tmda/confirmed"
# ACTION_OUTGOING
# Default is dated
if not vars().has_key('ACTION_OUTGOING'):
    ACTION_OUTGOING = "bare=append"
# BARE_APPEND
# No default
if not vars().has_key('BARE_APPEND'):
    BARE_APPEND = "/home/click/.tmda/confirmed"
[END config]
--------------------------------------------------

The headers of the outgoing e-mail show only these X-Delivery-Agent
entries...

X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000


The e-mail sends fine, but it still goes thru the confirmation process.
>From what i've been told, the above means that the mail is not being
processed by tmda-sendmail.  Does the user need to have a shell account?
Could it be an issue with VMailMgr?

ben.

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

Reply via email to