By Joe Rebele on Monday, 15 September 2014
Posted in Technical Issues
Replies 7
Likes 0
Views 655
Votes 0
Hello, I am having a hard time getting the remote publishing working. I've included the site credentials and would really appreciate some help. I am kind of new to this, but I believe I setup the cron job correctly and the login credentials for it. I'm including a link with the details for the mail server. Thanks in advance.
https://webmail.partnerhosted.com/owa/?ae=Options&t=About&pspid=_1410790003234_99889100
Hello Joe,

There's actually some errors in your mail settings as the script is hitting this error,


array(1) { [0]=> string(66) "Can't connect to webmail.partnerhosted.com,993: Connection refused" }


It is either the mail server is rejecting the connection from your server (Due to firewall policies) or the settings is actually incorrect for the host name and imap port. Can you please check this with your hosting / email hosting provider?
·
Tuesday, 16 September 2014 00:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark,

Thanks for the reply! Sorry for the delay in getting back to you. In order to test the connectivity I have setup in EasyBlog, I configured Outlook 2013 with the setting I am using in EasyBlog. Outlook 2013 connects to the mail server (Exchange) fine and retrieves and send email. Can you let me know what the connection string is that you are using to access the mail server so I can provide it to our email vendor? Thanks for all the help!

Regards,
Joe
·
Tuesday, 23 September 2014 22:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Joe,

Can you please share the connection settings that you used on your Microsoft Outlook so that I can try to set this up on your site? EasyBlog actually requires the IMAP settings.
·
Tuesday, 23 September 2014 22:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark,

Thanks! The following is the information you requested:



I confirmed this email by going to email.nphic.org and logging in with the username and password, so I know that it works. Please let me know if you provide me with some guidance on resolving this issue. The email vendor has not be much help. I did have them open the firewall for the website ip address.

Thanks,
Joe
·
Tuesday, 23 September 2014 23:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Joe,

Hm, I am just guessing that the host name you gave me was wrong? It should be webmail.partnerhosted.com instead of webmail.hostedpartner.com ? Anyway I am still hitting the same issue below,


array(1) { [0]=> string(66) "Can't connect to webmail.partnerhosted.com,993: Connection refused" }


I do think that for some reasons, your hosting provider or Microsoft Outlook is preventing access from your server.
·
Tuesday, 23 September 2014 23:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark,

Thanks! I'll go back at the email vendor and see if I can get them to look at the firewall again. How is EasyBlog trying to connect to the Exchange server? PHP script? I want to be able to provide them with some details regarding the connection string.

Thanks,
Joe
·
Wednesday, 24 September 2014 00:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Joe,

It actually uses the imap library in PHP
·
Wednesday, 24 September 2014 00:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post