On 2013-05-29 at 19:02 +0200, andreas graeper wrote:
> hi,
Hoi,
> i move to a new server and wanted to reuse my exim4.conf but some things
> does not work as expected:
>
> when local_transport i see in sender
> Me <sysuser@local_domain> # here Me should be sysuser or
> full name
>
> when remote_transport i see
> sysuser <full.name@official_domain> # hier sysuser should be full name
You're going to need to provide mode details about:
* a sample message
* how it's submitted
* your configuration
The gecos_name option is used for the Sender: and From: headers when a
message is submitted via the Sendmail-style "invoke a program to send
email" interface and is not used for SMTP submission.
So if you're sending to the new server via SMTP (even localhost:587 or
localhost:25) then gecos_name won't have any effect.
The impact on remote_transport, where you're changing full.name inside
the email address too, suggests to me that this is a "rewrite" found
after "begin rewrites", not something impacted by the gecos_name option.
Regards,
-Phil