Quote:
emitojleyes wrote:
as i said, i tried every avaiable sending method, by trying to send a mail to a google account;
i even tried using smtp.gmail.com and my username and password.
Emilio,
First things first... Let's work on your SMTP server...
Is your SMTP server hosted on your own server hardware/software, or on a web service provider's server?
If it's your own server, what software are you using?
If it's your own server, did it ever work before (I assume so from your previous posting)?
If it worked before, have you recently upgrade or changed anything? If so, confirm that you didn't screw something up when you did the upgrade/change.
Second, on the server, whether yours, or a web hosting provider's, is the default port number for SMTP, 25, configured as being the one in use, or is some other port number in use for SMTP? If it's anything other than 25, you'll have to have it match on your SMTP server, your Firewall, and you XOOPS mail install (just add :(the actual port number) on the end of your SMTP server address if using SMTP or SMTP/Auth. For example if port 443 was configured, you would put "YourServerDNSorIPAddress:443" as the entry.
Also check whether you are using SSL or some other encryption protocol on your SMTP authentication login. This is becoming more common with ISPs.
Third, check your firewall (or router firewall) and verify that the port in use is "open" or not blocked.
If some port other than 25 was set on your SMTP server, check for that port being open correctly on your firewall or router firewall (this is a very common problem).
If none of that helped...
Last, try Google again, but know that Google SMTP uses "funny" port numbers, not port 25, and I believe they use SSL encryption as well. Confirm that with Google SMTP online help (it's in the web mail main menu at the top under HELP) and try it again with the right info.
Quote:
I previously have developed a web page for an organization, used laisie, used php mail and worked fine with external mail accounts (yahoo, hotmail, etc.)
I have previously had Liaise fail when my ISP (PowWeb) made changes to their SpamAssassin configuration, causing my mail "forwards" to cease functioning. Deleting the e-mail forwards and re-adding them solved that one for me. Liaise does it's own thing in it's configuration, but uses the XOOPS mail routines to send, so it SHOULD work if you can send via the "Send to Users" in Admin.
Quote:
But when deployed XOOPS as my intranet, enabled XOOPS server machine for internet access and set the same configuration, the message mentioned appeared.
Could it be some security restriction on my router, or something like that?
any other tip where to start the search?
Thanks very muuch!!!
Emilio Leyes
Salta, Argentina
I believe it's either something in your user name or password being wrong, OR, the port number being wrong in your SMTP server, OR, secure encryption being reversed on/off from where it needs to be, OR, you firewall blocking the port in use, OR, some combination of these things...
Keep your chin up! It'll be one of those, or your ISP has screwed you up in some way. Get back to us with the config info above if none of my suggestions work...
L8tr...