Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Proxy
- endpoint security
- ansible
- XCP-ng
- pfsense
- G-suite
- xe guest utilities
- PlayBook
- Kibana
- 보안양파
- centos 8
- Kibana server is not ready yet
- bash
- GitLab
- 한글가이드
- miniconda
- x-pack
- ssh key 배포
- Elasticsearch
- macos
- freebsd
- application security
- 로그인불가
- hardening
- ELASTIC
- proxycfg
- docker
- Windows
- elastic stack
Archives
- Today
- Total
선 밖에 선 자유인
postfix 메일 서버 relay 제한/설정 본문
[ 기본 설정 상태 ]
root@jenjang]# vi /etc/postfix/main.cf
#mynetworks_style = class
#mynetworks_style = subnet
#mynetworks_style = host
#mynetworks = 168.100.189.0/28, 127.0.0.0/8
#mynetworks = $config_directory/mynetworks
#mynetworks = hash:/etc/postfix/network_table
[ 특정 network 허용 ]
mynetworks = 192.168.0.0/16
root@jenjang]# postfix reload
Comments