안녕하십니까?
리눅스7.1에 센드메일(sendmail-8.12.7)를 컴파일후 설치 할려고 합니다.
tar -zxvf sendmail-8.12.7.tar.gz 후
[sendmail-8.12.7]#./Build로 컴파일 하고
[root@helper 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 0600 statistics /etc/mail/statistics
install -c -o root -g smmsp -m 2555 sendmail /usr/sbin
install: invalid group `smmsp'
make: *** [install-sendmail] 오류 1
[root@helper sendmail]#
고수님들 이 에러가 왜 발생하는지? 어떻게 처리해야 하는지
알려 주시기 바랍니다.
그럼 감사하고, 새해 복 많이 받으시기 바랍니다..