센드메일 최신버전을 다운받아서 컴파일까지는 했는데
make install 하니깐
[root@localhost sendmail]# make install
if [ ! -d /etc/mail ]; then mkdir -p /etc/mail; else :; fi
install -c -o bin -g bin -m 444 helpfile /etc/mail/helpfile
if [ ! -d /etc/mail ]; then mkdir -p /etc/mail; else :; fi
install -c -o root -g bin -m 644 statistics /etc/mail/statistics
install -c -o root -g smmsp -m 2555 sendmail /usr/sbin
install: invalid group `smmsp'
make: *** [install-sendmail] Error 1
이렇게 에러가 자꾸 뜨요
이미 설치된 구버전은 지웠습니다.