I created a user account in postfix in the form: editor@example.org.

When I receive emails from that account, in gmail, for example, the senders name is "editor", but I want to show something like "Editor Surname".

Any idea of how to it? Thanks in advance!

link|improve this question

74% accept rate
feedback

2 Answers

up vote 1 down vote accepted

I agree that the best way is to configure your account details in your own mail client.

However, if this is a local unix account you're talking about you can use chfn(1) to change the real name of a user with something like:

chfn -f "Editor Surname" editor

or by editing directly the /etc/passwd file (both require superuser access).

link|improve this answer
feedback

You should set it in the mail-client in your account configuration.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.