mail server - postfix
페이지 정보
작성자 조희승 댓글 0건 조회 8,249회 작성일 17-04-07 23:10본문
https://easyengine.io/tutorials/linux/ubuntu-postfix-gmail-smtp/
단지 메일만 보낼거면 그냥 apt-get install 만으로 충분함
설치할때 internet server 로 설지
smtp.gmail.com 같은데로 relay시킬려면 위에 url 참조
smtp.gmail.com 서버에서 거부하는 경우가 있음
/var/log/mail.log에서 확인 가능
530-5.5.1 Authentication Required.
이런 경우 두가지
- 새 기기에서 로그인시 captcha를 풀어주어야 함
- Access for less secure apps 도 풀어주어야 함
https://productforums.google.com/forum/#!topic/gmail/t_bozP2Cy8o;context-place=forum/gmail/categories
Access for less secure apps 도 풀어주어야 함 -----> 이게 사라짐
https://jie0025.tistory.com/489
2단계 인증을 사용하고 앱비번을 세팅해서 사용하여야 함
sasl_passwd에서 암호 바꾸고,
postmap /etc/postfix/sasl_passwd 이렇게 해서 반영해줘야 함
단지 메일만 보낼거면 그냥 apt-get install 만으로 충분함
설치할때 internet server 로 설지
smtp.gmail.com 같은데로 relay시킬려면 위에 url 참조
smtp.gmail.com 서버에서 거부하는 경우가 있음
/var/log/mail.log에서 확인 가능
530-5.5.1 Authentication Required.
이런 경우 두가지
- 새 기기에서 로그인시 captcha를 풀어주어야 함
- Access for less secure apps 도 풀어주어야 함
https://productforums.google.com/forum/#!topic/gmail/t_bozP2Cy8o;context-place=forum/gmail/categories
Access for less secure apps 도 풀어주어야 함 -----> 이게 사라짐
https://jie0025.tistory.com/489
2단계 인증을 사용하고 앱비번을 세팅해서 사용하여야 함
sasl_passwd에서 암호 바꾸고,
postmap /etc/postfix/sasl_passwd 이렇게 해서 반영해줘야 함
댓글목록
등록된 댓글이 없습니다.