Re: [Dbmail-dev] [DBMail 0000269]: Bind to multiple IP addresses

2006-05-01 Thread Aaron Stone
On Sun, 2006-04-30 at 21:48 +0200, Paul J Stevens wrote: [EMAIL PROTECTED] wrote: -- aaron - 30-Apr-06 20:48 -- The common server config portions

Re: [Dbmail-dev] [DBMail 0000269]: Bind to multiple IP addresses (rev-2096)

2006-05-01 Thread Oleg Lapshin
-- aaron - 30-Apr-06 20:48 -- The common server config portions are now in SVN. The patch implements the config file reading of multiple IP's, binding

Re: [Dbmail-dev] [DBMail 0000269]: Bind to multiple IP addresses (rev-2096)

2006-05-01 Thread Aaron Stone
On Mon, 2006-05-01 at 04:10 +0400, Oleg Lapshin wrote: I change line 405 of server.c: - conf-listenSocket = create_inet_socket(conf); + conf-listenSocket = create_inet_socket(conf-ip,conf-port,conf-backlog); and get no errors. Fixed in SVN, thanks. Aaron