Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jun 2006
Posts: 14
Y
stranger
stranger
Y Offline
Joined: Jun 2006
Posts: 14
I am getting errors from my board when it tries to send an E-mail:

An error has occurred:

Unable to connect to the SMTP server. The following error was returned: Unknown error

The server either does not exist, or rejected the connection.

Please ensure that the UBB is allowed to relay mail through the server.

I am running Windows 2003 and Exchange 2003. I have played around with a bunch of relay settings in Exchange but can't seem to get this thing to send mail. Any Exchagne 2003 Gurus out there know what I am missing?

Joined: Jun 2006
Posts: 14
Y
stranger
stranger
Y Offline
Joined: Jun 2006
Posts: 14
No Exchange 2003 Gurus out there?

Joined: Oct 2006
Posts: 52
A
journeyman
journeyman
A Offline
Joined: Oct 2006
Posts: 52
i don't think exchange has something to do with sending emails it's more to manage mailboxes (though I don't have a clue really)

allen wrote an article on how to setup SMTP some time back
https://www.ubbdev.com/db/ultimatebb.php/topic/2/37.html

Joined: Jun 2006
Posts: 14
Y
stranger
stranger
Y Offline
Joined: Jun 2006
Posts: 14
That is an excellent article and I have already been through it a few times. It iw written for Exchange 2000 I beleive and Exchagne 2003 is very different. I attempted to set it up as close as I could figure it out to that article. I am hoping someoone that is using Exchange 2003 can tell me what the settings are in this version.

Joined: Jun 2006
Posts: 14
Y
stranger
stranger
Y Offline
Joined: Jun 2006
Posts: 14
Are there any other forums that may have some ideas for UBB/Exchange 2003 integration?

Joined: Jul 2006
Posts: 2,143
Pooh-Bah
Pooh-Bah
Joined: Jul 2006
Posts: 2,143
Unknown error usually indicates that there was no SMTP service listening on port 25 of the target machine.

Unfortunately, we have no documentation regarding Exchange. I'd suggest refering to the MSKB, as it may have some information on turning on normal SMTP services.


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]
Joined: Jun 2006
Posts: 14
Y
stranger
stranger
Y Offline
Joined: Jun 2006
Posts: 14
SMTP is up and running and processing mail for about 20 domains. My issue is how to allow UBB mail to pass through my server.

Joined: Jul 2006
Posts: 2,143
Pooh-Bah
Pooh-Bah
Joined: Jul 2006
Posts: 2,143
Can other email clients (not made by Microsoft <img src="https://www.ubbcentral.com/boards/images/graemlins/wink.gif" alt="" /> ) talk to the same SMTP server?


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]
Joined: Jun 2006
Posts: 346
R
enthusiast
enthusiast
R Offline
Joined: Jun 2006
Posts: 346
Is the webserver permitted to relay on the Virtual SMTP Server. I'm still on Exchange 2000, but I had to add allowed relays for an internal server in the Virtual SMTP Server in System Manager.

Joined: Jun 2006
Posts: 14
Y
stranger
stranger
Y Offline
Joined: Jun 2006
Posts: 14
I use some mailing software to send out newsletters and that works fine (non MS).

I tried opening up relay to all and it still gives me the same error.

Exchange 2003 does not have the same setup as Exchange 2000 for the virtual SMTP server, it is very confusing.

Where does UBB store the username password to use for the mail server?

Joined: Jun 2006
Posts: 346
R
enthusiast
enthusiast
R Offline
Joined: Jun 2006
Posts: 346
According to Charles' Post there are some adjustments that can be made to recent versions for Authentication that he can do via a support ticket, however, I'm not sure if they are still valid or not considering the post is almost a year old.

Joined: Jun 2006
Posts: 14
Y
stranger
stranger
Y Offline
Joined: Jun 2006
Posts: 14
Charles,

Is there a way to use authentication for SMTP still?
That sounds like it may help us Exchage 2003 users.

Joined: Jul 2006
Posts: 2,143
Pooh-Bah
Pooh-Bah
Joined: Jul 2006
Posts: 2,143
Through a few small code changes, we can use the Auth::SASL Perl module to send SMTP authentication.

However, the problem you are having here is occuring while actually establishing the connection to the SMTP server. You can't authenticate if you can't connect in the first place.


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]
Joined: Jun 2006
Posts: 14
Y
stranger
stranger
Y Offline
Joined: Jun 2006
Posts: 14
I don't think it is a connecton problem. I think the rejected the message is the part that is causing problems. Are there any logs with UBB that will tell me if it is getting to the mail server at all?

Joined: Jul 2006
Posts: 2,143
Pooh-Bah
Pooh-Bah
Joined: Jul 2006
Posts: 2,143
The error message above only occurs while trying to connect.

No connection can be established. There is no other way to interpret that error message. The error is provided by the native perl networking modules, not the UBB.

Only once the connection is established can any inspection of the SMTP transaction take place.

Have you tried configuring your UBB to use an external SMTP server? Have you tried making a UBB installation on another machine entirely and having it talk to the existing SMTP server? We need to establish if this is a problem with the SMTP server not accepting connections, or with the Perl installation not being able to create connections.


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]
Joined: Jun 2006
Posts: 14
Y
stranger
stranger
Y Offline
Joined: Jun 2006
Posts: 14
I just tried two other mail servers and got the same error message.
Does that make it a PERL problem?

Joined: Jul 2006
Posts: 2,143
Pooh-Bah
Pooh-Bah
Joined: Jul 2006
Posts: 2,143
Sounds like it.

Please uninstall and reinstall Perl on the machine. After the reinstall, make sure that the IUSR_ account for the machine has at least read access to the entire c:Perl directory tree.

If there is any software network firewall on the machine, disable it as a troubleshooting measure.


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]
Joined: Jun 2006
Posts: 14
Y
stranger
stranger
Y Offline
Joined: Jun 2006
Posts: 14
I reinstalled PERL and set the permissions as you said. I had PERL installed in D:PERL but I reinstalled it to C:PERL thinking it may help. Now I get a page not found as soon as I try to connect to my forums. Is there a file that I need to edit to tell UBB where PERL is?

Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
cp.cgi and ultimatebb.cgi line1


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Jun 2006
Posts: 14
Y
stranger
stranger
Y Offline
Joined: Jun 2006
Posts: 14
Should cgi files be mapped to PERLis.dll or Perl.exe?
I used Perl.exe.

I am still getting the same error with this new install of PERL:

An error has occurred:

Unable to connect to the SMTP server. The following error was returned: Unknown error

The server either does not exist, or rejected the connection.

Please ensure that the UBB is allowed to relay mail through the server.

Joined: Jul 2006
Posts: 2,143
Pooh-Bah
Pooh-Bah
Joined: Jul 2006
Posts: 2,143
You should be using the Perl EXE file - the DLL is a bit unstable when used with UBB.classic.

Okay, so it seems that Perl is still being denied the ability to connect to the SMTP machine... Time to try from an outside source to be 110% sure. Do you have any other machines available to you (preferably a Unix-based machine as to also eliminate Windows from the problem list) that you can try a UBB install on?


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]
Joined: Jun 2006
Posts: 14
Y
stranger
stranger
Y Offline
Joined: Jun 2006
Posts: 14
I don't have any Unix based machines nor do I know anything about UNIX. Does anyone have a UNIX UBB test board that I can allow relay on my Exchange server to and see if it works?

Keep in mind I did try two other mail servers as well (they were both Exchange also though). Does anyone have a mail server that I can point to for testing?

Joined: Jul 2006
Posts: 2,143
Pooh-Bah
Pooh-Bah
Joined: Jul 2006
Posts: 2,143
I think from here, it'd be best if we picked this up in a support ticket. Chances are that your server is in-house, and we'd want to arrange proper access, etc.

In the ticket body, please include the URL to this topic ( https://www.ubbcentral.com/ubb/ultimatebb.php/topic/10/3079.html ) and a request that the ticket be assigned to me. Thanks!


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]
Joined: Jun 2006
Posts: 14
Y
stranger
stranger
Y Offline
Joined: Jun 2006
Posts: 14
Charles decided while working with me on a support ticket that this is a PERL issue, not an exchange issue. Is anyone using Windows 2003 for their UBB and using some type of E-mail notification? If so, what version of PERL are you using? Perhaps I need an older version of PERL?


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
1 members (1 invisible), 816 guests, and 465 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)