Re: lmtp: panic: mystrdup: null pointer argument

2010-03-22 Thread Stefan Foerster
* Wietse Venema : > Ralf Hildebrandt: > [ Charset UTF-8 unsupported, converting... ] > > * Wietse Venema : > > > > > See DEBUG_README for instructions to attach a non-interactive debugger. > > > > > > The only change in the SMTP client is the smtp_address_preference and > > > lmtp_address_prefere

Re: lmtp: panic: mystrdup: null pointer argument

2010-03-22 Thread Ralf Hildebrandt
* Wietse Venema : > I guess the fix would be: > > *** ./smtp.c- Sat Mar 6 19:49:18 2010 > --- ./smtp.cMon Mar 22 10:14:55 2010 > *** > *** 864,870 > state->request = request; > state->src = request->fp; > state->service = service; > ! state->misc_flag

Re: lmtp: panic: mystrdup: null pointer argument

2010-03-22 Thread Wietse Venema
Ralf Hildebrandt: [ Charset UTF-8 unsupported, converting... ] > * Wietse Venema : > > > See DEBUG_README for instructions to attach a non-interactive debugger. > > > > The only change in the SMTP client is the smtp_address_preference and > > lmtp_address_preference parameters, which were tested

Re: lmtp: panic: mystrdup: null pointer argument

2010-03-22 Thread Stefan Foerster
* Wietse Venema : > Stefan Foerster: > See DEBUG_README for instructions to attach a non-interactive debugger. > > The only change in the SMTP client is the smtp_address_preference and > lmtp_address_preference parameters, which were tested only for SMTP. Unfortunately, even after rebuilding my D

Re: lmtp: panic: mystrdup: null pointer argument

2010-03-22 Thread Ralf Hildebrandt
* Wietse Venema : > See DEBUG_README for instructions to attach a non-interactive debugger. > > The only change in the SMTP client is the smtp_address_preference and > lmtp_address_preference parameters, which were tested only for SMTP. I was able to reproduce that on my installation with Stefan

Re: lmtp: panic: mystrdup: null pointer argument

2010-03-22 Thread Wietse Venema
Stefan Foerster: > This morning, I upgraded from 2.8-20100213 to 2.8-20100306 and enabled > IPv6 I have always used the lmtp(8) client to feed messages to > amavisd-new (well, those that picked up by pickup(8), anyways): > > pickupfifo n - - 60 1 pickup >-o co

Re: lmtp: panic: mystrdup: null pointer argument

2010-03-22 Thread Stefan Foerster
* Stefan Foerster : > This morning, I upgraded from 2.8-20100213 to 2.8-20100306 and enabled > IPv6. I have always used the lmtp(8) client to feed messages to Follow-up to myself: This happens without inet_protocols=ipv4, too. Stefan > amavisd-new (well, those that picked up by pickup(8), anywa