Bounce messages using smtp

I use an smtp server to send emails.
I used to get bounce messages in my email, but not anymore. Is it possible to also receive bounce messages in the mailbox in smtp transmission?

Typically you would want the bounce messages to show up in it’s own mailbox. for instance, the from: address would be Jim@example.com, and the ‘envelope’ address (set in the config.php file) would be ‘bounces@example.com’.
Then you configure phpList to check the bounces mailbox, and process them accordingly.