Hi Viktor,
On Sat, Apr 6, 2013, at 10:58 AM, Viktor Dukhovni wrote:
> You can either create a "postdrop" group, or with the patch re-use the
> existing "maildrop" group, which makes it easier to transition between
> the system and your custom Postfix, since file permissions will be the
> same. I recommend the latter:
>
> CCARGS='... -DDEF_SGID_GROUP=\"maildrop\"'
works great!
patch -p1 < /usr/local/src/postfix.patch
make tidy
export CCARGS=' ... -DDEF_SGID_GROUP=\"maildrop\"'
make -f Makefile.init makefiles
make
then wrapping it all up with a 'non-interactive' `make upgrade`
checkinstall -R --fstrans=no --nodoc --pkgname="postfix-local"
--pkgversion="2.10.0" make upgrade
rpm -qlp postfix-local-2.10.0-1.x86_64.rpm
looks exactly like I compile-time configured it:
http://pastebin.com/XJBa5QJn
Will your patch be added to main source tree at any time, or is it
something I'll need to tweak/modify & apply when I upgrade?
thanks!