메일 서버를 운영할 때 외부에서 회사 서버에 접속해서 다른 회사의 이메일을 보내야 할 경우가 있습니다. 보안 상 제일 좋은 방법은 포털의 웹메일을 이용하게 하는 것이 좋겠지만, 또 업무를 위해서는 이런 경우도 종종 있을 수 있습니다. 이를테면 프로젝트 수행을 위해 별도 사무실을 장기간 운영해야 할 경우, 회사 메일 서버 이용에 제한을 받을 수 밖에 없습니다. 대개는 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..
메일을 PHP로 받아서 파싱하기 [포인트] sendmail 의 alias 기능을 이용해서 PHP 쉘 스크립트를 구동시킨다. (다른 모든 메일서버에서도 비슷한 방법으로 사용이 가능하다.) [준비사항] 1. sendmail 의 환결설정 파일에서 프로그램실행이 가능하도록 수정한다. 2. 특정한 이메일 아이디를 하나 선택한다. [/etc/sendmail.cf 파일수정] 맨 아랫줄에 보면 아래와 같은 구문이 있다.. 대충 아래와 같이 수정한다. Mprog, P=/bin/sh, ……… T=X-Unix/X-Unix/X-Unix, A=/bin/sh -c $u [/etc/aliases 에 계정추가] # PHP Mailer phpmailer: |/root/phpmailer.php [/root/phpmailer.php 파일..
특정 메일계정으로 오는 메일에 대해 자동응답 설정이 가능하다. 방법은 자기의 홈디렉토리 최상위에 .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 ..
class Smtp { var $host; var $fp; var $self; var $lastmsg; var $parts; var $error; var $debug; var $charset; var $ctype; function Smtp($host="localhost") { if($host == "self") $this->self = true; else $this->host = $host; $this->parts = array(); $this->error = array(); $$this->debug = 0; $this->charset = "euc-..
대용량 메일링 sendmail+PHP4.2 CLI mass large mailing sendmail PHP 별도 메일 서버 구축으로 하루 10-20 만개 이상 메일 보내기 ram: 512 or 1G 정도 CPU: 팬4 1G 정도 PHP버전: 4.2.x 이상 Sendmail 버전: 8.12.x 이상 파일시스템: 저널링(ext3 or 다른것들 ) ================================================= # php -q mail_sender1.php 1h1]@Z ... Invalid route address Syntax error in mailbox address "cccvcc@??????.com" (non-printable character) Syntax error in ma..
플래쉬 용어 1. gotoAndPlay : 원하는 프레임으로 이동 후 계속 재생 2. gotoAndstop : 원하는 프레임으로 이동 후 재생 정지 3. nextFrame : 다음 프레임으로 이동 4. nextScene : 다음 씬으로 이동 5. play : 무비 재생 6. stop : 무비 정지 7. stopAllSounds : 모든 사운드 정지 8. fscommand : 플래시 무비를 담고 있는 프로그램과 연동 9. getURL : 원하는 사이트나 웹페이지로 링크 10.loadMovie : 이미지, 동영상 및 플래시 무비를 본 무비로 불러오기 11.duplicateMovieClip : 지정한 무비클립 복제 12.setProperty : 속성 설정 13.startDrag : 버튼 또는 무비클립을 마우스..
- Total
- Today
- Yesterday