Failed to connect to mail server

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
kamaran
Newbie
Newbie
Posts: 5
Joined: April 4th, 2012, 10:30 am

Failed to connect to mail server

Post by kamaran »

Hi Guys,

Sabnzbd use to send me email notifications fine, a few days ago I upgraded and now I get the following message whenever testing:

"Failed to connect to mail server"

I have tried the recommended gmail settings, blueyonder, yahoo - nothing works.

I have also tried disabling my firewall - again no good.

I'm now running the win32 version 0.7.0Beta3 on Windows Home server 2011.

Help please
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Failed to connect to mail server

Post by sander »

Possible causes:

- incorrect / mis-spelled mail server setting
- your firewall blocking outgoing smtp-sessions
- your ISP blocking outgoing smtp-sessions (only allowing their own SMTP-server)

HTH
kamaran
Newbie
Newbie
Posts: 5
Joined: April 4th, 2012, 10:30 am

Re: Failed to connect to mail server

Post by kamaran »

sander wrote:Possible causes:

- incorrect / mis-spelled mail server setting
- your firewall blocking outgoing smtp-sessions
- your ISP blocking outgoing smtp-sessions (only allowing their own SMTP-server)

HTH
Thanks for the reply, unfortunately I don't think that's it:

I triple checked the smtp server spellings - and used copy and paste where possible.

Firewall is disabled

smtp is working fine from Outlook on my other PC's?
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Failed to connect to mail server

Post by sander »

OK, that makes me even more convinced it's your firewall and/or virusscanner.

So my advice:
Temporarily de-install and remove your firewall(s). Disabling is often not enough.
Temporarily de-install and remove your viruscanner(s). Disabling is often not enough.
Reboot your system
Try again
PacoBell
Release Testers
Release Testers
Posts: 14
Joined: March 23rd, 2008, 5:17 pm

Re: Failed to connect to mail server

Post by PacoBell »

It's none of the above. Gmail, at least, requires SSL/TLS. I'm guessing (just a hunch) that SAB doesn't support SMTP over SSL yet. If not, that needs to be fixed.
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Failed to connect to mail server

Post by sander »

PacoBell wrote:It's none of the above. Gmail, at least, requires SSL/TLS. I'm guessing (just a hunch) that SAB doesn't support SMTP over SSL yet. If not, that needs to be fixed.
No; SAB has no problems sending via gmail-smtp-in.l.google.com

FWIW: this is de logging of SAB sending mail via gmail-smtp-in.l.google.com:

Code: Select all

2012-08-16 10:47:32,779::INFO::[api:640] Sending testmail
2012-08-16 10:47:32,781::DEBUG::[emailer:59] Connecting to server gmail-smtp-in.l.google.com.:25
2012-08-16 10:47:32,900::DEBUG::[emailer:72] Non-SSL mail server detected reconnecting to server gmail-smtp-in.l.google.com.:25
2012-08-16 10:47:32,989::DEBUG::[emailer:86] TLS mail server detected
2012-08-16 10:47:33,163::INFO::[emailer:123] Notification e-mail succesfully sent
... and the mail indeed arrives in the destination mailbox.

And: the OP cannot send via any mail/smtp server, so it's not gmail related.

HTH
kamaran
Newbie
Newbie
Posts: 5
Joined: April 4th, 2012, 10:30 am

Re: Failed to connect to mail server

Post by kamaran »

I eventually got this working to gmail, blueyonder failed.
Post Reply