1. relayhost를 회사 메일 서버로 지정
# postconf -e "relayhost=[smtp11.example.com]"
2. 로컬 시스템에서 제공된 메일만 릴레이하도록 postfix 메일 서버를 구성
# postconf -e "indet_interfaces=loopback-only"
3. 127.0.0.0 네트워크 및 [::1] 네트워크에서 시작된 메시지만 server11의 null클라이언트에 의해 릴레이 호스트로 전달되도록 postfix를 구성
# postconf -e "mynetworks=127.0.0.0/8 [::1]/128"
4.보내는 이메일 계정의 @뒤에 도메인 주소명
# postconf -e "myorigin=desktop11.example.com"
5. 모든 메일을 릴레이 서버로 전달하도록 null 클라이언트를 구성하는데 이를 위해서는 여기는 공란으로 설정되어야 한다.
# postconf -e "mydestination="
6. 릴레이호스트를 사용하지 않고 로컬로 전송 했을 시 에러 메시지
# postconf -e "local_transport=error: local delivery disabled"
7. 서비스 재시작
# systemctl restart postfix
8. 메일 발송
# mail -s "server11 null client" student@desktop11.example.com
null client test
.
EOT
9. 메일 확인
# mutt -f imaps://imap11.example.com
Date: Wed, 18 Mar 2015 09:33:58 +0900
From: root <root@desktop11.example.com>
To: student@desktop11.example.com
Subject: server11 null client
User-Agent: Heirloom mailx 12.5 7/5/10
null client test
※ 설정 파일 위치는 /etc/postfix/main.cf
'Linux > CentOS' 카테고리의 다른 글
[CentOS7] SAMBA - 2 (0) | 2015.03.18 |
---|---|
[CentOS7] SAMBA - 1 (0) | 2015.03.18 |
[CentOS7] SELinux (0) | 2015.03.18 |
[CentOS7] unbound DNS (0) | 2015.03.17 |
[CentOS7] Firewalld (0) | 2015.03.17 |
최근댓글