># postfix start >postfix: fatal: file /etc/postfix/main.cf: parameters mail_owner and >setgid_group: user postfix and group postfix have the same group ID: >12345
in freebsd, I do this: pw groupadd -n postfix pw useradd -n postfix -g postfix -d /no/where pw groupadd -n postdrop -g 54321 in main.cf: setgid_group = postdrop This give two different groups postfix and postdrop I think postfix will correct this if you run "make upgrade" (but it won't create the postdrop group). Len
