--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -6,1 +6,1 @@ -IUSE="apache2" --- +IUSE="apache2 postfix sendmail qmail courier exim xmail" @@ -22,1 +22,16 @@ -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