sent mails

kanary

Verified User
Joined
Jun 8, 2007
Messages
75
Location
Holland - Het westland
Some how i cant send mails anymore

De server heeft de verbinding onverwachts afgebroken. Mogelijke oorzaken zijn problemen met de server, netwerkproblemen of te lange inactiviteit. Account: 'mail.rendprogrammeur.nl', Server: 'mail.rendprogrammeur.nl', Protocol: SMTP, Poort: 25, Beveiligd(SSL): Nee, Socketsfout: 10053, Foutnummer: 0x800CCC0F

translated to my english:P

The server has demolished the connection. Possible causes are problems with the server, network problems or too long inactivity. Account: ' mail.rendprogrammeur.nl ', server: ' mail.rendprogrammeur.nl ', protocol: SMTP, poort: 25. Protected (SSL): No, Socketserror: 10053. error number: 0x800CCC0F

dovecote and exim are both up
 
More info, please ...

Can't send emails from where? Your desktop system? If so, your ISP may have started to block outgoing email through port 25; many do that.

I tried the following code, and as you can see, I have no problems connecting to your server. I can't check further but you can by testing smtp protocol manually from the same machine where you get that problem, and look to see if your machine is answering.
Code:
[jlasman@of1 ~]$ telnet mail.rendprogrammeur.nl 25
Trying 217.170.14.68...
Connected to mail.rendprogrammeur.nl (217.170.14.68).
Escape character is '^]'.
220 server.dedi09.com ESMTP Exim 4.60 Wed, 13 Jun 2007 05:34:13 +0200
Jeff
 
that error i get from outlook and is that normal that everyone can connect to my mail server ?
I'm not sure what you mean. Of course everyone can connect to your mailserver... that's how you get mail from other mailservers.

If you can't figure this out you may need to have an experienced system administrator look into your system for you.

Jeff
 
Back
Top