리눅스 virtusertable: 두 판 사이의 차이

IT위키
(새 문서: ==개요== 리눅스 sendmail 프로그램에서 특정 이메일 주소로 받은 메일을 다른 사용자에게 할당한다. 다른 여러개의 도메인에서 같은 아이디...)
 
편집 요약 없음
7번째 줄: 7번째 줄:
</pre>
</pre>


==내용==
==작성 방법==
<pre>
<pre>
# vi /etc/mail/virtusertable
[메일주소] [받을 사람]
[메일주소] [받을 사람]
</pre>
내용 수정 후 makemap hash로 적용시켜 줘야 한다.
<pre>
# makemap hash /etc/mail/virtusertable <  /etc/mail/virtusertable
</pre>
</pre>


==예시==
==예시==
<pre>
<pre>
# vi ( ① )
security@seoul.com twins
security@seoul.com twins
security@busan.com giants
security@busan.com giants
</pre>
</pre>

2018년 4월 25일 (수) 15:47 판

개요

리눅스 sendmail 프로그램에서 특정 이메일 주소로 받은 메일을 다른 사용자에게 할당한다. 다른 여러개의 도메인에서 같은 아이디를 사용하여 메일을 받고자 할 때 사용해야 한다.

위치

/etc/mail/virtusertable

작성 방법

# vi /etc/mail/virtusertable
[메일주소] [받을 사람]

내용 수정 후 makemap hash로 적용시켜 줘야 한다.

# makemap hash /etc/mail/virtusertable <  /etc/mail/virtusertable

예시

security@seoul.com twins
security@busan.com giants