320x100
메일을 전송하는 과정에 오류가 발생했습니다. (getaddrinfo: Name or service not known) redmine smtp 설정 방법
remine 테스트 메일을 보내면 위와 같이 에러가 발생이 된다.
찾아보면 거의 대부분 DNS 설정 문제라고 한다. 혹시나 해서
/etc/resolv.conf 에 DNS 여러가지를 추가 했지만 해결이 안됐다.
그래서 혹시나 해서 smtp 설정 방법을 다시 확인해봤는데
# vi /opt/redmine-4.2.1-3/apps/redmine/htdocs/config/configuration.yml
adress 라고 적혀 있어서 mail@test.com 이런식으로 입력했는데 이게 문제였다.
이렇게 수정을 했더
정상적으로 메일이 발송 되었다.
추가로 메일 로그 확인 방법은
/opt/redmine-4.2.1-3/apps/redmine/htdocs/log/production.log
에서 확인이 가능하다.
320x100
'Linux' 카테고리의 다른 글
bitnami redmine 4.2.1-3 https 설정하기 (0) | 2024.07.11 |
---|---|
bitnami redmine 4.2.1-3 centos7에 설치 (0) | 2024.07.09 |
gitlab 암호 변경 방법 (0) | 2024.06.08 |
librenms error drawing graph no process (0) | 2024.06.07 |
ActiveRecord::DatabaseConnectionError: There is an issue connecting to your database with your username/password, username: gitlab (1) | 2024.06.04 |