i want to make all incoming email for testing.com to only one local user 
that have procmail script (in this case, i used user "myname"). i have create :

/var/qmail/control/virtualdomains :
testing.com:myname
mail.testing.com:myname

/var/qmail/control/rcpthosts and /var/qmail/control/locals :
localhost.testing.com
mail.testing.com
testing.com

/var/qmail/rc :
#!/bin/sh
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start '|dot-forward .forward
|preline procmail'

and i have a .procmailrc in /home/myname directory :
:0
/home/myname/testing.txt

1. If i run TEST.deliver and send to [EMAIL PROTECTED] or [EMAIL PROTECTED], 
qmail gave me a "Sorry_no_mailbox..." result, why?
and the testing.txt show that there is no user with xyz or abc name in this 
domain (testing.com).
2. Should I use .qmail in /home/myname?
3. Is there any documentations or mail archives about this?

Reply via email to