How To Fix Postfix Warning: dict_nis_init: NIS domain name not set - NIS lookups disabled 접미사를 수정하는 방법 경고 : dict_nis_init : 국정원 도메인 이름이 설정되지 않은 - 국정원 조회를 사용 중지
First of I didn’t ask postfix to do NIS lookups. 우선 국정원 조회를 할 후위 물어 보지 않았어. These warning messages started showing up when I commented out alias_maps and decided to only use alias_database instead. 이러한 경고 메시지를 표시하기 시작 alias_maps 때 주석 처리하고 대신에 alias_database에만 사용하기로했다. The fix was simple. 이 수정 프로그램은 간단합니다.
alias_maps when commented, uses the default settings: 논평 alias_maps 때, 사용의 기본 환경 설정 :
alias_maps = hash:/etc/aliases, nis:mail.aliases alias_maps = 해시 : / 비고 / 별칭, 국정원 : mail.aliases
This allows postfix to work even without explicit alias_maps settings. 이것은 후위를 명시적으로 alias_maps 설정없이도 작동합니다. However the default also encumbers it with checking nis. 그러나 그것을 확인 encumbers 국정원의 기본도합니다. Setting alias_maps explicitly eliminates the problem: 설정을 명시적으로 제거합니다 alias_maps 문제 :
alias_maps = hash:/etc/aliases alias_maps = 해시 : / 비고 / 별칭을
Filed under 밑에 Enterprise Software 엔터 프라이즈 소프트웨어를 , Headline News 헤드 라인 뉴스 , How To 하는 방법을 , Linux 리눅스 , Open Source Software 오픈 소스 소프트웨어 , Web 웹 , Web Hosting 웹 호스팅 , Web Services 웹 서비스 | |
| |
RSS 2.0 rss 2.0 | |
Trackback 트랙백 this Article | 이 문서 |
Email this Article 전자 우편이 문서
You may also like to read 같은를 읽을 수있습니다 |




