Qmail-scanner + SpamAssassin을 통한 스팸 필터링 구현(메일제목에 스팸 태그 설정) :: 네이버 블로그
ail-scanner와 SpamAssassin의 조 via Qmail-scanner + SpamAssassin을 통한 스팸 필터링 구현(메일제목에 스팸 태그 설정) :: 네이버 블로그.
ail-scanner와 SpamAssassin의 조 via Qmail-scanner + SpamAssassin을 통한 스팸 필터링 구현(메일제목에 스팸 태그 설정) :: 네이버 블로그.
서버 – [Qmail] 릴레이 동작 규칙 – tcp.smtp & rcpthosts 파일 작동 관계.
/home/vpopmail/etc/ defaultdomain #파일 test.com /var/qmail/control/ defaultdomain #파일 내용 수정 test.com test1.com test2.com test3.com test4.com /var/qmail/control/ virtualdomains 파일 내용 수정 #virtualdomain:기본도메인 test1.co.kr:test.co.kr test2.co.kr:test.co.kr test3.co.kr:test.co.kr test4.co.kr:test.co.kr /var/qmail/supervise/qmail-smtpd […]
//요일구하기 public static string GetDay(string FLI_DAY) { string tempGetDay = string.Empty; switch (FLI_DAY) { case “MO”: tempGetDay = “월”; break; case “TU”: tempGetDay = “화”; […]
하루동안 띄우지 않는 소스 팝업창 안에 들어갈 소스는 아래와 같습니다
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<script language="javascript" type="text/javascript"> <!-- // 창닫기 function closeWin(winName, expiredays) { setCookie( winName, "done" , expiredays); var obj = eval( "window." + winName ); obj.style.display = "none"; } function closeWinAt00(winName, expiredays) { setCookieAt00( winName, "done" , expiredays); var obj = eval( "window." + winName ); obj.style.display = "none"; } --> </script> <input type="checkbox" name="close" value="OK" onclick="javascript:closeWin('div_laypopup', 1);"/>하루동안 이 창을 열지 않음 <!-- <input type="checkbox" name="close" value="OK" onclick="javascript:closeWinAt00('div_laypopup', 1);"/>오늘만 이 창을 열지 않음 --> |
Main 페이지 소스
|
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 32 33 34 35 36 37 38 |
<script language="javascript" type="text/javascript"> <!-- // 쿠키 가져오기 function getCookie( name ) { var nameOfCookie = name + "="; var x = 0; while ( x <= document.cookie.length ) { var y = (x+nameOfCookie.length); if ( document.cookie.substring( x, y ) == nameOfCookie ) { if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 ) endOfCookie = document.cookie.length; return unescape( document.cookie.substring( y, endOfCookie ) ); } x = document.cookie.indexOf( " ", x ) + 1; if ( x == 0 ) break; } return ""; } function goPop(no){ var winName = "Popup1"; var blnCookie = getCookie( winName ); //alert( blnCookie); if( !blnCookie ) { window.open('http://www.test/test.asp?no=123','Popup1','width=760,height=1000,status=no,left=0,top=0,scrollbars=yes,resizable=no, menubar=no'); } } //setTimeout(goPop,1000); </script> |
[javascript] 오늘 하루동안 이 창을 열지 않음 ( 팝업,레이어팝업 ) […]
다운로드 파일명 또는 실행파일은 경로지정 : objStream.LoadFromFile Server.MapPath(“./다운로드 파일명 또는 실행파일”) Dim file file= “다운로드 파일명 또는 실행파일” ‘파일 이름 Response.ContentType = “application/unknown” ‘ContentType 를 […]
XmlDocument doc = new XmlDocument(); doc.LoadXml(xmlPSW5); XmlNodeList node = doc.GetElementsByTagName(“ETR_INF”); for (int i = 0; i < node.Count; i++) { //attribute 추가 XmlAttribute newAttribute = […]
원격 접속시 발생하는 한글 깨짐 현상 해결법 다음과 같이 수정 저장:wq! CentOS7의 경우 /etc/sysconfig/i18n 삭제되었다. 언어셋 변경 방법은 /etc/locale.conf 을 수정하거나 아래와 같은 명령어로 수정한다
xslt 1.0 How to replace the space with some string from all the text values in xml? – Stack Overflow.
|
1 2 3 |
<xsl:value-of select=”translate(., ‘D’, ‘$’)”/> |
●화면에서 계속 스크립트 오류가 발생 ●메뉴중 도구->인터넷 옵션(O) 선택 ●인터넷 옵션에서 보안 탭 ->사용자 지정 수전(C) 선택 ● 도메인간 호환성 사용 ● 스크립트 사용 ● […]
sudo add-apt-repository “deb http://archive.ubuntu.com/ubuntu hardy main multiverse” sudo add-apt-repository “deb http://archive.ubuntu.com/ubuntu hardy-updates main multiverse” sudo add-apt-repository “deb http://archive.canonical.com/ lucid partner” sudo apt-get update sudo apt-get […]
● 아이피 확인 ● 머신-> 설정 -> 네트워크 ● 포트 포워딩 (p) -> 원격할 포트2222 //게스트 가상머신 포트22 ● putty 포트 2222로 접속
참조 : http://stackoverflow.com/questions/4791794/client-to-send-soap-request-and-received-respons
아웃룩 오류코드 모음 1. 지정한 암호가 거부 되었습니다. (서버오류 : 0x800CCC90 , 오류번호 : 0x800CCC92) -> 아이디(ID)에 사용하는 비밀번호(암호)가 틀리거나, 보내는 메일서버(SMTP)의 경우 인증체크를 하기 […]
______________C# sample________________
|
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 |
using System; using System.Collections.Generic; using System.Xml; using System.Xml.Xsl; using System.Xml.XPath; using System.IO; - 중간 생략 - public XmlElement ...... { XmlDocument docXml = new XmlDocument(); XslCompiledTransform xslt = new XslCompiledTransform(); StringWriter stringWriter = new StringWriter(); docXml = new XmlDocument(); docXml.PreserveWhitespace = false; docXml.LoadXml(resultXML); xslt.Load(Server.MapPath("XSLTDefault.xslt")); xslt.Transform(docXml, null, stringWriter); docXml.LoadXml(stringWriter.ToString()); return docXml.DocumentElement; } |
|
1 2 3 |
cat /etc/apt/sources.list |
sudo vi /etc/apt/sources.list.d/ferramroberto-java-precise.list //확인 및 삭제 apt-get clean cd /var/lib/apt mv lists lists.old mkdir -p lists/partial apt-get clean apt-get update 또는 http://kr.archive.ubuntu.com 를 http://ftp.daum.net 으로 변경 […]
http://www.google.com/ncr
svchost.exe의 기능과 바이러스 대책.
Copyright © 2026 | WordPress Theme by MH Themes