6c6 < IUSE="apache2" --- > IUSE="apache2 postfix sendmail qmail" 22c22,31 < MAILGID="280" --- > > if use postfix; then > MAILGID=nobody > elif use sendmail; then > MAILGID=daemon > elif use qmail; then > MAILGID=qmail > else > MAILGID="280" > fi