Hi!

I'm trying to send email from the command line on my server using sendmail. The problem seems to be that my email address is in the form of <my-username>@<my-domain>. If i run sendmail -bv for this address, sendmail says that should be delivered locally. In fact, it wants to deliver any email to my domain to the local server on which I'm running sendmail. How can I change this so that I can have it sent to my real address instead?