Failed to send e-mail, after upgrade to 0.5.2

Report & discuss bugs found in 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
saroz
Newbie
Newbie
Posts: 9
Joined: June 15th, 2010, 2:21 am

Failed to send e-mail, after upgrade to 0.5.2

Post by saroz »

Upgraded to 0.5.2 on OSX, and now SABnzbd won't send mails.

I use SMTP AUTH, didn't change any settings, but when I click 'test e-mail' it simply hangs and then comes up with 'Failed to send test email'. If I downgrade to 0.5.0 it works fine.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Failed to send e-mail, after upgrade to 0.5.2

Post by shypike »

Go to Connections.
Set logging level to debug.
Send a test email.
Inspect the log file.
It should contain more details.
saroz
Newbie
Newbie
Posts: 9
Joined: June 15th, 2010, 2:21 am

Re: Failed to send e-mail, after upgrade to 0.5.2

Post by saroz »

Nope
# grep mailer sabnzbd.log
2010-06-17 02:07:10,275::INFO::[emailer:57] Connecting to server mail.foo.com:25
2010-06-17 02:07:10,387::DEBUG::[emailer:70] Non-SSL mail server detected reconnecting to server mail.foo.com:25
2010-06-17 02:08:10,738::ERROR::[emailer:106] Failed to send e-mail
2010-06-17 09:15:20,631::INFO::[emailer:57] Connecting to server mail.foo.com:25
2010-06-17 09:15:20,787::DEBUG::[emailer:70] Non-SSL mail server detected reconnecting to server mail.foo.com:25
2010-06-17 09:16:21,064::ERROR::[emailer:106] Failed to send e-mail
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Failed to send e-mail, after upgrade to 0.5.2

Post by shypike »

There may be more info around these messages.

Maybe SABnzbd doesn't want to talk to your mail server (or vice versa).
Do you have any alternative email gateway (Google perhaps) ?
saroz
Newbie
Newbie
Posts: 9
Joined: June 15th, 2010, 2:21 am

Re: Failed to send e-mail, after upgrade to 0.5.2

Post by saroz »

There isn't any more info, I checked :s

As I said, if I downgrade to 0.5.0, it works fine.
saroz
Newbie
Newbie
Posts: 9
Joined: June 15th, 2010, 2:21 am

Re: Failed to send e-mail, after upgrade to 0.5.2

Post by saroz »

The mailserver fails with:

Jun 18 08:42:03 vip1 postfix/smtpd[9777]: connect from unknown[MYIP]
Jun 18 08:42:03 vip1 postfix/smtpd[9777]: F06266D64A9: client=unknown[MYIP], sasl_method=PLAIN, sasl_username=MY-USERNAME
Jun 18 08:47:03 vip1 postfix/smtpd[9777]: timeout after DATA (0 bytes) from unknown[MYIP]
Jun 18 08:47:03 vip1 postfix/smtpd[9777]: disconnect from unknown[MYIP]
saroz
Newbie
Newbie
Posts: 9
Joined: June 15th, 2010, 2:21 am

Re: Failed to send e-mail, after upgrade to 0.5.2

Post by saroz »

Works in 0.5.3, thanks for the fix :)
xpantz
Newbie
Newbie
Posts: 1
Joined: November 11th, 2010, 6:50 am

Re: Failed to send e-mail, after upgrade to 0.5.2

Post by xpantz »

old thread but... seems this isn't happening much so I'll just put it here.

I'm running SABNZBD on a Synology DS209. (NAS / linux)

I just upgraded to 0.5.4 from a 0.4.x version.

Now email fails.

I tried my ISP and my own webhost to launch the mails but both fail.  same details were fine before.

gmail (imap.gmail.com) works just fine.

I'm happy enough to use gmail but just hate it when things won't play nice :-)

I'll go post this on Synologys site too but I'll put it here for reference.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Failed to send e-mail, after upgrade to 0.5.2

Post by shypike »

The penalty of supporting email at all is complaints about compatibility.
The older versions have their own problems.
Email protocols are old, but still inconsistently implemented.
The ISP mail servers are the worst...
Mine won't accept UTF-8, while it should.

SABnzbd's email module isn't perfect either, but we lack the means
of testing with a wide range of servers.
Post Reply