맛집 여행 캠핑 일상 생활

[Linux] sendmail no local interface found for ::1 본문

LINUX

[Linux] sendmail no local interface found for ::1

영은파더♥ 2025. 3. 31. 13:04
728x90

sysctl.confnet.ipv6.conf.all.disable_ipv6 = 1 넣어서 ipv6를 disable 시켰더니 잘되던 sendmail 이 안되는군요~

sendmail: fatal: parameter inet_interfaces: no local interface found for ::1
메일 발송을 실패하였습니다.

vi /etc/postfix/main.cf
inet_interfaces = all
#inet_interfaces = localhost

inet_interfaces =  localhost 주석 처리하고 inet_interfaces = all 로 하니 잘 됩니다.

 

728x90
반응형
Trackback : | Comments :