Postings by Sahil Tandon
I noticed that 2.7 now defines HAS_CLOSEFROM for FreeBSD 8.0. However,
because the closefrom() system call was "merged" into RELENG_7, Postfix
fails to compile for anyone running FreeBSD 7-STABLE. I appreciate that
Postfix cannot be made to compile on every iteration of all platforms,
but in case you are amenable to a small patch (one we use in the ports
tree), it is below. You can ignore the initial reference to FREEBSD9,
which correlates with a modification of makedefs to support the latest
development branch.
On Oct 12, 2009, at 1:14 AM, Stan Hoeppner < ... at hardwarefreak dot com>
wrote:
That is because the OP is using amavisd-new running on localhost, so
Postfix (presumably because it has so been configured) is passing mail
to amavisd-new on 127.0.0.1. Not so problematic in and of itself.
FYI for FreeBSD users of the latest -CURRENT. I will not be able to test
this until later this week / weekend, but just in case someone else runs into
a similar problem. I know FreeBSD 8 is not "supported" as per the current
makedefs, but there are still some people building on there. :)
At first glance appears to be similar to an issue with Solaris some time ago.
----- Forwarded message from "Max N. Boyarov" < ... at gmail dot com> -----
I apologize if this has already been answered in the docs or at an
earlier time on this list, but just curious: Why are files like the
two mentioned in the Subject: installed in $config_directory if their
contents are already viewable via the man page? Is it in case the man
page is not installed? I would've thought these man page 'clone'
files would be flagged as obsolete in conf/postfix-files. Sorry if
I've made a careless oversight.
Thanks,
I have been asked to replace the MUA Message-ID of SASL senders with a
Postfix-generated ID. The Message-ID of incoming mail which arrives via the
same Postfix instance, but does not originate from a SASL authenticated
sender, should not be touched. The submission service runs on port 587.
This afternoon a user complained about missing email and mentioned that
the sender "is not getting a bounce".