Cannot connect to email server
Forum rules
Help us help you:
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.
Cannot connect to email server
I don't remember when I started to have this issue of not being able to send notification emails, but I can't seem to figure out what the issue is. I have tried different mail servers to no avail. Is there a more verbose error message that I could check?
Re: Cannot connect to email server
Sorry, I found the "Show logging" link and opened the log. Unfortunately, it only goes up to five days ago: not the most current one. How do I get the updated logs? I think that when I restart the program it updates the log, but I don't see anything about mail in the logs.
-EDIT-
Again, sorry for the unnecessary posting.
I have finally found the culprit:
2010-01-09 01:18:48,671::DEBUG::[email:68] Non-SSL mail server detected reconnecting to server smtp.XXXX.com:25
2010-01-09 01:19:09,592::ERROR::[email:74] Failed to connect to mail server
Is there a way to specify the port? Apparently my mail server uses port 587.
-EDIT-
Again, sorry for the unnecessary posting.
I have finally found the culprit:
2010-01-09 01:18:48,671::DEBUG::[email:68] Non-SSL mail server detected reconnecting to server smtp.XXXX.com:25
2010-01-09 01:19:09,592::ERROR::[email:74] Failed to connect to mail server
Is there a way to specify the port? Apparently my mail server uses port 587.
Last edited by nomad on January 9th, 2010, 1:26 am, edited 1 time in total.
Re: Cannot connect to email server
You could have read the online Helo (Help menu in Config->Email).nomad wrote: Is there a way to specify the port? Apparently my mail server uses port 587.
Code: Select all
my.mail.server:587
Re: Cannot connect to email server
Adding the port fixed the problem for me . It's weird that it was working without it in previous versions of sab.shypike wrote:You could have read the online Helo (Help menu in Config->Email).nomad wrote: Is there a way to specify the port? Apparently my mail server uses port 587.Code: Select all
my.mail.server:587
Thanks.