public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* Can't Send Mail No Longer
@ 2005-06-07  8:57 Bato mainit
  2005-06-09 15:50 ` Stephen Samuel
  0 siblings, 1 reply; 3+ messages in thread
From: Bato mainit @ 2005-06-07  8:57 UTC (permalink / raw)
  To: linux-newbie; +Cc: ray, heisspf

Hi,

In March this year I got my broadband Internet connection and I could go on sending mail as before using my ISPs.

2 weeks ago the base station for my BB was hit by lighhtening and some eletronics destroyed. It took 12 days to repair and to restore my connection.

After this I cannot send anymore my mail with mail programs such as exmh, mail, sylpheed or thunderbird. This is in 3 distros, knoppix, slackware and fedora 3. No problem using web mail such as operamail and no problem receiving mail.

Sending mail ends in the mail queue.

In /var/log/maillog I get:

to=<mainit@operamail.com>, ctladdr=<root@skyinet.net> (0/0), delay=05:05:22, xdelay=00:25:12, mailer=esmtp, pri=750444, relay=operamail-com-bk.mr.outblaze.com. [205.158.62.147], dsn=4.0.0, stat=Deferred: Connection timed out with operamail-com-bk.mr.outblaze.com.
Jun  7 16:35:04 skyinet sm-mta[1607]: j573WBYl000306: to=<bato_mainit@ispx.com.ph>, ctladdr=<heisspf@skyinet.net> (12346/100), delay=05:02:53, xdelay=00:00:00, mailer=esmtp, pri=1020462, relay=inmxsp.tri-isys.com., dsn=4.0.0, stat=Deferred: Connection timed out with inmxsp.tri-isys.com.

or

Jun  7 15:12:51 skyinet sm-mta[1166]: j56NthE8000246: to=<bato_mainit@ispx.com.ph>, ctladdr=<heisspf@skyinet.net> (12346/100), delay=07:17:08, xdelay=00:00:00, mailer=esmtp, pri=1110462, relay=ispx.com.ph., dsn=4.0.0, stat=Deferred: Name server: ispx.com.ph.: host name lookup failure

Jun  7 15:13:34 skyinet sm-mta[1335]: gethostbyaddr(192.168.232.2) failed: 1

This last entry I never saw before, that is when I could still send mail before the lightening strike.

I noticed that in /etc/resolv.conf the entry now is:

nameserver 203.87.128.3
nameserver 203.87.128.4
nameserver 203.87.132.68
search meridiantelekoms.com

whereas before the lightening strike it was only:

nameserver 203.87.128.3
search meridiantelekoms.com

I have been unable to get useful information from the tech service of meridiantelekoms.

Hopefully this list can help. Please send all replies to heisspf@skyinet.net

Thanks & regards

------
Peter




-- 
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 8 at http://www.opera.com

Powered by Outblaze
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: Can't Send Mail No Longer
@ 2005-06-10  8:28 heisspf
  0 siblings, 0 replies; 3+ messages in thread
From: heisspf @ 2005-06-10  8:28 UTC (permalink / raw)
  To: linux-newbie

Thanks Stephen!

Peter wrote
>
>>In March this year I got my broadband Internet connection and I could go
on >>sending mail as before using my ISPs.
>
>> 2 weeks ago the base station for my BB was hit by lighhtening and some
>>eletronics destroyed. It took 12 days to repair and to restore my
connection.
>
>>After this I cannot send anymore my mail with mail programs such as exmh,
>>mail, sylpheed or thunderbird. This is in 3 distros, knoppix, slackware
and >>fedora 3. No problem using web mail such as operamail and no problem
receiving >mail.
--snip--

Stephen wrote

>If you're using sendmail, then you can set the Smart Relay Host to be
>your designated ISP SMTP server.

># "Smart" relay host (may be null)
>DSmail.my-isp-name.net

I entered:DSmail.skyinet.net

Then I did telinit 1, telinit 3. The result is the same, mail will not go
out.

If I do as you suggested

iptables -t nat -I OUTPUT -m tcp -p tcp --dport 25 -j DNAT 
--to-destination 202.78.97.2

then there is no output.

nslookup skyinet.net (my ISP I am sending mail)
Server:         203.87.128.3
Address:        203.87.128.3#53

Non-authoritative answer:
Name:   skyinet.net
Address: 202.78.97.2

and 

nslookup meridian.ph (meridian the broadband connection)
Server:         203.87.128.3
Address:        203.87.128.3#53

Name:   meridian.ph
Address: 203.87.128.87

On booting I get:

dhcpcd: Your IP Address = 198.168.232.2

nslookup 192.168.232.2
Server:         203.87.128.3
Address:        203.87.128.3#53

** server can't find 2.232.168.192.in-addr.arpa: NXDOMAIN

I finally got an answer from meridian, which is all:
Quote
try using smtp.meridian.ph as your SMTP server....  and also check 
that you are using meridian service for the said configuration, using 
your skyinet and ispx connection wouldn't work with our SMTP server.
Unquote

They don't touch why it had worked for 2 1/2 months.

Should smtp.meridian.ph not have a login name and password. I have asked
that and have no answer yet.

I am sednding this mail with mail2web.com. It's a lot more cumbersome then
using a MUA or just "mail" from the console.

Hope we can resolve this problem. I need step by step instructions adopted
to my cranial capacity. Have patience therefore. 

Regards

Peter

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-10  8:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-07  8:57 Can't Send Mail No Longer Bato mainit
2005-06-09 15:50 ` Stephen Samuel
  -- strict thread matches above, loose matches on Subject: below --
2005-06-10  8:28 heisspf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox