How do I change the sender name in Linux?
How do I change the sender name in Linux? Make sure this is set in /etc/postfix/main.cf: smtp_generic_maps = hash:/etc/postfix/generic. echo 'www-data [email protected]' >> /etc/postfix/generic. sudo postmap /etc/postfix/generic. sudo service postfix restart. How do I CC an email in Linux? Sending a simple mail Enter the CC address and press enter or press enter without anything to skip. From the next line type in your message. Pressing enter would create a new line in the message. Once you are done entering the message, press . How do I change sender name in Sendmail? Re: Change sender name using sendmail You can...