Red Hat 5.11에서는 어떤 .muttrc를 사용할 수 있습니까?

Red Hat 5.11에서는 어떤 .muttrc를 사용할 수 있습니까?

이것게시물 수 .muttrc모든 CentOS 시스템에서는 잘 작동하지만 Red Hat 5.11에서는 작동하지 않습니다. Red Hat 5.11은 다음과 같은 불만을 제기합니다.

set imap_user = "[email protected]"
set imap_pass = "password"

set smtp_url = "smtp://[email protected]:587/"
set smtp_pass = "password"
set from = "[email protected]"
set realname = "Your Real Name"

이 두 가지 smtp_지시로 인해 불만이 제기되었습니다.

/home/amr/.muttrc의 4번째 줄 오류: smtp_url: 알 수 없는 변수 /home/amr/.muttrc 5번째 줄의 오류: smtp_pass: 알 수 없는 변수 소스: /home/amr/.muttrc 계속하려면 아무 키나 누르세요...

Red Hat의 예제가 있는 사람이 있나요?

관련 정보