[Linux-sunucu] DNS veya Sendmail problemi ?

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Zulkuf OK (zulkuf_ok@hotmail.com)
Date: Tue 19 Jul 2005 - 13:51:18 EEST


hostname : mail
mx : 195.33.204.130
domain adi:perencodiy.com
linux redhat kurulu olan makinenin IP numarasi :192.168.105.101

Merhaba
Linux Redhat 9.0 kullaniyorum.Bunun uzerinde DNS ve sendmail servislerini
calistirdim galiba.Linux kurulu makineden pine programindan sirket icine ve sirket
disina e-mail gonderebiliyorum fakat bir turlu disardan gelen e-mailleri
almiyor.Ayni zamanda windows kullanicilari outlook express yardimiyla e-mail
gondermek istedigimde
Your server has unexpectedly terminated the connection.Posible causes for
this include server problems.networks problems or a long period of
inanctivity>Account 192.168.105.101 server `192.168.105.101` Protocol SMTP
Port 25,Secure (SSL) No,Socket error 10053 Error number 0x800CCC0F
hatasini veriyor ve gonderemiyor.windows kullanicilari root@perencodiy.com
dan gelen mailleri alabiliyor.

Bu konuda yardimci olursaniz cok sevinirim.

etc/xinet.d altinda pop3 ve imap dosyalarini disable=yes kismini no yaptim
etc/hosts dosyasina asagidaki satirlari yazdim
127.0.0.1 localhost
195.33.204.130 perencodiy.com mail
etc/mail/sendmail.cf dosyasina
Cwlocalhost mail.perencodiy.com perencodiy.com www.perencodiy.com
ftp.perencodiy.com
ve
# handle case of @localhost on address
R<@> < $* @ localhost > $: < ? $&{client_name} > < $1 @ localhost >
R<@> < $* @ [195.33.204.1] >
$: < ? $&{client_name} > < $1 @ [195.33.204.130] >
bu satirlari yukardaki sekilde duzelttim

nslookup komutunu kulandigimda DNS calisiyor gorunuyor fakat ls -t MX
gnulinux.org yazdigimda asagidaki hatayi veriyor.
nslookup
Note: nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead. Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
>www.gelecek.com.tr
Server: 213.74.4.130
Address: 213.74.4.130#53

Non-authoritative answer:
Name: www.gelecek.com.tr
Address: 62.244.213.90
>ls -t MX gnulinux.org
The 'ls' command is not implemented.
>
Belki kurdugum DNS te problem olabilir diye DNS dosyalarini gonderiyorum.Ilk kez kurdugum icin problemin nerden kaynaklandigini anlayamadim.Acaba Sendmail ile ilgili yoksa DNS le ilgili oldugunu bilmiyorum.Firewall kurulu degil makinede.

named.conf dosyasi
controls {
 inet 127.0.0.1 allow { 127.0.0.1; } keys { rndckey; };
};

key "rndckey" {
 algorithm "hmac-md5";
 secret "qYlct1UlUiqkficy/5uDrA==";
};

options {
      directory "/etc/named.data";
      forwarders { 213.74.4.130; 213.74.4.131; 144.122.199.90; 144.122.199.93; };
      forward only;
 /*
  * If there is a firewall between you and nameservers you want
  * to talk to, you might need to uncomment the query-source
  * directive below. Previous versions of BIND always asked
  * questions using port 53, but BIND 8.1 uses an unprivileged
  * port by default.
  */
       query-source address * port 53;
};

//
// a caching only nameserver config
//
zone "." IN {
 type hint;
 file "named.cache";
};

zone "perencodiy.com." IN {
 type master;
 file "named.perenco";
 allow-update { none; };
};
zone "localhost" IN {
 type master;
 notify no;
 file "named.local";
 allow-update { none; };
};
zone "204.33.195.IN-ADDR.ARPA" IN {
 type master;
 file "named.rev";
};

zone "0.0.0.127.in-addr.arpa" IN {
 type master;
 file "named.127";
};

named.local dosyasi
$TTL 86400
@ IN SOA @ root (
   2005062201 ; serial (d. adams)
   3H ; refresh
   15M ; retry
   1W ; expiry
   1D ) ; minimum
 IN NS @
 IN A 127.0.0.1 ; makes it 127.0.0.0
hosts dosyasi
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server. Just add the names, addresses
# and any aliases to this file...
#
# By the way, Arnt Gulbrandsen <agulbra@nvg.unit.no> says that 127.0.0.1
# should NEVER be named with the name of the machine. It causes problems
# for some (stupid) programs, irc and reputedly talk. :^)
#

# For loopbacking.
127.0.0.1 localhost
195.33.204.130 mail.perencodiy.com mail
192.168.105.15 zulkufokpc

# End of hosts.

named.rev dosyasi
$TTL 86400
@ IN SOA mail.perencodiy.com. root.perencodiy.com. (
                                      2005062201 ; Serial
                                      28800 ; Refresh
                                      7200 ; Retry
                                      2419200 ; Expire
                                      86400 ) ; Minimum
   IN NSl mail.perencodiy.com.
130 IN PTR mail.perencodiy.com.
named.127 dosyasi
$TTL 86400
@ IN SOA localhost. root.localhost. (
    2005062201 ; serial (d. adams)
    28800 ; refresh
    7200 ; retry
    2419200 ; expiry
    86400 ) ; minimum
 IN NS localhost.
1 IN PTR localhost. ; makes it 127.0.0.1
named.perenco dosyasi
; perenco
$TTL 86400
@ IN SOA mail.perencodiy.com. root.perencodiy.com. (
                                      2005062201 ; Serial
                                      28800 ; Refresh
                                      7200 ; Retry
                                      2419200 ; Expire
                                      86400 ) ; Minimum
   IN NS mail.perencodiy.com.
   IN MX 10 mail
localhost IN A 127.0.0.1
perencodiy.com. IN A 195.33.204.130
mail IN A 195.33.204.130
;
www IN CNAME mail
ftp IN CNAME mail
perencodiy.com. IN TXT "v=spf1 a mx"

Saygilarimla
Zulkuf OK

_______________________________________________
Linux-sunucu mailing list
Linux-sunucu@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-sunucu


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.