|
Prev: headers appearing in email<49e0ebbf-57c6-42e7-a412-76195c09f44b@u69g2000hse.googlegroups.com>
Next: send-mail: invalid option -- i postfix setup problem or other?
From: uncle on 21 Mar 2008 01:56 I am sending mail via postfix, when I receive the mail, the from header looks like this: From: andrew(a)somewhere.com (me) I really want the (me) to be (andrew). It is picking up the (me) from the currently logged in user on the ubuntu system, which is username=me. my main.cf contains this line: smtp_generic_maps = hash:/etc/postfix/generic and my /etc/postfix/generic contains these lines: me(a)ubuntu.localdomain andrew(a)somewhere.com @ubuntu.localdomain andrew(a)somewhere.com Any ideas how get the (me) to be (andrew). Must be a config line somewhere !!! |