[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

PROBLEMA CON POSTFIX



Muchachos de la lista:
Tengo problemas al acceder a mi servidor de mail POSTFIX.
Puedo enviar y recibir correo localmente, y enviar a otros lados (como por ej. hotmail), pero lo que no puedo es recibir. Si me hago un "telnet mail.lacordilleraandina.com.ar 25" desde mi maquina todo va bien. Si lo hago desde otra fuera de mi red, el servidor no responde.

Que es lo que estará fallando? Será por eso que no puedo recibir?
Adjunto mis archivos de configuración. Saludos, y muchas gracias a todos.

Andres Martinelli
***********************
/etc/postfix/main.cf:

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_helo_required=no
smtp_helo_name=$mydomain
smtp_always_send_ehlo=yes
smtpd_delay_reject=no
smtpd_reject_unlisted_recipient=no
#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 = 1h
myhostname = mail.lacordilleraandina.com.ar
mydomain = lacordilleraandina.com.ar
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = $mydomain
#virtual_mailbox_base=/var/mail
#virtual_mailbox_maps=mysql:/etc/postfix/mysql_virt.cf
#virtual_uid_maps=mysql:/etc/postfix/uids.cf
#virtual_gid_maps=mysql:/etc/postfix/gids.cf
#transport_maps=mysql:/etc/postfix/transport.cf
#virtual_maps=mysql:/etc/postfix/virtual.cf
mydestination = $mydomain $myhostname localhost.$mydomain
relayhost =
mynetworks_style=subnet
#relay_domains = $mydestination
#mynetworks = 127.0.0.0/8 24.232.118.59/28 192.168.0.0/24
#mailbox_command = procmail -a "$EXTENSION"
#mailbox_size_limit = 10
mail_spool_directory= /root/mail
recipient_delimiter = +
inet_interfaces = all
#smtpd_sasl_auth_enable = no
#broken_sasl_auth_clients = no
#smtpd_recipient_restrictions =
#	permit_sasl_authenticated
#	permit_mynetworks
#	reject_unauth_destination
notify_classes= bounce, delay, resource
sendmail_path=/usr/sbin/sendmail

***********************
/etc/postfix/master.cf:

smtp      inet  n       -       -       -       -       smtpd
#submission inet n      -       -       -       -       smtpd
#	-o smtpd_etrn_restrictions=reject
#628      inet  n       -       -       -       -       qmqpd
pickup    fifo  n       -       -       60      1       pickup
cleanup   unix  n       -       -       -       0       cleanup
qmgr      fifo  n       -       -       300     1       qmgr
#qmgr     fifo  n       -       -       300     1       oqmgr
rewrite   unix  -       -       -       -       -       trivial-rewrite
bounce    unix  -       -       -       -       0       bounce
defer     unix  -       -       -       -       0       bounce
trace     unix  -       -       -       -       0       bounce
verify    unix  -       -       -       -       1       verify
flush     unix  n       -       -       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
smtp      unix  -       -       -       -       -       smtp
relay     unix  -       -       -       -       -       smtp
#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq     unix  n       -       -       -       -       showq
error     unix  -       -       -       -       -       error
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       n       -       -       lmtp
anvil     unix  -       -       n       -       1       anvil
#
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# maildrop. See the Postfix MAILDROP_README file for details.
#
maildrop  unix  -       n       n       -       -       pipe
 flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
uucp      unix  -       n       n       -       -       pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail    unix  -       n       n       -       -       pipe
 flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -d -t$nexthop -f$sender $recipient
scalemail-backend unix	-	n	n	-	2	pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}

# only used by postfix-tls
#tlsmgr	  fifo	-	-	n	300	1	tlsmgr
#smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes #587 inet n - n - - smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes




Reply to: