문서 보기이전 판역링크책에 추가PDF로 내보내기Fold/unfold allODT 내보내기맨 위로 이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요. [[https://marlam.de/msmtp/download/|msmtp donwload page]] 다음과 같이 설치했음. <codeprism lang=bash> ./configure --prefix=/usr --sysconfdir=/etc --localstatdir=/var make make check sudo make install sudo install -vm644 /etc/msmtprc </codeprism> /etc/msmtprc내용 \\ 강조부분 수정할것. <codeprism title=/etc/msmtprc hl=7,14 > # A system wide configuration file is optional. # If it exists, it usually defines a default account. # This allows msmtp to be used like /usr/sbin/sendmail. account default # The SMTP smarthost host your.mailhost # Use Plain port 25 auth off # Construct envelope-from addresses of the form "user@oursite.example" from user@your.domain # Do not allow programs to override this envelope-from address via -f allow_from_override off # Always set a From header that matches the envelope-from address set_from_header on # Syslog logging with facility LOG_MAIL instead of the default LOG_USER syslog LOG_MAIL </codeprism> linuxfromscratch/rangeoverpackages/msmtp-1.8.32.txt 마지막으로 수정됨: 2026/02/04 14:44저자 baecy