> [EMAIL PROTECTED]:
>> Thank you. I try that some days ago but it didn't work.
>
> It works only if you understand its limitations.
>
> The import_environment feature executes AFTER the run-time linker
> completes execution. Therefore, import_environment cannot affect
> the run-time linker performance for the process itself.
>
> Import_environment can, however, affect the run-time linker
> performance of CHILD processes.
>
>       Wietse
>
>> I'll retry it!
>>
>> Antonio G. Artime
>>
>>
>>
>
>

Ok, so... I've added these lines on my 'main.cf':

import_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY
DISPLAY LANG=C LD_PRELOAD=/home/antonio/libpostfixMOD.so

export_environment = TZ MAIL_CONFIG LANG
LD_PRELOAD=/home/antonio/libpostfixMOD.so

, postfix reload; and postfix stills working as always.

I'm a student and I'm a little confused... So, if I want this modified
function working; should I do a fork() ???? Sorry. There isn't another
way?

Thank you again!

Antonio G. Artime

Reply via email to