저도 잘은 모르는 초짜입니다만 그래도 일단 답변의 스타트를...-.-a
아마 내일이면 고수님들이 더 좋은 답변을 달아 주시겠죠~ ^^
PHP가 아무리 좋은 스크립트라고 해도, smtp 자체에서 허용하지
않는 것은 할 수 없습니다. -_-;
그러니 PHP때문은 아니라고 봐도 무관하겠죠.
그리고 내용을 보면 speedburst.org 도메인의 여러 아이디로 계속해서
메일을 보내려고 시도하는데, speedburst.org의 메일서버인 mail4.speedburst.org가
지정시간동안 응답하지 않아서 커넥션에 계속 실패하고 있네요.
그리고, 메일을 보내지 못하고 딜레이된 기간이 무려 7시간을 넘고 있습니다.
그러니까 무슨 릴레이를 당했다기 보다는 메일을 보내려고 계속 시도는 하는데
많은 수의 메일이 계속해서 보내지지 못하고 큐에 쌓여서
smtp가 보내려는 시도를 계속해서 하고 있는 것 같습니다.
근데,로그가 완전하지 않은건지..아니면 부분만 뜯어서 붙이셨는지
to 부분만 있고 from 부분이 없어서 뭐라 더 말씀 드리기가
그리고, 님의 도메인이 speedburst.org 인지 아니면
님의 도메인에서 speedburst.org로 메일을 보내는 것인지..
좀더 자세한 질문을 부탁드려봅니다.
^.^;
많이 도움이 못된 것 같네요~
: 안녕하세요
:
: 제 서버가 갑자기 외부 25번 포트를 연결하고(혹은 당하고) 제 포트가
: 마구 열리면서
:
: 다음과 같은 메시지 들이 나타납니다
: -----------------------------------------------------------------
: Feb 12 22:33:41 tle sendmail[2148]: PAA02960: to=<cormier24 at speedburst.org>, del
: ay=07:27:50, xdelay=00:00:00, mailer=esmtp, relay=mail4.speedburst.org., stat=De
: ferred: Connection timed out with mail4.speedburst.org.
: Feb 12 22:33:41 tle sendmail[2148]: OAA02071: to=<tigger5501 at speedburst.org>, de
: lay=07:48:23, xdelay=00:00:00, mailer=esmtp, relay=mail4.speedburst.org., stat=D
: eferred: Connection timed out with mail4.speedburst.org.
: Feb 12 22:33:42 tle sendmail[2148]: OAA01997: to=<mikee60369 at speedburst.org>, de
: lay=07:51:14, xdelay=00:00:00, mailer=esmtp, relay=mail4.speedburst.org., stat=D
: eferred: Connection timed out with mail4.speedburst.org.
: Feb 12 22:33:42 tle sendmail[2148]: PAA02708: to=<cormier193 at speedburst.org>, de
: lay=07:31:37, xdelay=00:00:00, mailer=esmtp, relay=mail4.speedburst.org., stat=D
: eferred: Connection timed out with mail4.speedburst.org.
: Feb 12 22:33:42 tle sendmail[2148]: PAA02940: to=<cormier513 at speedburst.org>, de
: lay=07:28:55, xdelay=00:00:00, mailer=esmtp, relay=mail4.speedburst.org., stat=D
: eferred: Connection timed out with mail4.speedburst.org.
: Feb 12 22:33:42 tle sendmail[2148]: PAA03058: to=<knealn at speedburst.org>, delay=
: 07:26:08, xdelay=00:00:00, mailer=esmtp, relay=mail4.speedburst.org., stat=Defer
: red: Connection timed out with mail4.speedburst.org.
: Feb 12 22:33:42 tle sendmail[2148]: PAA03663: to=<been2xtrem at speedburst.org>, de
: lay=07:10:57, xdelay=00:00:00, mailer=esmtp, relay=mail4.speedburst.org., stat=D
: eferred: Connection timed out with mail4.speedburst.org.
: Feb 12 22:33:42 tle sendmail[2148]: PAA03878: to=<achamb6569 at speedburst.org>, de
: lay=06:55:35, xdelay=00:00:00, mailer=esmtp, relay=mail4.speedburst.org., stat=D
: eferred: Connection timed out with mail4.speedburst.org.
: -----------------------------------------------------------
:
: 이건 메일 로그 인데요.
:
: 우슨무슨 하면서 grerting 이래요.. 반갑다는 인사말이라고
: 하던데,
:
: 문제는 제컴이 access 화일에 릴레이 가능한 도메인 명을 적어 주었는데
: 말이죠.....
: 위희 메일 로그만 보면 실패 한것 같기도 하구..아닌것 같기두하구....
:
: 제가 PHP 프로그램에서 sendmail 을이용하여 메시지를
: 보내는 기능이 있는데 그걸 설치한 후로 그런것 같기두 합니다.
: 그럼 외부에서 php 프로그램으로 sendmail 주소를 저희 서버로
: 지정하여 간단하게 프로그래밍 하면 스팸 서버로 이용할수
: 있다는 건가요..?
:
: 난처한데...
:
: 답변 부탁 드립니다.
--
초짜 파튕~