qmail install(ft. centos7x)
# E-Mail2024. 11. 15. 16:19qmail install(ft. centos7x)

설치환경[root@localhost tcprules.d]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 작성일 기준 EOS됨!! 아래와 같이 리포지토리 변경tee /etc/yum.repos.d/CentOS-Base.repo conf-home make make setup check Daemontools 0.76 설치cd /var/tmp wget http://cr.yp.to/daemontools/daemontools-0.76.tar.gz wget http://qmail.org/moni.csi.hu/pub/glibc-2.3.1/daemontools-0.76.errno.patch tar xfz daemontools-0.76.tar.gz cd adm..

mailcow install(ft. docker)
# E-Mail2024. 3. 28. 18:58mailcow install(ft. docker)

[darksharavim]yum update [darksharavim]yum install docker-compose-plugin [darksharavim]docker -v Docker version 26.0.2, build 3c863ff [darksharavim]docker-compose -v docker-compose version 1.29.2, build 5becea4 [darksharavim]su # umask 0022 #

550-5.7.1 is: duplicate To headers
# E-Mail2022. 12. 6. 11:17550-5.7.1 is: duplicate To headers

지메일로 메일발송시 아래와 같이 리턴. 550-5.7.1 [x.x.x.x] This message is not RFC 5322 compliant, the issue 550-5.7.1 is: duplicate To headers. To reduce the amount of spam sent to Gmail, 550-5.7.1 this message has been blocked. Please review 550 5.7.1 RFC 5322 specifications for more information. u189-20020a6279c6000000b0057629288720si12847103pfc.176 - gsmtp (Tried: Tue,06 Dec 2022 10:40:11 +0900) 헤더를 분석해보니 아래..

550-5.7.1 Messages missing a valid messageId header are not
# E-Mail2022. 10. 27. 16:41550-5.7.1 Messages missing a valid messageId header are not

지메일발송시 아래와 같이 리턴됨. Remote host said[Response Message]: 550-5.7.1 [x.x.x.x] Messages missing a valid messageId header are not 550 5.7.1 accepted. k4-20020a170902ce0400b001746ff6ee6dsi554631plg.413 - gsmtp STEP: DATA SEND 메일 헤더를 확인해보니아래와 같이 되어 있음(@가 2개!) Message-ID: X-Mailer: Microsoft Office Outlook 12.0 아웃룩버전이 2007.. 아웃룩 버전 확인 (tistory.com) 아웃룩 버전 확인 Since the first release of Outlook, Microsoft..

curl이용 imap 및 pop3 접속체크
# E-Mail2022. 9. 23. 15:12curl이용 imap 및 pop3 접속체크

imap check [darksharavim.tistory.com]curl -u "mailid@test.com:password" ₩ imap://mail.test.com/inbox pop3 check [darksharavim.tistory.com]curl -u "mailid@test.com:password" ₩ pop3://mail.test.com/inbox

image