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