Hi, I am trying to pipe all emails that don't have an email account setup to a php script
Forwarder Domain Version de php script
*@test.com test.com null /home/test/forward_email.php
so sending an email to an account that doesn't exist should send email details to php script.
However i get this in the logs -
NOQUEUE: reject: RCPT from mail-db8eur06olkn2101.outbound.protection.outlook.com[40.92.51.101]: 550 5.1.1 <***@test.com>: Recipient address rejected: User unknown in virtual mailbox table; from=<test1234@hotmail.com> to=<test222@test.com> proto=ESMTP helo=<EUR06-DB8-obe.outbound.protection.outlook.com>
The account test222 doesn't exist, but i want emails that are sent to accounts that doesn't exist to be parsed via the php script.
Any ideas?
Thanks