Re: postfix+maildrop+tmda virutal users not working.
Flemming Bjerke <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.user |
|---|---|
| Message-ID | <[email protected]> |
Sorry, I missed your conf. Are you absolutely sure that these if-statements
work as expected?
> if ( !/^Received-SPF: pass/ )
> {
> if ( $TMDA eq "Y" )
> {
> to "| /usr/bin/tmda-filter -S /usr/bin/vpopmail-vdir.sh"
> }
> }
Send a mail and check the maildroplog (and perhaps also the mail.log) when the
mail arrives.
What happens if you remove the if-statements?
Flemming