centos7 Sendmail 설치 및 테스트 (기본) # Sendmail 설치 # Sendmail 설치 확인 [root@localhost ~]# rpm -qa sendmail* # Sendmail 설치 [root@localhost ~]# yum install sendmail sendmail-cf # Sendmail 시작과 자동실행 등록, 상태 확인 [root@localhost ~]# systemctl start sendmail [root@localhost ~]# systemctl enable sendmail [root@localhost ~]# systemctl status sendmail # Sendmail.mc 설정 [root@localhost ~]# vi /etc/mail/sendmail.mc # before dnl TRUST_AUTH_MECH(`EXT.. [ 서버 & DB 관련 ]/리눅스 4년 전
gmail smtp 메일 전송 오류 (authentication failed) 리눅스 서버 같은 gmail계정으로 두개 서버에서는 메일이 전송되는데, 한개 서버에서만 전송이 안됨. 왜 한 개 서버만 전송이 안되는지는 모르겠지만.. gmail 2단계 인증 설정후 > 앱 비밀번호 설정 후 전송이 가능 함 ================================================ 구글 계정 관리 https://myaccount.google.com/ 2단계 인증 설정 https://accounts.google.com/b/0/SmsAuthConfig?hl=ko 전화번호 입력 후 코드 전송>인증코드 입력 앱 등록및 비밀번호 설정 (앱(MAIL) 선택 후 생성) 원하는게 없으면 기타로 등록 (예:AWS Linux) https://security.google.com/setti.. 기타자료 4년 전