- Qmail 일 경우 var/qmail/rc.smtp(메일 서버 run 파일) = 대체적으로 /var/qmail/supervise/qmail-smtpd 안의 run.sh #!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` exec /usr/local/bin/softlimit -m 5000000 \ /usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb \ -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /usr/local/bin/rblsmtpd -b -r spamlist.or.kr /var/qmail/bin/qmail-smtpd 2>&1 - Sendmail 일 경우 첫번째 방법..
qpopper 4.0.5 소스 설치 #] tar xvfz qpopper-4.0.5.tar.gz #] cd qpopper4.0.5 qpopper4.0.5 #] ./configure --enable-specialauth --enable-servermode --enable-shy --enable-specialauth => 보안을 위해 암호화 하거나 암호화 된 shadow 패스워드를 사용. --enable-servermode => 서버모드 설치 옵션, 기본은 xinetd 모드 --enable-shy => qpopper 버전 숨김, 보안을 위해 추천 qpopper4.0.5 #] make qpopper4.0.5 #] make install qpopper4.0.5 #] cp popper/popper /usr/sbin..
메일 서버를 운영할 때 외부에서 회사 서버에 접속해서 다른 회사의 이메일을 보내야 할 경우가 있습니다. 보안 상 제일 좋은 방법은 포털의 웹메일을 이용하게 하는 것이 좋겠지만, 또 업무를 위해서는 이런 경우도 종종 있을 수 있습니다. 이를테면 프로젝트 수행을 위해 별도 사무실을 장기간 운영해야 할 경우, 회사 메일 서버 이용에 제한을 받을 수 밖에 없습니다. 대개는 access.db를 이용해서 처음부터 접속하는 IP대역을 설정할 수도 있지만, SMTP에 대한 계정 인증 방식을 통해서도 가능합니다. 이 방법의 경우, 언제 어디서나 회사 메일 서버에 자기 계정만 있다면 이메일을 보낼 수가 있게 됩니다. 많이 쓰는 방법인데, 설명이 부족하거나 버전이 업데이트 되면서 현재 공개된 문서들로는 부족한 것 같습니다...
원문 : http://www.completewhois.com/rbl_lookup.htm CompleteWhois Multi-RBL Lookup Tool This tool checks if ip or domain is listed in 25+ most popular RBLs (Reputation and Block Lists).For information on how to use this tool from any command-line whois client, please see here. Additionally we also have web utility (primarily designed for ISPs) to do RBL check for IP block ranges, access it here. Lo..
특정 메일계정으로 오는 메일에 대해 자동응답 설정이 가능하다. 방법은 자기의 홈디렉토리 최상위에 .procmailrc 파일을 다음과 같이 설정 하면 됩니다. $ vi .procmailrc --------------------------------------------------------------------- :0 hc * ^TOalang at kobis.net * !^FROM_DAEMON * !^X-Loop: .* | (formail -r -A"Precedence: junk" -I"From: 자동 응답 메일 " -A"X-Loop: alang at kobis.net" ; cat $HOME/a.txt) | $SENDMAIL -t ------------------------------------------..
qmail relay, 암호 인증, STARTTLS # 이 글은 qmail의 기본적인 릴레이 설정과 인증후 릴레이 허용 방법, STARTTLS 사용 방법등에 대해서 간단히 썼습니다. 조금이나마 도움이 되기를 바라며, 수정할 사항이 있다면 연락 주시기 바랍니다 (질문은 게시판으로...) -- 임은재 2004-04-15 23:01:58 1 qmail relay, 암호 인증, STARTTLS 1.1 tcpserver 1.1.1 tcp.smtp 1.1.2 rcpthosts 1.2 AUTH 릴레이 1.3 STARTTLS 1.4 netqmail 1.5 patch cocktail 1.1 tcpserver #qmail-smtpd 서버는 tcpserver에 의해 구동되도록 설정하는 것을 기본으로 합니다(아마 대부분 이렇..
SMTP STARTTLS in sendmail/Secure Switch Last Update 2003-11-30 [Terminology] [Compilation] [Configuration] [Operation] [Misc] IntroductionSendmail Secure Switch/ sendmail 8.11/ 8.12 support SMTP STARTTLS as defined in RFC 2487 which is based on TLS. This document describes the necessary steps to use this feature. TerminologyTLS can provide authentication (identification of the communication part..
Using SMTP AUTH and STARTTLS with sendmail A quick start guide for Red Hat/Fedora Linux -------------------------------------------------------------------------------- SMTP AUTH allows users to relay mail after successfully authenticating. This has augmented and even replaced IP address-based access controls, mainly due to the wide adoption of dynamically allocated IP addresses and the demands ..
- Total
- Today
- Yesterday