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/

maillog:

Oct 28 17:04:01 mailserver postfix/master[27050]: reload -- version 2.8.5, configuration /etc/postfix Oct 28 17:04:21 mailserver postfix/smtpd[4476]: connect from mout.perfora.net[74.208.4.195] 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> 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> Oct 28 17:04:21 mailserver postfix/smtpd[4476]: disconnect from mout.perfora.net[74.208.4.195]

Reply via email to