docker-postfix icon indicating copy to clipboard operation
docker-postfix copied to clipboard

I am not able to receive mail in my inbox

Open justforkidding opened this issue 9 years ago • 5 comments

When i am sending mail it shows that mail was sent i.e. queued as follows:- [<-] 220 mail.monstorm.com ESMTP Postfix (Ubuntu) [->] HELO monstorm.com [<-] 250 mail.monstorm.com [->] MAIL FROM:[email protected] [<-] 250 2.1.0 Ok [->] RCPT TO:[email protected] [<-] 250 2.1.5 Ok [->] DATA [<-] 354 End data with <CR><LF>.<CR><LF> [->] Received: by monstorm.com (sSMTP sendmail emulation); Tue, 16 Jun 2015 14:09:44 +0000 [->] Date: Tue, 16 Jun 2015 14:09:44 +0000 [->] From:[email protected] [->] To:[email protected] [->] Subject:Test Dev V [->] [->] Hi All, [->] Release will start on DEV and NCDEV server in next 15 min. [->] Please Commit your files in next 10 min. [->] . [<-] 250 2.0.0 Ok: queued as F21133DA3 [->] QUIT [<-] 221 2.0.0 Bye

But i am not able to receive mail in inbox nor in my spam. Please give me any suggestions it's really urgent.

justforkidding avatar Jun 16 '15 14:06 justforkidding

Try investigate a logs with "docker logs" when you sending email. Also you can try send email on other email host i.e. gmail and check spam folder.

DmitryINdig0 avatar Jun 16 '15 20:06 DmitryINdig0

@justforkidding Sorry for late reply. I'm a amateur programmer and don't have enough time to Q&A. Please refer to #1 which may be helpful. Thanks.

catatnight avatar Jun 17 '15 12:06 catatnight

@DmitryINdig0 thanks. I have tried sending email i.e. gmail but it will not received in inbox. And i've also checked "docker logs" but it is not displaying any error.

justforkidding avatar Jun 18 '15 10:06 justforkidding

@catatnight is there any other solution for this issue??

justforkidding avatar Jun 20 '15 04:06 justforkidding

Seems like you want to use docker as relay only. Your actual mail domain is hosted on some other service provider. If you want to try you can build docker from https://github.com/gdvyas/docker-postfix/ and and add -e YOURDOMAIN.TLD:relay:YOUR_ISP_OUTGOING_SMTP_SERVER in docker run option.

gdvyas avatar Feb 26 '16 13:02 gdvyas