우체부 배달 문제

우체부 배달 문제

이곳이 이런 질문을 하기에 적합한 곳인지 잘 모르겠습니다. GNU의 Mailman이라는 메일링 리스트 관리 소프트웨어에 관한 것입니다. 자세한 내용은 다음과 같습니다.

호스팅 제공업체:벨렉소프리 도메인: cpanel 호스팅에서 생성된 Google Apps 메일링 목록이 있는 www.sysil.com:[이메일 보호됨]

가입자 목록을 등록하고 다음 주소로 이메일을 보내 보았습니다.[이메일 보호됨]. 다음과 같은 오류 메시지가 나타납니다.

Delivery to the following recipient failed permanently:

    [email protected]

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550-5.1.1 The email account that you tried to reach does not exist. Please try
550-5.1.1 double-checking the recipient's email address for typos or
550-5.1.1 unnecessary spaces. Learn more at
550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596 23si6479194ewy.44 (state 14).

----- Original message -----

MIME-Version: 1.0
Received: by 10.216.90.136 with SMTP id e8mr1469147wef.110.1264220118960; Fri,
       22 Jan 2010 20:15:18 -0800 (PST)
Date: Fri, 22 Jan 2010 20:15:18 -0800
Message-ID: <[email protected]>
Subject:
From: Stanley Lee <[email protected]>
To: [email protected]
Content-Type: multipart/alternative; boundary=0016e6dab0931bccc3047dcd2f1e
- Show quoted text -

이 문제를 해결할 수 있는 방법이 있나요? 나는 내 호스팅과 도메인을 통해 이 메일링 리스트를 사용할 수 있기를 원합니다.

답변1

잘 이해가 되지는 않지만 호스팅 제공업체의 cpanel을 통해 메일링 리스트를 설정했다고 말씀하시는 것 같습니다.

이 경우 문제는 Google 앱 메일을 설정했기 때문에 sysil.com으로 보내는 메일이 Google에서 처리된다는 것입니다.

; <<>> DiG 9.3.5-P2 <<>> -t MX sysil.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1011
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 12

;; QUESTION SECTION:
;sysil.com.                     IN      MX

;; ANSWER SECTION:
sysil.com.              13659   IN      MX      1 aspmx.l.google.com.
sysil.com.              13659   IN      MX      5 alt1.aspmx.l.google.com.
sysil.com.              13659   IN      MX      5 alt2.aspmx.l.google.com.
sysil.com.              13659   IN      MX      10 aspmx2.googlemail.com.
sysil.com.              13659   IN      MX      10 aspmx3.googlemail.com.

Google 앱 관리 페이지에서 메일링 리스트를 설정하거나 도메인에 대한 Google 앱 메일을 비활성화할 수 있습니다(MX 레코드 업데이트로 구성되며 이는 아마도 호스트의 cpanel을 통해 수행 가능함).

Google 앱 메일이 실제 메일링 리스트 소프트웨어와 함께 하나의 도메인에 공존할 수 있는 방법이 있다면 듣고 싶습니다.

관련 정보