Restricciones en postfix

Forums: 

Hola amigos de Ecualug, les escribo para ver si me ayudan resulta que he instalado un servidor de correo utilizando Postfix 2.0,utilizo suse 10.0, lo instale siguiendo los siguientes pasos de esta pagina:

http://www.howtoforge.org/perfect_setup_suse_10.0_p4

todo bien hasta ahi , pero resulta que quiero restingir usuarios en el sentido de enviar correo externo , tener una lista como en sendamail decir que usuarios van ha tener derecho para enviar interno y externamente.ya probe con el archivo access que trae postfix pero no me ha funcionado.

Gracias de antemano por toda la ayuda que me puedan brindar

Atentamente

Denis Guido
Nicaragua

Acerca

Imagen de denisenrique

he encontrado esto pero quisiera implementar esto de la siguiente forma

1-usuarios pueda mandar tanto local como externamente e igual manera recivir

2-usuarios solo puedan mandar local , recibir local y externamente

por ejemplo:

denisenrique@midominio.com      local , externamente(envia local y exter ,ademas recibe local y externamente)

christian@midominio.com             local(envia local, ademas recibe local y externamente)

 

agradeceria mucho sus respuestas

 

 

Postfix smtpd_restriction_classes for Dummies - Part IIOK, another example for those of you who still don't get it:

Question:

I have a customer who wants a setup where all his users can send mail to each other internally, all users will be able to receive email from the outside but only some of the users will be able to send mail outside.

Answer:

In main.cf, use:

mynetworks = 127.0.0.0/8 smtpd_restriction_classes = may_use_external_mail, only_internal_mail smtpd_recipient_restrictions = permit_mynetworks reject_unauth_destination check_client_access hash:/etc/postfix/policy_by_machines # Alternative: # check_sender_access hash:/etc/postfix/policy_by_senders ... your favourite anti spam stuff here ... permit may_use_external_mail = permit # allow ANY mail only_internal_mail = check_recipient_access hash:/etc/postfix/allowed_recipients # allow internal mail reject

in /etc/postfix/policy_by_machines:

workstation1.internal.domain may_use_external_mail workstation2.internal.domain only_internal_mail

or for the alternative, use in /etc/postfix/policy_by_senders:

user1@your.domain may_use_external_mail user2@your.domain only_internal_mail

in /etc/postfix/allowed_recipients:

your.domain OK

esta la pagina donde saque el articulo

http://www.stahl.bau.tu-bs.de/~hildeb/postfix/postfix_restriction_classes2.shtml

 

Denis Guido

Denis Guido

Restricciones de

Imagen de Manu

Restricciones de acceso(main.cf):

smtpd_restriction_classes = mail_externo, solo_local# enviar sólo al dominio local
solo_local = check_recipient_access hash:/etc/postfix/dominios_locales, reject
mail_externo = permit

#en local_domains, los dominios internos para los usuarios locales
tudominio.com

La verdad, esto es muy sencillo, sólo tienes que llamar a tu imaginación para poder hacer la configuración, te acomodé estas líneas de la mía, yo trabajo con Mysql+postfix, y en eso lo puedes mejorar aún más. Espero te sirva y ya me voy porque en mi empresa tengo unos servers que están por morir....

Suerte.

smtpd_restriction_classes

Imagen de denisenrique

smtpd_restriction_classes = mail_externo, solo_local# enviar sólo al dominio local

estos usuarios que  pueden mandar correo local ,pueden recibir correo externo?

si la repuesta es no que puedo hacer que acepte correo externo?

 

Gracias

 

Denis Guido

Denis Guido

logre hacer lo que queria..!! pero tengo duda

Imagen de denisenrique

esta es mi configuracion en postfix

alias_maps = hash:/etc/aliases
biff = no
broken_sasl_auth_clients = yes
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
defer_transports =
disable_dns_lookups = no
disable_mime_output_conversion = no
home_mailbox = Maildir/
html_directory = /usr/share/doc/packages/postfix/html
inet_interfaces = all
inet_protocols = all
mail_owner = postfix
mail_spool_directory = /var/mail
mailbox_command =
mailbox_size_limit = 0
mailbox_transport =
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains = informatica.org
masquerade_exceptions = root
message_size_limit = 10240000
mydestination = informatica.org
mydomain = informatica.org
myhostname = newton.$mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/packages/postfix/README_FILES
relayhost =
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/packages/postfix/samples
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtp_sasl_auth_enable = no
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_client_restrictions = permit_mynetworks,reject_non_fqdn_recipient,hash:/etc/postfix/access,reject_rbl_client sbl.spamhaus.org
smtpd_helo_required = no
smtpd_helo_restrictions =
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,check_sender_access hash:/etc/postfix/usuarios,reject_unauth_destination
smtpd_restriction_classes = local,inter
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = hash:/etc/postfix/access,reject_unknown_sender_domain,permit_mynetworks
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
strict_8bitmime = no
strict_rfc821_envelopes = no
tls_random_source = dev:/dev/urandom
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550

este es mi log

Dec 15 17:15:04 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:15:04 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:15:04 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:15:04 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:15:04 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:15:04 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:15:04 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:15:04 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:15:04 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:15:04 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:17:43 newton postfix/smtpd[6645]: warning: connect to private/tlsmgr: No such file or directory
Dec 15 17:17:44 newton postfix/smtpd[6645]: warning: connect to private/tlsmgr: No such file or directory
Dec 15 17:17:44 newton postfix/smtpd[6645]: warning: problem talking to server private/tlsmgr: No such file or directory
Dec 15 17:17:44 newton postfix/smtpd[6645]: warning: no entropy for TLS key generation: disabling TLS support
Dec 15 17:17:44 newton postfix/smtpd[6645]: connect from unknown[192.168.43.69]
Dec 15 17:17:44 newton postfix/smtpd[6645]: 8E94C39D0: client=unknown[192.168.43.69]
Dec 15 17:17:45 newton postfix/smtpd[6645]: D7E7139D0: client=unknown[192.168.43.69]
Dec 15 17:17:45 newton postfix/cleanup[6648]: D7E7139D0: message-id=<001401c601cd$be179da0$452ba8c0@EDUARDO>
Dec 15 17:17:45 newton postfix/qmgr[6522]: D7E7139D0: from=, size=1400, nrcpt=1 (queue active)
Dec 15 17:17:45 newton postfix/smtp[6649]: warning: connect to private/tlsmgr: No such file or directory
Dec 15 17:17:46 newton postfix/smtpd[6645]: disconnect from unknown[192.168.43.69]
Dec 15 17:17:46 newton postfix/smtp[6649]: warning: connect to private/tlsmgr: No such file or directory
Dec 15 17:17:46 newton postfix/smtp[6649]: warning: problem talking to server private/tlsmgr: No such file or directory
Dec 15 17:17:46 newton postfix/smtp[6649]: warning: no entropy for TLS key generation: disabling TLS support
Dec 15 17:17:50 newton postfix/smtp[6649]: D7E7139D0: to=, relay=mx3.hotmail.com[65.54.244.200], delay=5, status=sent (250 <001401c601cd$be179da0$452ba8c0@EDUARDO> Queued mail for delivery)
Dec 15 17:17:50 newton postfix/qmgr[6522]: D7E7139D0: removed
Dec 15 17:19:29 newton postfix/smtpd[6653]: warning: connect to private/tlsmgr: No such file or directory
Dec 15 17:19:30 newton postfix/smtpd[6653]: warning: connect to private/tlsmgr: No such file or directory
Dec 15 17:19:30 newton postfix/smtpd[6653]: warning: problem talking to server private/tlsmgr: No such file or directory
Dec 15 17:19:30 newton postfix/smtpd[6653]: warning: no entropy for TLS key generation: disabling TLS support
Dec 15 17:19:30 newton postfix/smtpd[6653]: connect from unknown[192.168.43.59]
Dec 15 17:19:31 newton postfix/smtpd[6653]: 89EE439D0: client=unknown[192.168.43.59]
Dec 15 17:19:31 newton postfix/cleanup[6654]: 89EE439D0: message-id=<20051215231931.89EE439D0@newton.informatica.org>
Dec 15 17:19:31 newton postfix/qmgr[6522]: 89EE439D0: from=, size=2218, nrcpt=1 (queue active)
Dec 15 17:19:31 newton postfix/smtp[6655]: warning: connect to private/tlsmgr: No such file or directory
Dec 15 17:19:32 newton postfix/smtp[6655]: warning: connect to private/tlsmgr: No such file or directory
Dec 15 17:19:32 newton postfix/smtp[6655]: warning: problem talking to server private/tlsmgr: No such file or directory
Dec 15 17:19:32 newton postfix/smtp[6655]: warning: no entropy for TLS key generation: disabling TLS support
Dec 15 17:19:33 newton postfix/smtpd[6653]: disconnect from unknown[192.168.43.59]
Dec 15 17:20:02 newton postfix/smtp[6655]: connect to mx1.hotmail.com[64.4.50.50]: Connection timed out (port 25)
Dec 15 17:20:20 newton postfix/smtpd[6653]: connect from localhost[127.0.0.1]
Dec 15 17:20:32 newton postfix/smtp[6655]: connect to mx3.hotmail.com[64.4.50.179]: Connection timed out (port 25)
Dec 15 17:20:47 newton postfix/smtpd[6653]: disconnect from localhost[127.0.0.1]
Dec 15 17:21:02 newton postfix/smtp[6655]: connect to mx4.hotmail.com[65.54.190.179]: Connection timed out (port 25)
Dec 15 17:21:04 newton postfix/smtp[6655]: 89EE439D0: to=, relay=mx4.hotmail.com[65.54.244.232], delay=93, status=sent (250 <20051215231931.89EE439D0@newton.informatica.org> Queued mail for delivery)
Dec 15 17:21:04 newton postfix/qmgr[6522]: 89EE439D0: removed
Dec 15 17:21:48 newton pop3d: Connection, ip=[::ffff:192.168.43.59]
Dec 15 17:21:48 newton pop3d: LOGIN, user=denis, ip=[::ffff:192.168.43.59]
Dec 15 17:21:50 newton pop3d: LOGOUT, user=denis, ip=[::ffff:192.168.43.59], top=0, retr=1598, time=2
Dec 15 17:22:05 newton pop3d: Connection, ip=[::ffff:192.168.43.59]
Dec 15 17:22:05 newton pop3d: LOGIN, user=denis, ip=[::ffff:192.168.43.59]
Dec 15 17:22:05 newton pop3d: LOGOUT, user=denis, ip=[::ffff:192.168.43.59], top=0, retr=0, time=0
Dec 15 17:22:10 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:22:10 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:22:10 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:22:11 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:22:11 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:22:11 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:22:11 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:22:11 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:22:11 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:22:11 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:22:11 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:22:11 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:22:11 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:22:12 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:22:12 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:22:12 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:22:12 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:22:12 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:22:12 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:22:12 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:22:12 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:22:12 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:22:12 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:22:12 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:22:53 newton postfix/smtpd[6694]: warning: connect to private/tlsmgr: No such file or directory
Dec 15 17:22:54 newton postfix/smtpd[6694]: warning: connect to private/tlsmgr: No such file or directory
Dec 15 17:22:54 newton postfix/smtpd[6694]: warning: problem talking to server private/tlsmgr: No such file or directory
Dec 15 17:22:54 newton postfix/smtpd[6694]: warning: no entropy for TLS key generation: disabling TLS support
Dec 15 17:22:54 newton postfix/smtpd[6694]: connect from unknown[192.168.43.69]
Dec 15 17:22:54 newton postfix/smtpd[6694]: E7F9239D0: client=unknown[192.168.43.69]
Dec 15 17:22:55 newton postfix/smtpd[6694]: E082539D0: client=unknown[192.168.43.69]
Dec 15 17:22:55 newton postfix/cleanup[6697]: E082539D0: message-id=<001d01c601ce$7714a410$452ba8c0@EDUARDO>
Dec 15 17:22:55 newton postfix/qmgr[6522]: E082539D0: from=, size=1403, nrcpt=1 (queue active)
Dec 15 17:22:55 newton postfix/local[6699]: E082539D0: to=, relay=local, delay=0, status=sent (delivered to maildir)
Dec 15 17:22:55 newton postfix/qmgr[6522]: E082539D0: removed
Dec 15 17:22:56 newton postfix/smtpd[6694]: disconnect from unknown[192.168.43.69]
Dec 15 17:23:00 newton pop3d: Connection, ip=[::ffff:192.168.43.59]
Dec 15 17:23:00 newton pop3d: LOGIN, user=denis, ip=[::ffff:192.168.43.59]
Dec 15 17:23:00 newton pop3d: LOGOUT, user=denis, ip=[::ffff:192.168.43.59], top=0, retr=1474, time=0
Dec 15 17:23:18 newton pop3d: Connection, ip=[::ffff:192.168.43.59]
Dec 15 17:23:18 newton pop3d: LOGIN, user=denis, ip=[::ffff:192.168.43.59]
Dec 15 17:23:18 newton pop3d: LOGOUT, user=denis, ip=[::ffff:192.168.43.59], top=0, retr=0, time=0
Dec 15 17:23:18 newton pop3d: Connection, ip=[::ffff:192.168.43.59]
Dec 15 17:23:18 newton pop3d: LOGIN, user=denis, ip=[::ffff:192.168.43.59]
Dec 15 17:23:18 newton pop3d: LOGOUT, user=denis, ip=[::ffff:192.168.43.59], top=0, retr=0, time=0
Dec 15 17:23:18 newton pop3d: Connection, ip=[::ffff:192.168.43.59]
Dec 15 17:23:18 newton pop3d: LOGIN, user=denis, ip=[::ffff:192.168.43.59]
Dec 15 17:23:18 newton pop3d: LOGOUT, user=denis, ip=[::ffff:192.168.43.59], top=0, retr=0, time=0
Dec 15 17:23:18 newton pop3d: Connection, ip=[::ffff:192.168.43.59]
Dec 15 17:23:19 newton pop3d: LOGIN, user=denis, ip=[::ffff:192.168.43.59]
Dec 15 17:23:19 newton pop3d: LOGOUT, user=denis, ip=[::ffff:192.168.43.59], top=0, retr=0, time=0
Dec 15 17:23:47 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:23:47 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:23:47 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:23:47 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:23:47 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:23:47 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:23:47 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:23:47 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:23:47 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:23:47 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:23:47 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:23:47 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:23:49 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:23:49 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:23:49 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:23:50 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:23:50 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:23:50 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:23:50 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:23:50 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:23:50 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:23:50 newton pop3d: Connection, ip=[::ffff:192.168.43.69]
Dec 15 17:23:50 newton pop3d: LOGIN, user=christian, ip=[::ffff:192.168.43.69]
Dec 15 17:23:50 newton pop3d: LOGOUT, user=christian, ip=[::ffff:192.168.43.69], top=0, retr=0, time=0
Dec 15 17:24:49 newton postfix/smtpd[6730]: warning: connect to private/tlsmgr: No such file or directory
Dec 15 17:24:50 newton postfix/smtpd[6730]: warning: connect to private/tlsmgr: No such file or directory
Dec 15 17:24:50 newton postfix/smtpd[6730]: warning: problem talking to server private/tlsmgr: No such file or directory
Dec 15 17:24:50 newton postfix/smtpd[6730]: warning: no entropy for TLS key generation: disabling TLS support
Dec 15 17:24:50 newton postfix/smtpd[6730]: connect from unknown[192.168.43.69]
Dec 15 17:24:50 newton postfix/smtpd[6730]: 79DD139D0: client=unknown[192.168.43.69]
Dec 15 17:24:51 newton postfix/smtpd[6730]: 1128039D0: client=unknown[192.168.43.69]
Dec 15 17:24:51 newton postfix/cleanup[6731]: 1128039D0: message-id=<002a01c601ce$bbf145c0$452ba8c0@EDUARDO>
Dec 15 17:24:51 newton postfix/qmgr[6522]: 1128039D0: from=, size=2477, nrcpt=1 (queue active)
Dec 15 17:24:51 newton postfix/local[6732]: 1128039D0: to=, relay=local, delay=0, status=sent (delivered to maildir)
Dec 15 17:24:51 newton postfix/qmgr[6522]: 1128039D0: removed
Dec 15 17:24:51 newton postfix/smtpd[6730]: disconnect from unknown[192.168.43.69]
Dec 15 17:25:08 newton postfix/smtpd[6730]: connect from unknown[192.168.43.69]
Dec 15 17:25:08 newton postfix/smtpd[6730]: 9E00839D0: client=unknown[192.168.43.69]
Dec 15 17:25:09 newton postfix/smtpd[6730]: 2E18C39D0: client=unknown[192.168.43.69]
Dec 15 17:25:09 newton postfix/cleanup[6731]: 2E18C39D0: message-id=<003101c601ce$c6c3cf90$452ba8c0@EDUARDO>
Dec 15 17:25:09 newton postfix/qmgr[6522]: 2E18C39D0: from=, size=2390, nrcpt=1 (queue active)
Dec 15 17:25:09 newton postfix/smtp[6733]: warning: connect to private/tlsmgr: No such file or directory
Dec 15 17:25:09 newton postfix/smtpd[6730]: disconnect from unknown[192.168.43.69]
Dec 15 17:25:10 newton postfix/smtp[6733]: warning: connect to private/tlsmgr: No such file or directory
Dec 15 17:25:10 newton postfix/smtp[6733]: warning: problem talking to server private/tlsmgr: No such file or directory
Dec 15 17:25:10 newton postfix/smtp[6733]: warning: no entropy for TLS key generation: disabling TLS support
Dec 15 17:25:12 newton postfix/smtp[6733]: 2E18C39D0: to=, relay=mx3.hotmail.com[65.54.244.72], delay

disculpen algo extenso , estoy dudoso si en realidad lo que hice esta bien ,

lo que hice funciona de la siguiente manera, tengo 2 usuarios de ejemplo

denis@midominio.com inter(envia y recibe correo interno y ext)
christian@midominio.com local(envia correo local, recibe correo ext)

cree un archivo en /etc/postfix/usuarios
denis@midominio.com inter
christian@midominio local

ademas otro archivo en /etc/postfix/interno
midominio.com OK

y claro luego aplique postmap usuarios y postmap interno

en ultima hora pues el correo christian que es local permitio enviar un correo ha hotmail, y nodeberia de ser asi , que hice me malo, sera mi configuracion en postfix?

gracias por todas las ayudas.

Denis Guido

Denis Guido