linux/p*: add Korean translation (#14712)

This commit is contained in:
코드싸이
2024-11-09 13:25:35 +09:00
committed by GitHub
parent 0898aaa215
commit 7544b309ad
88 changed files with 1942 additions and 1 deletions

29
pages.ko/linux/postfix.md Normal file
View File

@@ -0,0 +1,29 @@
# postfix
> Postfix 메일 전송 에이전트(MTA) 제어 프로그램.
> Postfix와 통합되는 메일 전달 에이전트(MDA)인 `dovecot`도 참고하세요.
> 더 많은 정보: <https://www.postfix.org>.
- 설정 확인:
`sudo postfix check`
- Postfix 데몬 상태 확인:
`sudo postfix status`
- Postfix 시작:
`sudo postfix start`
- Postfix를 정상적으로 중지:
`sudo postfix stop`
- 메일 큐 비우기:
`sudo postfix flush`
- 설정 파일 다시 로드:
`sudo postfix reload`