Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.
Have you checked the system mail log (usually /var/log/mail) to see if mail generated from your app generates any entries there? Typically even successful mails will generate something, so if you’re seeing nothing at all there, you might start to wonder whether your app is talking to your mail server at all. Try opening an SSH session and running ‘tail -f /var/log/mail’, and then try to send a message from your app.
Whether it can send mail from an address is not indicative of whether it can send mail to that same address.
Anyway, regardless, Postfix believes incorrectly that it is the final destination for your domain. You probably just need to convince it otherwise. I suspect you have your domain listed in the mydestination parameter in main.cf. This is probably not what you want.
1 to 12 of 12