Re: tmda routing issues
"Julie S. Lin" <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.user |
|---|---|
| Message-ID | <[email protected]> |
Hi
according to TMDA installation directions .... and this is also why I
elected "qmail" for the MTA.
"TMDA Server Configuration (Courier only)
Given the similarily of the dot-courier
<http://www.courier-mta.org/dot-courier.html> interface to dot-qmail,
you can simply follow the qmail configuration instructions above,
substituting .courier-foo for .qmail-foo."
the below is my .courier file.
| preline /usr/local/bin/TMDA/tmda-1.1.9/bin/tmda-filter
in the case where the filter allows mail though the below config line
works and dumps mail in the user inbox.
DELIVERY = "|/usr/lib/courier/bin/maildrop"
however, in the case where the message goes pending and is released, the
mail goes to /var/spool/mail
for some reason and the TMDA config is NOT read.
Stephen Warren wrote:
> Julie S. Lin wrote:
>
>> Hi All,
>>
>> I'm running Courier 0.57.1 & TMDA 1.1.9. I am also behind a pix
>> firewall.
>>
>> My current problem is that released mail goes to /var/spool/mail and
>> NOT into my mailbox via maildrop. However, if an address is in my
>> whitelist, maildrop does pick it up properly
>> and it goes into my inbox as it's supposed to.
>>
>> can anyone take a look at see what I'm going wrong?
>
>
> I would guess your .qmail file is setup incorrectly - it probably
> specifies /var/spool/mail delivery instead of maildrop/maildir delivery.
>
> Oh, except you say you're using Courier. Then, why did you set this:
>
> MAIL_TRANSFER_AGENT = "qmail"