Hello, I'm trying to configure JAMES to send all inbound emails to my custom mailet. These email addresses will be random..
ex. [email protected] [email protected] ... But I'm get this... "Rejected message. Unknown user: [email protected]" Below is my config james-cli.sh --host 127.0.0.1 adddomain example.com james-cli.sh --host 127.0.0.1 adduser [email protected] somepassword mailetcontainer.xml ... <processors> <processor state="root" enableJmx="true"> <mailet match="All" class="MyCatchAllMailet" /> ... Tried this but didnt have much success. [1] http://wiki.apache.org/james/ConfigureJamesAsCatchAll
