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

curl smtp command
# E-Mail2022. 9. 23. 08:45curl smtp command

curl을 이용해서 메일발송. curl 버전 7.20.0 이상에서만 작동합니다. 따라서 이전 버전의 curl을 사용하고 있다면, 업그레이드하여 --mail-from 옵션을 사용할 수 있는지 확인해야 합니다. 사전에 아래처럼 발송할 내용을 파일(mailsample.txt)로 생성. from: to: subject: test mail sorry, this is test mail . 인코딩해서 발송할 경우는 헤더에 아래내용 추가해야 함. from: to: subject: test mail MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain;charset=utf-8 sorry, this is test mail. 파일을 생성했으면 ..

image