0
Google 서버 중 하나에서 향후 DOS 공격을 막기 위해 Apache Mod Evasion을 설정하려고합니다. 모든 것이 이메일 알림 외부에서 잘 작동하는 것 같습니다. 스택은 Ubuntu Server 16.04에서 PHP 7.1 및 Apache2.4를 실행 중입니다. 여기회피 이메일 알림 문제
[email protected]
FromLineOverride=YES
Debug=YES
UseSTARTTLS=YES
UseTLS=YES
mailhub=email-smtp.us-east-1.amazonaws.com:465
AuthUser=#######
AuthPass=#######
AuthMethod=LOGIN
: 여기
<IfModule mod_evasive20.c>
DOSHashTableSize 3097
DOSPageCount 1
DOSSiteCount 1
DOSPageInterval 10
DOSSiteInterval 10
DOSBlockingPeriod 10
DOSEmailNotify root
#DOSSystemCommand "su - someuser -c '/sbin/... %s ...'"
DOSLogDir "/var/log/mod_evasive"
</IfModule>
가 ssmtp.conf 파일입니다 : 여기
sudo su - www-data -s /bin/bash -c 'echo "this is the body" | mail -s "Subject" [email protected] [email protected]'
이 모드 evasion.conf입니다 :
이메일 테스트 명령을 통해 잘 작동 revaliases 파일입니다.
root:[email protected]:email-smtp.us-east-1.amazonaws.com:25
www-data:[email protected]:email-smtp.us-east-1.amazonaws.com:25