Ok - Try with the latest tweak. I think I used a length parameter that 
was not in Linux.

-Jon

Jorge Bastos wrote:
> Jon,
> I'm not able to compile it, check:
>
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_LARGEFILE64_SOURCE
> -D_FILE_OFFSET_BITS=64 -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/zdb -W -Wall -Wpointer-arith
> -Wstrict-prototypes -MT libdbmail_la-dm_dsn.lo -MD -MP -MF
> ..deps/libdbmail_la-dm_dsn.Tpo -c dm_dsn.c  -fPIC -DPIC -o
> ..libs/libdbmail_la-dm_dsn.o
> if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
> -I.. -I..    -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gmime-2.0
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/zdb -W
> -Wall -Wpointer-arith -Wstrict-prototypes -MT libdbmail_la-server.lo -MD -MP
> -MF ".deps/libdbmail_la-server.Tpo" -c -o libdbmail_la-server.lo `test -f
> 'server.c' || echo './'`server.c; \
>         then mv -f ".deps/libdbmail_la-server.Tpo"
> ".deps/libdbmail_la-server.Plo"; else rm -f ".deps/libdbmail_la-server.Tpo";
> exit 1; fi
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_LARGEFILE64_SOURCE
> -D_FILE_OFFSET_BITS=64 -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/zdb -W -Wall -Wpointer-arith
> -Wstrict-prototypes -MT libdbmail_la-server.lo -MD -MP -MF
> ..deps/libdbmail_la-server.Tpo -c server.c  -fPIC -DPIC -o
> ..libs/libdbmail_la-server.o
> server.c: In function âcreate_inet_socketâ:
> server.c:370: error: âstruct sockaddrâ has no member named âsa_lenâ
> make[3]: *** [libdbmail_la-server.lo] Error 1
> make[3]: Leaving directory `/usr/local/src/postfix/git/jon/dbmail/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/local/src/postfix/git/jon/dbmail/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/postfix/git/jon/dbmail'
> make: *** [all] Error 2
> lira:/usr/local/src/postfix/git/jon/dbmail#
>
>
>
>   
>> -----Original Message-----
>> From: dbmail-dev-boun...@dbmail.org [mailto:dbmail-dev-
>> boun...@dbmail.org] On Behalf Of Jonathan Feally
>> Sent: quarta-feira, 16 de Setembro de 2009 2:38
>> To: DBMAIL Developers Mailinglist
>> Subject: Re: [Dbmail-dev] IMAP Fails to start on GIT HEAD
>>
>> Your multiple IP's could be handled better with my testing branch. It
>> all depends on what you are putting in bindip.
>>
>> My patch make no attempt to detect that we are already listening on an
>> IP:port pair, so some adjustment may be needed on bindip in some cases.
>>
>> I was able to test a simple
>> bindip = servername
>>
>> where servername was defined in /etc/hosts
>> 192.168.0.1   servername
>> 192.168.1.1   servername
>> public.x.y.z   servername
>>
>> It successfully created 3 sockets for plain, and 3 sockets for ssl. It
>> should tell you what host:port it created the socket on.
>>
>> Best bet for bindip - I updated the sample dbmail.conf to have these
>> bindip = 0.0.0.0 # IPv4 only - all IP's
>> bindip = :: #IPv6 only - all IP's
>> bindip = 0.0.0.0,:: #IPv4 and IPv6 - all IP's
>>
>> --
>> Scanned for viruses and dangerous content by MailScanner
>>
>> _______________________________________________
>> Dbmail-dev mailing list
>> Dbmail-dev@dbmail.org
>> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev
>>     
>
> _______________________________________________
> Dbmail-dev mailing list
> Dbmail-dev@dbmail.org
> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev
>
>   


-- 
Scanned for viruses and dangerous content by MailScanner

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to