Re: LD_PRELOAD + Postfix problems

2008-07-28 Thread Wietse Venema
[EMAIL PROTECTED]: > > > - 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? That would be a sec

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 Wietse Venema
[EMAIL PROTECTED]: > > [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 argume

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 Wietse Venema
[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 new_avail;

Re: LD_PRELOAD + Postfix problems

2008-07-27 Thread Wietse Venema
[EMAIL PROTECTED]: > > [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 > >>

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 Wietse Venema
[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 library, I

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 Wietse Venema
[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

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 Wietse Venema
[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

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

Re: LD_PRELOAD + Postfix problems

2008-07-27 Thread Wietse Venema
http://www.postfix.org/postconf.5.html#import_environment http://www.postfix.org/postconf.5.html#export_environment Wietse

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