반응형
ispconfig 3.1 + centos 6.x + APM + postfix
ispconfig 3.1로 업그레이드 후 메일 발송이 안되는 문제가 발생하였다.
maillog 내용에 기록되었다.
connect to 127.0.0.1[127.0.0.1]:10026: Connection refused
인터넷상의 많은 문서를 참고하였지만 해결하기까지 2일이나 걸렸다.
이 문제는 Amavis 데몬의 오류로 판단이 된다.
postfix 설정파일 /usr/local/etc/postfix/main.cf 에
content_filter = smtp-amavis:[127.0.0.1:10024]
아래부분에 추가하였다.
smtp-amavis_destination_recipient_limit = 1
추가한후에 아래 명령을 실행하였다.
postfix reload
postsuper -r ALL
또한 이것을 시도해보았다.
sa-update --nogpg --channel updates.spamassassin.org
전송되지 못하고 diferred 된 메일들이 전송되기 시작하였다.
반응형
'Linux > Mail Postfix' 카테고리의 다른 글
Postfix 설정 (0) | 2024.04.17 |
---|
댓글