well... let's go

.qmail-default cointains:

| preline maildrop mailfilter

so.. it will execute mailfilter..

here is mailfilter file:

####################################################
VPOP="| /home/vpopmail/bin/vdelivermail '' delete"

... after some useless lines of the script.... 


        exception {
                to "$VPOP"
        }
}
####################################################


PS: if I don't have .qmail file the message goes to my Maildir without problem



thanks



Em Monday 11 August 2003 13:40, Tom Collins escreveu:
On Monday, August 11, 2003, at 06:52  AM, Flavio Caetano wrote:
> if I create a .qmail file under /home/vpopmail/domains/teste.com/teste
> that
> cointains "&[EMAIL PROTECTED]" this redir doesn't work

What does /home/vpopmail/domains/teste.com/.qmail-default look like?

Is [EMAIL PROTECTED] a real user account, with a password?

The way delivery works, qmail-local finds
domains/teste.com/.qmail-teste and handles delivery.  Without
.qmail-teste, it goes to .qmail-default which should contain
vdelivermail.  vdelivermail checks for a user account, and if one
exists, delivers the email to it (processing its .qmail file if
necessary).

--
Tom Collins
[EMAIL PROTECTED]
http://sniffter.com/ - info on the Sniffter hand-held Network Tester



Reply via email to