On 2011-10-28 23:29, sean darcy wrote:

grep virtual_m main.cf | grep -v \#
virtual_mailbox_base = /home/vmail
virtual_mailbox_maps = hash:/etc/postfix/vmailbox

cat /etc/postfix/vmailbox
# these are relative to /home/vmail
# the slashes at the end of the path mean Maildir format, not Mailbox!
test1@<mydomain> <mydomain>/test1/
@<mydomain> <mydomain>/catchall/


Welcome to the postfix mailing list.
Please follow the instructions you received when subscribing to this list on how to ask for help: http://www.postfix.org/DEBUG_README.html#mail In particular, including the output of postconf -n is /required/ for useful help. As you will see, not including it means you have omitted crucial informaiton, making it impossible to help you.

Oct 28 17:04:21 mailserver postfix/smtpd[4476]: NOQUEUE: reject: RCPT from mout.perfora.net[74.208.4.195]: 550 5.1.1 <test1@mydomain>: Recipient address rejected: User unknown in local recipient table; from=<jbea...@newharbor.com> to=<te...@chloegavin.com> proto=ESMTP helo=<mout.perfora.net>

Postfix rejects an unknown local user.

Oct 28 17:04:21 mailserver postfix/smtpd[4476]: NOQUEUE: reject: RCPT from mout.perfora.net[74.208.4.195]: 550 5.1.1 <anyb...@chloegavin.com>: Recipient address rejected: User unknown in local recipient table; from=<jbea...@newharbor.com> to=<anyb...@chloegavin.com> proto=ESMTP helo=<mout.perfora.net>

Postfix rejects an unknown local user.

What is the question ?

--
J.

Reply via email to