10 Nov
2007
10 Nov
'07
7:56 p.m.
On Tue, 2007-11-06 at 17:25 +0530, Abhijit Hoskeri wrote:
This is what I have come up with: (attached) proxy-host.diff Also there at : http://deeproot.in/~abhijit/proxy-host.diff
It works for me, after a little testing. Hope I have done it at the right place.
%s: %s",i_fatal("resolve_maybe: Can't resolve address
host, net_gethosterror(ret));
i_fatal() exits the process. You probably want to use i_error() instead.