[재질문] postfix 사용자 추가 질문입니다.
죄송합니다. 답글이 없어서 다시 한번 질문드립니다.
--------------
qmail에서 삽질 일주일 동안하다가 postfix가 메뉴얼도 최신께 있고, apt-get으로 설치가 가능하여 postfix 삽질중입니다.
서버는 우분투 10.04-server를 쓰고 있으며, postfix 및 dovecot의 설치 메뉴얼은
https://help.ubuntu.com/10.04/serverguide/C/postfix.html
이곳을 참조하였습니다.
참조하여, 깔끔하게 설치 된 후, telnet localhost 25 , telnet localhost pop3를 테스트 해 보았습니다.
우선 되기는 잘 됩니다.
------------------------------------------------------
root@imtl:/var/mail# adduser test4
Adding user `test4' ...
Adding new group `test4' (1006) ...
Adding new user `test4' (1006) with group `test4' ...
Creating home directory `/home/test4' ...
Copying files from `/etc/skel' ...
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for test4
Enter the new value, or press ENTER for the default
Full Name []:
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [Y/n] y
root@imtl:/var/mail# telnet localhost pop3
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Dovecot ready.
user test4
+OK
pass tlftlrks
+OK Logged in
-------------------------------------------
근데 adduser 말고 useradd로 한 후 passwd "사용자 아이디"로 계정설정을 하면 안됩니다...
-------------------------------------------
root@imtl:/var/mail# useradd test5
root@imtl:/var/mail# passwd tset5
passwd: user 'tset5' does not exist
root@imtl:/var/mail# passwd test5
Enter new UNIX password:
Retype new UNIX password:
Sorry, passwords do not match
passwd: Authentication token manipulation error
passwd: password unchanged
root@imtl:/var/mail# telnet localhost pop3
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Dovecot ready.
user test5
+OK
pass 1111
-ERR Authentication failed.
---------------------------------------
혹시 postfix, dovecot에서 메일계정을 추가하려면 다른 방법을 사용하나요?
인터넷을 보니 그냥 useradd만 사용하여 로컬 계정을 생성하면 그게 아이디라고 하던데...
네... 뭐 adduser로 계속 추가해버리면 됩니다...진짜 문제는 이게 아니라...
adduser로 추가한 아이디, 즉 localhost로 다 테스트 된 아이디 인데도 아웃룩에서 계정을 추가하면
로그인을 못하고 계속 네트워크 아이디를 물어봅니다.
이와같은 문제를 찾아보면 아웃룩에서 이상이 있는걸로 나오는데, 혹시나 하여 연구실 내에 다른 PC에서 테스트 해 보아도 같은 증상입니다.
아이디와 비밀번호는 문제가 없습니다...
도와주십시오... 서버 세팅때문에 할일이 산더미 인데 처리를 못하고 있습니다...
이 글을 공유하기:
댓글 달기