일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Apache
- OpenWrt
- 리눅스
- 자바스크립트
- 복현오거리
- Rocky
- ConoHa
- KB증권
- 스톤에이지
- 시놀로지
- KB국민카드
- proxmox
- 램가스초월
- jQuery
- php
- 알뜰폰
- SKT
- 윈도우10
- 아파치
- PHP-FPM
- iptime
- centos
- 킹북이초월
- 소비전력
- 티스토리
- 알리익스프레스
- 가상서버호스팅
- nginx
- 보르비스초월
- mysql
- Today
- Total
목록All (1)
맛집 여행 캠핑 일상 생활
[Linux] sendmail no local interface found for ::1
sysctl.conf 에 net.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 = localhostinet_interfaces = localhost 주석 처리하고 inet_interfaces = all 로 하니 잘 됩니다.
LINUX
2025. 3. 31. 13:04