BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportGeneral SupportGeneral SupportSMTP Notifications doesn´t work.SMTP Notifications doesn´t work.
Previous
 
Next
New Post
3/19/2010 1:08 PM
 

I´m running version 0.7.942.0. I´v configured the smtp server but it doesn´t send any emails? There is no emails in the queue or drop on my smtp server. Anyone knows why???

 
New Post
3/23/2010 9:39 AM
 

I would start with a manual test of your SMTP server. From the box hosting the BugNET web application, try to telnet to the SMTP server.

telnet [hostname or IP] 25
Does it allow you to connect? No? Check your IP based access restrictions on the SMTP server or look at potential issues with firewalls blocking communication over TCP port 25.
If you can connect, issue the following commands to try and send off an email:
ehlo {enter}
mail from:[you can enter a dumby no_reply address for your domain] {enter}
rcpt to:[your own email address] {enter}
data {enter}
[email message body text] {enter]
.{enter}
{enter}
Pay attention to any messages returned by the SMTP server. If it complains about being unable to relay, check for any relay restrictions on the SMTP server.
telnet smtpServer 25
220 smtpServer Microsoft ESMTP MAIL Service, Version: 5.0.2195.6713 ready at
Tue, 23 Mar 2010 12:32:37 -0400
ehlo
250-smtpServer Hello [555.555.555.55]
250-TURN
250-ATRN
250-SIZE 10485760
250-ETRN
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-8bitmime
250-BINARYMIME
250-CHUNKING
250-VRFY
250 OK
mail from: no_reply@xxx.xx
250 2.1.0 no_reply@@xxx.xx....Sender OK
rcpt to:your_email@address.com
250 2.1.5 your_email@address.com
data
354 Start mail input; end with <CRLF>.<CRLF>
Testing SMTP relay
.
250 2.6.0 <smtpServerYDge6v00000038@smtpServer> Queued mail for delivery
quit
The email is queued and sent.
 
New Post
4/26/2010 9:04 PM
 

Is there any advances on this?

I am experiencing the same problem with version 0.7.942.

I've tried the smtp check suggested nurmire, and everything works fine as prescribed yet I get no emails

thanks in advance

Update:

I'm actually getting emails now, but emails reporting failure - SmtpFailedRecipientException (unable to relay) errors to be more exact. Any ideas?

 
New Post
4/27/2010 9:04 AM
 

We had to configure our exchange to allow relaying from 127.0.0.1 and our subnet 192.168.1.x


Follow me on twitter: @stewartmoss http://www.twitter.com/stewartmoss
Follow BugNETProject on twitter: @bugnetproject http://www.twitter.com/bugnetproject
 
New Post
11/1/2010 12:41 PM
 

I'm facing the same issue. Everything working fine. SMTP also relaying. But no notifications . Error displayed: 'Transport failed to connect to the server'. Checked with port 25, 465 and 587, but no success.



Help needed urgently as system goes in production in next 10 hours.

Thanks in advance.

 
Previous
 
Next
HomeHomeSupportSupportGeneral SupportGeneral SupportSMTP Notifications doesn´t work.SMTP Notifications doesn´t work.


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.