On Mon, Aug 18, 2014 at 07:21:43PM -0700, terrygalant.li...@fastest.cc wrote:
> Im having a heck of a time figuring this one out! I'm betting I missed > something in config but "hellifikno"! > > Mail's working for me in both directions. But when I start postfix I get in > my logs > > ==> mail.warn <== > Aug 18 13:19:51 tgdesktop postfix/postfix-script[11288]: warning: not > owned by group maildrop: /var/spool/postfix/public > Aug 18 13:19:51 tgdesktop postfix/postfix-script[11289]: warning: not > owned by group maildrop: /var/spool/postfix/maildrop Note, the "maildrop" in question is the group specified with "setgid_group" and is unrelated to the "maildrop" LDA. > The only mention of maildrop I can find in any of the postfix configs is Check the compiled-in default value of "setgid_group". > chgrp -R postdrop /var/spool/postfix/maildrop That won't help, since the expected group is "maildrop". > postfix set-permissions This (executed as root) should normally set the correct permissions, > Is something actually broken in my setup? Or is this just a noisy warning I > can ignore? Can I fix it, or make it go away? Post the output of: $ ls -ld /var/spool/maildrop $ ls -ld /usr/sbin/postdrop $ postconf config_directory setgid_group On some BSD systems there is a Postfix in the base system as well as a separate Postfix installed by the package manager. In that case you need to make sure you're listing the right binaries, and looking at the right configs. -- Viktor.