[질문]메일 서버 설치시..

익명 사용자의 이미지


qpopper를 설치하고 etc/services 설정도 고쳐주었는데

etc/inetd.conf의 설정(pop3에 관한 부분)을 고쳐주어야 하는데

제가 쓰는 리눅스 버전이 RedHat7.2라서 xinetd로 돌아갑니다.

그런데 xinetd.conf에서도 pop3에 관한 설정부분이 없고 xinetd.d디렉토

리 안에서도 pop3에 관한 설정을 볼 수 있는 파일이 안보이네요

어떻게 해 주어야 할까요...난감하네요..

익명 사용자의 이미지

How do I install Qpopper on RedHat v7 Linux with xinetd? Create a file called pop3 in the /etc/xinetd.d directory that contains the following lines (adjust the server line to contain the path to the Qpopper executable, and the server_args line to contain any Qpopper command-line flags you wish to use; this example shows the executable located at /usr/local/lib/popper, and the -s command-line flag) service pop3 { socket_type = stream protocol = tcp wait = no user = root server = /usr/local/lib/popper server_args = qpopper -s port = 110 } Note that it may also be necessary to create an entry in the /etc/hosts.allow file such as the following popperALL Additionally, the standard distribution of RedHat Linux 7.0 installs the file /etc/xinetd.d/ipop3 in support of its default POP3 service, which is likely to create a redundant POP3 references for the xinetd daemon. You may need to either delete the /etc/xinetd.d/ipop3 file or comment out its service pop3 line.

익명 사용자의 이미지


pop3파일 생성 시키고 xinetd재실행 시키고 root로 telnet을 이용해

접속을 시도했는데 패스워드를 입력하니까

- ERR [AUTH] Access is blocked for UIDs below 10

이라는 메시지가 뜨는군요

다른 계정의 사용자는 접속이 되는데 말이죠..

root사용자가 접속을 하기 위해선 어떻게 해주어야 할까요..

조성호님 매번 감사드립니다...^^;

익명 사용자의 이미지

frings wrote..

pop3파일 생성 시키고 xinetd재실행 시키고 root로 telnet을 이용해

접속을 시도했는데 패스워드를 입력하니까

- ERR [AUTH] Access is blocked for UIDs below 10 TELNET 접속시에는 보안상 root로 직접 접속을 못하게 막아놨습니다.
일반 계정을 이용하여 접속한 후에 su - 를 이용하여 root 권한을
획득해야만 합니다.

이라는 메시지가 뜨는군요

다른 계정의 사용자는 접속이 되는데 말이죠..

root사용자가 접속을 하기 위해선 어떻게 해주어야 할까요..

조성호님 매번 감사드립니다...^^;

익명 사용자의 이미지


설치를 마쳤는데요..아웃룩 익스프레스에서 설정을 한 다음에 보니까

보내기랑 받기가 안되네요.

"서버에 연결할 수 없습니다......(중략)..소켓오류10061,오류번호
0x800CCC0E"

라는 메시지가 뜨는군요...ㅠㅠ

어떻게 해야 되죠?

익명 사용자의 이미지

http//qmail.kldp.org/
위 사이트에서 답변을 얻을 수 있습니다.