Koozali.org: home of the SME Server

Making correct connections for email with word press

Offline jock

  • **
  • 33
  • +0/-0
Making correct connections for email with word press
« on: November 03, 2008, 07:03:00 PM »
 I have installed wordpress and it works fine with the exception of the emailing function. This is the message I get: Remote host said: 553 #5.1.8 Domain of sender address <wordpress@homeserver.johnjchisholm.ca> does not resolve

I figure it has to do with either the wordpress address or the blog address as they are both set to http://homeserver/wordpress. I changed them and then had to reinstall as I couldn't log in as admin. It kept sending me to a non-exsiting site on my server.

I have a form set up on the site and it functions. An email is sent to both my horde address and the one for my isp account and information is placed in a mysql database associated with the form. So it appears the pop3 and smtp are working on the server. Any suggestions?

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Making correct connections for email with word press
« Reply #1 on: November 03, 2008, 09:33:13 PM »
jock

I suggest you fix the external DNS records so that domain name resolves correctly.

Error message from Firefox

The requested URL could not be retrieved
While trying to retrieve the URL: http://homeserver.johnjchisholm.ca/
The following error was encountered:
    Unable to determine IP address from host name for homeserver.johnjchisholm.ca
The dnsserver returned:
    Name Error: The domain name does not exist.
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline jock

  • **
  • 33
  • +0/-0
Re: Making correct connections for email with word press
« Reply #2 on: November 03, 2008, 10:21:43 PM »
Being a newbie I need more information. When I type in johnjchisholm.ca/wordpress I get to the right page. When I go to the settings page I am not sure where to go and make the change.

Offline dmay

  • *
  • 450
  • +0/-0
    • http://myezserver.com
Re: Making correct connections for email with word press
« Reply #3 on: November 03, 2008, 10:56:25 PM »
I have installed wordpress and it works fine with the exception of the emailing function.

Honestly you do not clearly state what emailing function you are talking about. If you mean user notifications, this is set in wp-admin under Settings > General. If you mean blog via email, this is set in wp-admin under Settings > Writing.

Darrell

Offline jock

  • **
  • 33
  • +0/-0
Re: Making correct connections for email with word press
« Reply #4 on: November 03, 2008, 11:05:57 PM »
Sorry, it is user notification that I am trying to set up. I have been into the general area and can't figure out which setting I need to change.

Offline jock

  • **
  • 33
  • +0/-0
Re: Making correct connections for email with word press
« Reply #5 on: November 04, 2008, 12:39:37 AM »
I have been searching more information. I am wondering about configure smtp which is a plug in for wordpress, do you know anything about this?

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Making correct connections for email with word press
« Reply #6 on: November 04, 2008, 06:22:08 AM »
jock

Are you ignoring the error message and my post #2 about your domain not resolving ???
You are trying to send email but the recipient doesn't like you because your domain does not resolve.

> Remote host said: 553 #5.1.8 Domain of sender address <wordpress@homeserver.johnjchisholm.ca> does not resolve

Fix your external DNS records, whoever looks after your domain name should do this.


Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline jock

  • **
  • 33
  • +0/-0
Re: Making correct connections for email with word press
« Reply #7 on: November 04, 2008, 11:53:08 PM »
No, Mary not ignoring but am in the dark of how to change this within the system. I look after the domain name.

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Making correct connections for email with word press
« Reply #8 on: November 05, 2008, 06:42:11 AM »
jock

You do not change it on smeserver. You must configure external DNS records to point that domain name at your sme servers public IP.

Read this Appendix B , and search Internet for DNS.

http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Appendix
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline jock

  • **
  • 33
  • +0/-0
Re: Making correct connections for email with word press
« Reply #9 on: November 06, 2008, 01:05:33 AM »
Mary, thanks, I read the article you referenced. I am still confused. I have my dns pointing to my sme server through everydns.net. I checked out their site again to see if there were any other settings and can't find any.

 I can send and receive email via horde at myname@mydomainname.ca. I have written a php script to send an email notification from a form that inserts information into a mysql database and forwards the information to me via email and this works just fine. I get it at both my domain address and my isp address.

The settings are I have for wordpress are:

The wordpress address is http://homeserver/wordpress
The blog address is http://homeserver/wordpress
The email address is jjchisholm@accesswave.ca

Is the issue with one of these? As everything else works fine. I am learning all of this as I go.

Offline jock

  • **
  • 33
  • +0/-0
Re: Making correct connections for email with word press
« Reply #10 on: November 06, 2008, 02:45:02 AM »
  :grin: Mary, thanks for your patience and help. I finally came to a solution. I downloaded a plugin from coffee2code.com and installed it. It allowed me to configure wordpress to use smtp as my email option. It works fine.

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Making correct connections for email with word press
« Reply #11 on: November 06, 2008, 05:24:06 AM »
jock

Your URL still does not resolve properly, at least not from my part of the world.

The requested URL could not be retrieved
While trying to retrieve the URL: http://www.homeserver.johnjchisholm.ca/
The following error was encountered:
    Unable to determine IP address from host name for www.homeserver.johnjchisholm.ca
The dnsserver returned:
    Name Error: The domain name does not exist.
This means that:
 The cache was not able to resolve the hostname presented in the URL.
 Check if the address is correct.

or

The requested URL could not be retrieved
While trying to retrieve the URL: http://homeserver.johnjchisholm.ca/
The following error was encountered:
    Unable to determine IP address from host name for homeserver.johnjchisholm.ca
The dnsserver returned:
    Name Error: The domain name does not exist.
This means that:
 The cache was not able to resolve the hostname presented in the URL.
 Check if the address is correct.


Your external DNS records or server configuration (virtual domains) is wrong.
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline jock

  • **
  • 33
  • +0/-0
Re: Making correct connections for email with word press
« Reply #12 on: November 06, 2008, 02:03:47 PM »
 :grin:Go to http://johnjchisholm.ca click on the vgh link and then onto the blog. Hopefully you will find that it works. homeserver is the name of the box that blog is hosted on.

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Making correct connections for email with word press
« Reply #13 on: November 06, 2008, 04:29:54 PM »
:grin:Go to http://johnjchisholm.ca click on the vgh link and then onto the blog. Hopefully you will find that it works. homeserver is the name of the box that blog is hosted on.
That does not work either. The blog link links to: http://homeserver/wordpress/ which is not a valid internet domain as it does not even contain a country code.

And somehow accessing the direct IP number from your site links me to microsoft.
« Last Edit: November 06, 2008, 04:34:00 PM by cactus »
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline jock

  • **
  • 33
  • +0/-0
Re: Making correct connections for email with word press
« Reply #14 on: November 06, 2008, 07:36:37 PM »
Mary, I believe the issue is that I don't have wordpress in an ibay and so it is not accessable from the net. I have to figure out how to move it into its own ibay and give the world access to it. That is my project for today.

Thanks for taking the time to keep hitting me over the head with the obvious!! It wasn't until you replied that it dawned on me what the issue was.