catatnight / docker-postfix

run postfix with smtp authentication (sasldb) in a docker container
MIT License
309 stars 220 forks source link

I am not able to receive mail in my inbox #6

Open justforkidding opened 9 years ago

justforkidding commented 9 years ago

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:rohit.khose@monstorm.com [<-] 250 2.1.0 Ok [->] RCPT TO:rohit.khose@nciportal.com [<-] 250 2.1.5 Ok [->] DATA [<-] 354 End data with . [->] 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:rohit.khose@monstorm.com [->] To:rohit.khose@nciportal.com [->] 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.

DmitryINdig0 commented 9 years ago

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.

catatnight commented 9 years ago

@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.

justforkidding commented 9 years ago

@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 commented 9 years ago

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

gdvyas commented 8 years ago

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.