[EMAIL PROTECTED] wrote:

> that's it nobody receives a mail.


Got it.


>>You should be looking at /var/log/maillog for error messages.
>>
> I'll see the maillog 2morrow morning and send you the last lines. I cant now
> bcoz i'm at home it's 11Mb big and sshing from here to work is really sloooooooooow.


You can ssh into the box and tail the file:

tail -f /var/log/maillog

This will let you watch it in 'real-time' as it's updated.  (and if it 
really is 11MB, you need to look into logrotate).


> Also, do the senders receive a bounce message?
> yes look at it.. and the account exist, i can log in to it, even remotely.
> 
>    ----- The following addresses had permanent fatal errors -----
> <[EMAIL PROTECTED]>
>     (reason: 550 Host unknown)
>     (expanded from: <[EMAIL PROTECTED]>)
> 
>    ----- Transcript of session follows -----
> 550 5.1.2 <[EMAIL PROTECTED]>... Host unknown (Name server: 192.168.3.1: 
>host name lookup
> failure)


Well, unless this is an all-internal network, the line:


"Host unknown (Name server: 192.168.3.1..."

is a big problem.  That is an address intended for a private network, 
and won't (shouldn't) route over the Internet.  So, you need a 'real' 
DNS service for hot.server.co.net.  I couldn't even come close:

 > set type=mx
 > hot.server.co.net
Server:  x.x.com
Address:  ip.ad.dr.es

*** x.x.com can't find hot.server.co.net: Non-existent domain

Did you mean:

 > co.net
Server:  x.x.com
Address:  ip.ad.dr.es

co.net  MX preference = 100, mail exchanger = fox.co.net
co.net  nameserver = ns.co.net
co.net  nameserver = ns2.smig.net
fox.co.net      internet address = 206.9.120.234
ns.co.net       internet address = 216.188.197.1
ns2.smig.net    internet address = 216.188.208.1

?????

-- 
Ed Marczak
[EMAIL PROTECTED]



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to