moved computer to a new isp/ip now mail doesnt send

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

bobl
Posts: 2
Joined: Wed Dec 17, 2008 9:02 pm

moved computer to a new isp/ip now mail doesnt send

Post by bobl »

i have looked to see if the ip address was hard coded anywhere like hosts
and couldnt find it

i can telnet to all the ports so i dont think they are blocked
these errors might be the problem:
Jan 20 19:06:36 sendmail[10304]: daemon MTA: problem creating SMTP socket
Jan 20 19:06:41 sendmail[10304]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use

When i send test emails i get:an 21 01:05:54 marty-desktop sendmail[17428]: 4406Tdaec00000002: to=<@hotmail.com>, delay=00:01:00, xdelay=00:00:01, mailer=esmtp, pri=0, relay=mx3.hotmail.com. [65.55.37.120], dsn=5.0.0, stat=Service unavailable

also i dont recall ever setting up any dns info previously
if other logs are nedded let me know PLEASE
eshine
Posts: 6
Joined: Fri Jan 23, 2009 10:58 am

Re: moved computer to a new isp/ip now mail doesnt send

Post by eshine »

bobl wrote:i have looked to see if the ip address was hard coded anywhere like hosts
and couldnt find it

i can telnet to all the ports so i dont think they are blocked
these errors might be the problem:
Jan 20 19:06:36 sendmail[10304]: daemon MTA: problem creating SMTP socket
Jan 20 19:06:41 sendmail[10304]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use
This means you already have a process running on tcp port 25. Run

Code: Select all

netstat -lnp 
to see wich process is blocking. Or telnet to your host to see wich service is answering:

Code: Select all

telnet localhost 25

bobl wrote: When i send test emails i get:an 21 01:05:54 marty-desktop sendmail[17428]: 4406Tdaec00000002: to=<@hotmail.com>, delay=00:01:00, xdelay=00:00:01, mailer=esmtp, pri=0, relay=mx3.hotmail.com. [65.55.37.120], dsn=5.0.0, stat=Service unavailable

also i dont recall ever setting up any dns info previously
if other logs are nedded let me know PLEASE
The recipient address is invalid <@hotmail.com>. This might be the error. Do you use mx3.hotmail.com as a relay server for your mails? If yes then manybe you first need to authenticate.
bobl
Posts: 2
Joined: Wed Dec 17, 2008 9:02 pm

wrong problem

Post by bobl »

Jan 23 21:54:08 marty-desktop sendmail[19249]: 4b2aTea0a00000003: to=<@yahoo.com>, delay=00:00:31, xdelay=00:00:01, mailer=esmtp, pri=0, relay=e.mx.mail.yahoo.com. [216.39.53.1], dsn=5.0.0, stat=Service unavailable

i read on another forum that the error is b/c hosts has localhost listed instead of a domain. however i changed that and still get the error

also, i dont relay through anyone
Post Reply