메일이 잘 안들어 간다길래, 업체에 전화를 하니
상대방 도메인에 메일 서버가 두개라고, 어떻게 조회를 하나 궁금해서 검색을 해봤더니 host라는 신기한(!) 명령을 사용한다.
host -t mx <이메일 서비스 업체> [링크 : http://ttongfly.net/zbxe/?document_srl=43475] |
Name
host - DNS lookup utility
Synopsis
host [-aCdlnrTwv] [-c class] [-N ndots] [-R number] [-t type] [-W wait] [-4] [-6] [ -s ] {name} [server]
The -t option is used to select the query type. type can be any recognised query type: CNAME, NS, SOA, SIG, KEY, AXFR, etc. When no query type is specified, host automatically selects an appropriate query type. By default it looks for A records, but if the -C option was given, queries will be made for SOA records, and if name is a dotted-decimal IPv4 address or colon-delimited IPv6 address, host will query for PTR records. If a query type of IXFR is chosen the starting serial number can be specified by appending an equal followed by the starting serial number (e.g. -t IXFR=12345678).
|
'Linux' 카테고리의 다른 글
RTSP는 UDP가 기본 (0) | 2011.02.24 |
---|---|
iptables를 이용한 ICMP 응답 무시하기 (2) | 2011.02.18 |
MacOSX 의 시스템 구조 (0) | 2011.02.06 |
gettext에서 변수 순서 변경가능 하도록 문자열 만들기 (0) | 2010.12.19 |
WOL on Linux - ether-wake (0) | 2010.10.05 |