[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sendmail
Greetings,
Sergio Stokman wrote:
> Hi, I am a newbie in the linux world, I've been reading the sendmail manual
> but it's very confusing.
> Sendmail receives mail for all the users, we can send to any user
> @eilatonline.co.il, but don't want to send mails outside.
> I receive the following error message
>
> The message could not be sent because one of the recipients was rejected by
> the server. The rejected e-mail address was 'fortuna@eilatcity.co.il'.
> Subject 'Fw: p1', Account: 'mail.eilatonline.co.il', Server:
> 'mail.eilatonline.co.il', Protocol: SMTP, Server Response: '550
> <fortuna@eilatcity.co.il>... Relaying denied', Port: 25, Secure(SSL): No,
> Server Error: 550, Error Number: 0x800CCC79
>
I saw you are using for your domain (i.e. eilatonline.co.il ) the
barak's DNS server.
Try to set your MTA to send the mail in user@mail.eilatonline.co.il format.
You have a DNS configuration problem IMHO. Your mail is rejected by other mail
servers, because they can not resolve your domain name. Try to analyse this
logo:
;; res_mkquery(0, eilatonline.co.il, 1, 1)
;; res_send()
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49196
;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; eilatonline.co.il, type = A, class = IN
;; Querying server (# 1) address = 194.90.1.5
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49196
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; eilatonline.co.il, type = A, class = IN
eilatonline.co.il. 6m10s IN SOA ns.barak.net.il.
hostmaster.barak.net.il. (
1999092801 ; serial
8H ; refresh
2H ; retry
1W ; expiry
1D ) ; minimum
rcode = 0 (Success), ancount=0
;; res_mkquery(0, eilatonline.co.il, 1, 15)
;; res_send()
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49197
;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; eilatonline.co.il, type = MX, class = IN
;; Querying server (# 1) address = 194.90.1.5
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49197
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 2, ADDITIONAL: 5
;; eilatonline.co.il, type = MX, class = IN
eilatonline.co.il. 23h57m7s IN MX 10 mail.eilatonline.co.il.
eilatonline.co.il. 23h57m7s IN MX 20 mail.barak.net.il.
eilatonline.co.il. 23h57m7s IN MX 100 ficus.barak.net.il.
eilatonline.co.il. 23h57m7s IN NS ns.barak.net.il.
eilatonline.co.il. 23h57m7s IN NS ns1.barak.net.il.
mail.eilatonline.co.il. 23h57m7s IN A 212.150.151.40
mail.barak.net.il. 2d19h18m51s IN A 206.49.94.213
ficus.barak.net.il. 2d19h18m51s IN A 206.49.94.234
ns.barak.net.il. 3d23h48m39s IN A 206.49.94.213
ns1.barak.net.il. 3d23h48m39s IN A 206.49.94.234
rcode = 0 (Success), ancount=3
eilatonline.co.il mail is handled (pri=10) by mail.eilatonline.co.il
eilatonline.co.il mail is handled (pri=20) by mail.barak.net.il
eilatonline.co.il mail is handled (pri=100) by ficus.barak.net.il
Best Regards,
Freddie
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il
- References:
- Heb fonts
- From: Mike <lizard@macam.ac.il>
- sendmail
- From: "Sergio Stokman" <sergio@eilat.com>