[postfix-es] Problema al enviar correo

Andy Lucena Hernández andy05024 en vcl.jovenclub.cu
Vie Mar 12 15:13:38 CET 2010


Saludos

Colegas estoy tratando de imlementar lo mismo que Leonel el colega del
post pasado pero a mi no me quiere trabajar, necesito montar el postfix
con smarthost para que toda la salida sea entregada a mi ISP que es
quien gestiona el MX, les pongo mi main.cf a ver que puede estar
ocurriendo, se podrán dar cuenta que no especifico relayhost pues lo
hago a través de transport. Cualquier sugerencia es válida. Gracias

Main.cf 

# See /usr/share/postfix/main.cf.dist for a commented, more complete
version

mydomain = dominio.jovenclub.cu

# Debian specific:  Specifying a file name will cause the first
# line of that file to be used as the name.  The Debian default
# is /etc/mailname.
myorigin = $mydomain

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
delay_warning_time = 4h

# TLS parameters
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache

# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package
for
# information on enabling SSL in the smtp client.
myhostname = host.dominio.jovenclub.cu
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = $mydomain, localhost.dominio.jovenclub.cu, $myhostname
#relayhost =

smtp_sender_dependent_authentication = yes
sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relay
smtp_use_tls = no
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth
smtp_sasl_security_options = noanonymous
owner_request_special = no
mynetworks = 192.168.0.0/24 192.168.24.0/28 172.16.32.0/24
mailbox_command = procmail -a "$EXTENSION"
recipient_delimiter = +
#1Mbytes max correo
message_size_limit = 1117929
#40Mbytes buzon
mailbox_size_limit = 62914560
maximal_queue_lifetime = 7d
#MAILDIR
disable_vrfy_command = yes
disable_dns_lookups = yes
transport_maps = hash:/etc/postfix/transport
header_checks = regexp:/etc/postfix/header_checks
#mime_header_checks = regexp:/etc/postfix/mime_header_checks.regexp
inet_protocols = all
inet_interfaces = all

smtp_generic_maps = hash:/etc/postfix/sender_canonical


canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_domains = midominio.jovenclub.cu ISPMIO.jovenclub.cu

sender_canonical_maps = hash:/etc/postfix/sender_canonical
#recipient_canonical_maps = hash:/etc/postfix/recipient_canonical_maps 
##PARA SEGURIDAD SASL

#smtpd_helo_required = yes
#smtpd_sasl_auth_enable = yes
#smtpd_sasl_authenticated_header = yes
#smtpd_sasl_security_options = noanonymous
#broken_sasl_auth_clients = yes

disable_vrfy_command = yes

#### para que no hagan correos cadenas ###
initial_destination_concurrency       = 5
local_destination_concurrency_limit   = 5
default_destination_concurrency_limit = 5

# RESTRICCIONES NACIONALES

smtpd_sender_restrictions =
	permit_sasl_authenticated,
	reject_non_fqdn_sender
nac_in =
	check_sender_access regexp:/etc/postfix/filtro_nac
	reject

smtpd_recipient_restrictions = permit_mynetworks
reject_unauth_destination
nac_out  =
	check_recipient_access regexp:/etc/postfix/filtro_nac
	reject
------------------------------------------------------------------------------------------------
Andy Lucena Hernández
Administrador de Redes
Joven Club de Computación y Electrónica Camajuaní II
Vueltas, Camajuaní, Villa Clara.
Email: andy05024 en vcl.jovenclub.cu
Jabber: andy05024 en jabber.vcl.jovenclub.cu
            andy05024 en softwarelibre.cu
Teléfono: (53) (042) 484298
GNU/Linux User: 464260
Ubuntu User: 25560
-----------------------------------------------------------------------------------------------
Miembro del la Comunidad de Tecnologías Libres de Cuba
http://www.softwarelibre.cdr.cu
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://lists.wl0.org/pipermail/postfix-es/attachments/20100312/be0c40ad/attachment.html>


More information about the postfix-es mailing list