I know this isn't a help forum for this kind of problem, but i've looked everywhere for the past 5 hours trying to find a solution to this, and nothing seems to work. Hopefully someone will have run into this problem before and come up with a solution
I've got a debian server and i would like to have it serve my mail as well. I set up postfix and everything works dandy when i send mail to any account in the database, but when i want to send anything to a random email (podcast@stackoverflow for example) it throws the error
450 4.1.1 <[email protected]>: Recipient address rejected: User unknown in local recipient table
I've tried to edit the /etc/postfix/main.cf file to change smtpdrecipientsrestrictions so that it does not include rejectunauthdestination. however, with this removed, postfix stops listening on port 25 and sending mail at all becomes impossible. Any ideas to get this working?