El 14/11/2009, a las 14:55, Wietse Venema escribió:
Please do not top-post. See wikipedia for background information.
Egoitz Aurrekoetxea Aurre:
Hi,
Wietse, what do you want to say with this? any problem for running
some postfix release on freebsd?
Perhaps I have not received the previous mail...
El 14/11/2009, a las 14:17, Wietse Venema escribi?:
Sahil Tandon:
+#if (__FreeBSD_version >= 702104 && __FreeBSD_version <= 800000) \
+ || __FreeBSD_version >= 800100
It was initially reported to me as available with __FreeBSD_version
= 800098.
The above suggests that the feature does not exist with 800000 <
__FreeBSD_version < 800100.
That shows me that I should only use first-hand information. My
build
machine has version 800107, so I'll use that as the minimal
baseline.
Postfix will assume that closefrom() exists on systems with
__FreeBSD_version 800107 and later. With other versions, Postfix
will use its own closefrom(), as it has done until now.
Wietse
I see... ok then..... just a function of closing descriptors bigger
than entered value and till an upper limit. I though perhaps some new
feature of Postfix or so.. that was in development situation.....
thanks! sorry for top posting.