Glenn Bajana wrote:
...
>I've ``set hostname=curly''. This only appears in the Mutt message-ids,
>i.e., local mail I compose for tests shows in vi as glenn@curly, but
>when received it appears as [EMAIL PROTECTED] Local emails
>(in Mail as well as Mutt) show localhost.localdomain in the message-ids.
...
Hi,
I think you need to setup masquerading for sendmail as previously
suggested but if you want the headers to show glenn@curly and
curly.localdomain instead of [EMAIL PROTECTED] and
localhost.localdomain you could try putting this in /etc/HOSTNAME:
curly.localdomain
and in /etc/hosts put:
127.0.0.1 localhost
127.0.0.2 curly.localdomain curly
Hope this helps.
Michael