we have severals domains, with their corresponding servers hosted on linux (ubuntu).
sendmail lets you send emails, allowing for changing of the envelope. Here a simple example - which works with no extra settings:
sendmail -f bill.gates@microsoft.com -t destination@example.com
is there a way to stop others from using any email adresses registered with our domains?
thanks.