News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

"Could not connect to smtp host : 111 : Connection refu

Started by lolkrusty, October 09, 2003, 01:46:10 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

lolkrusty

When I try to register a user, after the registration screen,  i have this message

"Ran into problems sending Mail. Response: 502 Error: command not implemented"
with smtp.free.fr

or

"Could not connect to smtp host : 111 : Connection refused"
with smtp.club-internet.fr

in my "mailer.inc.php":
$CONFIG['smtp_host'] = 'smtp.club-internet.fr';
$CONFIG['smtp_username'] = 'myrealusername';
$CONFIG['smtp_password'] = 'mypassword';

What is the problem?

hyperion

Are you attempting to use Sendmail on one server when you are hosted on another?
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

Joachim Müller

there have been various issues with the free host free.fr. My first guess is they won't allow you to use sendmail at all. Please do a lookup on their site (some howto) or contact the staff there for help and let us know, so we can add the information to the faq...

GauGau

lolkrusty

thx

sendmail is not installed on my server.
I'm going to send a mail to free.fr for help.

Do you know with witch provider it can be run?


--sorry for my poor english... :( --

Joachim Müller

let's get this straight: you're running your own server and you don't have sendmail installed? Well, this is surely the answer...
As far as I remember there has been a similar thread on the old board - I definitely have to get the old board working again...

GauGau

DeepBlu

I am having the same problem, will it work with mail.xxx.com instead of smtp.xxx.com? My server has sendmail... thanks!

Joachim Müller

the name of the server doesn't matter, be it "mail.foo.bar" or "smtp.foo.bar". Why don't you just try for yourself?

GauGau

DeepBlu

I did, but for some reason, it is still not having errors. any ideas what I missed out?