> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Tim Legant
> Sent: Wednesday, August 28, 2002 3:52 PM
> To: [EMAIL PROTECTED]
> Subject: Re: bare=append not working
>
>
> "Ben Lists" <[EMAIL PROTECTED]> writes:
>
> > I seem to have everything working (auto-whitelisting, etc), but my
> > bare=append will not work.  I am running qmail with VMailMgr and
> > TMDA 0.56.
>
> How are you sending mail?  That is, from what MUA and from the same
> machine running TMDA or a different one?  If from a different one, are
> you sending through tmda-ofmipd or through the qmail-smtpd server?

All from the same machine: qmail, VMailMgr, and TMDA 0.56.  qmail is the MTA
and Outlook is the MUA.  No, i'm not using tmda-ofmipd, and from what i've
read, there is a way to do bare=append without it--i'd like to (do without
it) if i could.

> Can you send an email to an address under your control and check if
> the X-Delivery-Agent header field has been added?  If not, the mail is
> not being processed by tmda-sendmail.

No X-Delivery-Agent header...these are the only X headers...

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

I have a feeling it has something to do with VMailMgr's virtual users (most
of the users do not have shell accounts, etc).

ben.

> > 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 "if not vars()....." stuff is not necessary.  Simply set the
> variable.  The above section of you config file would then look like
> this.
>
> # CONFIRM_APPEND
> CONFIRM_APPEND = "/home/click/.tmda/confirmed"
>
> # ACTION_OUTGOING
> # Default is dated
> ACTION_OUTGOING = "bare=append"
>
> # BARE_APPEND
> # No default
> BARE_APPEND = "/home/click/.tmda/confirmed"
>
>
> I don't believe this is related to your problem, but it will make your
> config easier to maintain.
>
>
> Tim
> _____________________________________________
> tmda-users mailing list ([EMAIL PROTECTED])
> http://tmda.net/lists/listinfo/tmda-users
>

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

Reply via email to