Re: [Exim] X-Source headers

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Peter Bowyer
日付:  
To: exim-users
題目: Re: [Exim] X-Source headers
Peter Richards <jehoshua77@???> wrote:
> Hi,
>
> Is it possible to have the "uid/gid" in these type of
> headers ?
>
> For example, instead of:
>
> X-Source-Dir: /home/username/public_html
>
> have this ..........
>
> X-Source-Dir: /home/"uid/gid"/public_html


Did you discover where the headers are being added? They're not a standard
feature of Exim, and you'd probably know if you'd fiddled with your Exim
config to put them in.

You mentioned Horde and PHPMail in an earlier post - one of those is
probably putting them there, in which case, that's where to look in order to
change them. They look like they're relevant to some kind of web submission
agent, and that they refer to a directory structure in your web server
config - they don't mean anything in Exim-land.

Peter