Re: LD_PRELOAD + Postfix problems

2008-07-28 Thread infaga03
> - Understand that Postfix refuses [EMAIL PROTECTED]:port as an email > destination. > > Wietse > Ok Wietse, thanks for the info... Do you know if there's any GPL mail server accepting [EMAIL PROTECTED]:port as an email destination? Thanks Antonio

Re: LD_PRELOAD + Postfix problems

2008-07-27 Thread infaga03
> [EMAIL PROTECTED]: >> voidrecipient_list_add(RECIPIENT_LIST *list, long offset, >> const char *dsn_orcpt, int dsn_notify, >> const char *orig_rcpt, const char *rcpt) > > You can't change the rcpt argument. > >> { >> int n

Re: LD_PRELOAD + Postfix problems

2008-07-27 Thread infaga03
>> [EMAIL PROTECTED]: >>> > [EMAIL PROTECTED]: >>> >> , postfix reload; and postfix stills working as always. >>> > >>> > Show actual evidence of behavior that does not change, and show >>> > actual evidence based on which it should have changed. >>> > >>> > Wietse >>> > >>> >>> It's easy. On my

Re: LD_PRELOAD + Postfix problems

2008-07-27 Thread infaga03
> [EMAIL PROTECTED]: >> > [EMAIL PROTECTED]: >> >> , postfix reload; and postfix stills working as always. >> > >> > Show actual evidence of behavior that does not change, and show >> > actual evidence based on which it should have changed. >> > >> >Wietse >> > >> >> It's easy. On my modified l

Re: LD_PRELOAD + Postfix problems

2008-07-27 Thread infaga03
> [EMAIL PROTECTED]: >> , postfix reload; and postfix stills working as always. > > Show actual evidence of behavior that does not change, and show > actual evidence based on which it should have changed. > > Wietse > It's easy. On my modified library, I modify recipient_list_add(...) functi

Re: LD_PRELOAD + Postfix problems

2008-07-27 Thread infaga03
> [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 perform

Re: LD_PRELOAD + Postfix problems

2008-07-27 Thread infaga03
Thank you. I try that some days ago but it didn't work. I'll retry it! Antonio G. Artime

LD_PRELOAD + Postfix problems

2008-07-27 Thread infaga03
Hello everybody: I'm trying to modify some functions on postfix source and then preload them by using LD_PRELOAD. To get it work, I've modified /etc/postfix/postfix-script as follows: [...] overlay) export LD_LIBRARY_PATH=./:/usr/local/lib/:$LD_LIBRARY_PATH export LD_PRELOAD=/home/antoni