OBJECTIVE: Add or replace sender's full name
ISSUE: Full Sender's name doesn't exist in field From: .
SOLUTION:
add to /etc/postfix/header_checks file next row:
/^From:.*no-reply@mydomain\.com/ REPLACE From: MyName
shell # postmap /etc/postfix/header_checks
shell # /etc/init.d/postfix restart