No llegan muchos correos - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega International Area (/forum-22.html) +--- Forum: Spanish Corner (/forum-29.html) +--- Thread: No llegan muchos correos (/thread-2540.html) |
No llegan muchos correos - morgan - 02-23-2008 09:55 PM mis usuarios se quejan de que no llegan muchos correos que les mandan por ejemplo este que es una peticion de contraseña echa por mi: Feb 23 13:13:28 trueno postfix/smtpd[30432]: connect from servera02.blusmtp.msn.com[65.55.238.141] Feb 23 13:13:29 trueno postfix/policyd-weight[8487]: weighted check: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 HELO_IP_IN_CL_SUBNET=-1.2 (check from: .live. - helo: .servera02.blusmtp4.msn. - helo-domain: .msn.) FROM/MX_MATCHES_NOT_HELO(DOMAIN)=1 IN_PM_RFCI=3.2 IN_ABUSE_RFCI=3.2 <client=65.55.238.141> <helo=servera02.blusmtp4.msn.com> <from=postmaster@live.com> <to=comercial@indaloweb.es>, rate: 1.7 Feb 23 13:13:29 trueno postfix/smtpd[30432]: NOQUEUE: reject: RCPT from servera02.blusmtp.msn.com[65.55.238.141]: 550 5.7.1 <comercial@indaloweb.es>: Recipient address rejected: Mail appeared to be SPAM or forged. Ask your Mail/DNS-Administrator to correct HELO and DNS MX settings or to get removed from DNSBLs; in postmaster.rfc-ignorant.org; in abuse.rfc-ignorant.org; from=<postmaster@live.com> to=<comercial@indaloweb.es> proto=ESMTP helo=<servera02.blusmtp4.msn.com> Feb 23 13:13:29 trueno postfix/smtpd[30432]: disconnect from servera02.blusmtp.msn.com[65.55.238.141 esta es mi configuracion: alias_database = hash:/etc/aliases append_at_myorigin = yestc/postfix/main.cf append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix content_filter = amavis:[127.0.0.1]:10024 daemon_directory = /usr/lib/postfix inet_interfaces = all local_destination_recipient_limit = 1 local_recipient_maps = unix:passwd.byname $alias_database local_transport = local mail_spool_directory = /var/mail mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 message_size_limit = 50000000 mydestination = $myhostname, $mydomain mydomain = mail.xxxx.com myhostname = trueno.xxxx.com mynetworks = 212.85.3t4.25, 127.0.0.0/8, xxxx.com mynetworks_style = host myorigin = $myhostname setgid_group = postdrop smtpd_banner = $myhostname smtpd_data_restrictions = reject_multi_recipient_bounce, reject_unauth_pipelining smtpd_helo_required = yes smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, smtpd_recipient_restrictions = permit_mynetworks, reject_unknown_recipient_domain, permit_sasl_authenticated, reject_unauth_destination, reject_unlisted_recipient, check_policy_service inet:127.0.0.1:12525, check_policy_service inet:127.0.0.1:60000 smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = smtpd_sasl_security_options = noanonymous smtpd_sender_restrictions = permit_mynetworks, reject_non_fqdn_sender, reject_unknown_sender_domain, permit_sasl_authenticated transport_maps = hash:/etc/postfix/ispcp/transport virtual_alias_maps = hash:/etc/postfix/ispcp/aliases virtual_gid_maps = static:8 virtual_mailbox_base = /var/mail/virtual virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains virtual_mailbox_limit = 0 virtual_mailbox_maps = hash:/etc/postfix/ispcp/mailboxes virtual_minimum_uid = 1002 virtual_transport = virtual virtual_uid_maps = static:1002 veis que algo este mail? RE: No llegan muchos correos - djtenssy - 06-25-2008 02:27 AM Comprueba lo siguiente, a ver si va a ser lo que no está correcto: mydomain = mail.xxxx.com myhostname = trueno.xxxx.com mynetworks = 212.85.3t4.25, 127.0.0.0/8, xxxx.com myhostname = tudominio (trueno.xxxx.com) mydomain = tudominio.local (trueno.xxxx.com.local) y comprueba que en mynetworks es correcto lo que has puesto 212.85.3t4.25, sobre todo ese 3t4 reinicia el postfix y prueba de nuevo. Salu2.- djtenssy |