Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
justforkidding opened this issue Jun 16, 2015 · 5 comments
Open

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

justforkidding opened this issue Jun 16, 2015 · 5 comments

Comments

@justforkidding
Copy link

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 .
[->] 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.

@DmitryINdig0
Copy link

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
Copy link
Owner

@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
Copy link
Author

@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
Copy link
Author

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

@gdvyas
Copy link

gdvyas commented Feb 26, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants