본문 바로가기

전체 글

(29)
Apache James 메일서버 기본 설정(1) James를 설치 하였다면 시작을 위해 기본적인 설정들이 필요하다. 1. 서버 실행 서버 실행을 위해 윈도우에서는 서비스에 등록 후 사용하는것이 여러모로 좋다. 서비스 등록 방법은 /bin 폴더로 이동 후 james.bat install 명령어를 입력해주면 윈도우 서비스에 등록이 된다. 혹시 등록이 되지 않는다면 콘솔창을 관리자 권한으로 열고 시도하면 된다. 참고로 메일서버에서 기본으로 사용하는 포트정보는 SMTP 25번 포트 , POP3 110번 포트 , IMAP 143 포트이다. 2. 도메인 설정 메일 수발신을 위해서는 도메인 설정을 해줘야한다. /conf/domainlist.xml 파일을 열면 위에 해당하는 부분을 찾아 defaultDomain 에 사용할 도메인을 적어주면 된다. 여기서 autode..
Apache James 메일서버 다운로드 및 기본 구조 Apache James 는 이름에서도 알 수 있듯 Apache 에서 지원을 해주는 메일 서버로 꾸준한 관리와 안정성이 보장되었다는 생각에 사용해보자 한다. 아래부터는 윈도우에서 진행되는 과정들이니 미리 참고하면 된다. 1. 다운로드 https://james.apache.org/index.html Apache James About James stands for Java Apache Mail Enterprise Server! It has a modular architecture based on a rich set of modern and efficient components which provides at the end complete, stable, secure and extendable Mail Serv..
ELK + filebeat 기본 설정 kibana (3) filebeat + ELK 에 대한 간단한 설정 방법이다. filebeat -> logstash -> elastic -> kibana 의 흐름 중 kibana 에 관한 내용이다. 다운로드 : https://www.elastic.co/kr/downloads/kibana Download Kibana Free | Get Started Now | Elastic Download Kibana or the complete Elastic Stack (formerly ELK stack) for free and start visualizing, analyzing, and exploring your data with Elastic in minutes. www.elastic.co 설치 과정은 생략. Kibana는 Elasti..