I am using the sender_canonical_maps setting in main.cf to rewrite the email address of all outgoing emails to the same address (I'm using Amazon's SES transaction email delivery service and they require the use of verified sender addresses).
This works, but I can't figure out a way to add a display name to the From header: eg:
From: Some Name <no-reply@example.com>
Is there a way to do this?