|
|||||||||||
|
problemas con recepcion de correos en servidor postfix
From: cesar <shortlyslot(at)yahoo.com.mx>
Date: Fri Nov 30 2007 - 14:41:44 EST
esta es mi configuracion del named.conf options {
pid-file "/var/run/bind/run/named.pid";
directory "/etc/bind";
auth-nxdomain no;
/*
* 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 "." {
type hint;
file "db.root";
}; zone "x.x.xxx.in-addr.arpa" {
type master;
file "db.local";
}; zone "xxx.x.xx.in-addr.arpa" {
type master;
file "pri.xxx.x.xx.in-addr.arpa";
}; zone "bichos.com" {
type master;
file "pri.bichos.com";
}; //// MAKE MANUAL ENTRIES BELOW THIS LINE! //// y este es el archivo de configuracion del sitio
$TTL 86400
@ IN SOA dns.bichos.com. admin.bichos.com. (
2007101601 ; serial, todays date + todays
serial #
28800 ; refresh, seconds
7200 ; retry, seconds
604800 ; expire, seconds
86400 ) ; minimum, seconds
;
NS dns.bichos.com. ; Inet Address of
name server 1
NS dns.bichos.com. ; Inet Address of
name server 2
; MX 10 www.bichos.com. www MX 10 www.bichos.com. bichos.com. A xx.x.xxx.x www A xx.x.xxx.x bichos.com. TXT "v=spf1 a mx ptr ~all" ;;;; MAKE MANUAL ENTRIES BELOW THIS LINE! ;;;; #esto lo introduje a razon de que no recibia correos y despues de esto si funciono
IN NS dns.bichos.com.
IN A xx.x.xxx.x
IN MX 10 bichos.com.
dns IN A xx.x.xxx.x
mail IN A xx.x.xxx.x
www IN CNAME dns
ftp IN CNAME dns
el mensaje que reciben los que envian correo a mi servidor es el siguiente
Hi. This is the qmail-send program at yahoo.com.
I'm afraid I wasn't able to deliver your message to the following
addresses.
<fdasd@bichos.com>:
Return-Path: <shortlyslot@yahoo.com.mx>
por favor les agradeceria muchisimo vuestra ayuda -- To UNSUBSCRIBE, email to debian-isp-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Fri Nov 30 14:44:13 2007 This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 06:51:30 EDT |
||||||||||
|
|||||||||||