[Postfix-es] tls

Emiliano emiliano en climafin.com.ar
Vie Ago 19 20:57:44 CEST 2005


Tengo un temita con TLS
por lo visto el postfix que configure lo soporta, datos:


[root en rosario emiliano]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 rosario.xxx.com.ar ESMTP Postfix
ehlo localhost
250-rosario.xxx.com.ar
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH CRAM-MD5 PLAIN LOGIN DIGEST-MD5
250-AUTH=CRAM-MD5 PLAIN LOGIN DIGEST-MD5
250 8BITMIME
AUTH PLAIN aW5mb0BjbGltYWZpbi5jb20uYXIAaW5mb0BjbGltYWZpbi5jb20uYXIAcGFzc3dk
235 Authentication successful
quit
221 Bye
Connection closed by foreign host.

Los logs dicen

Aug 19 15:46:13 rosario postfix/smtpd[8253]: initializing the server-side TLS engine
Aug 19 15:46:13 rosario postfix/smtpd[8253]: connect from unknown[13.20.0.8]


my postconf

[root en rosario emiliano]# postconf -n
alias_maps = hash:/etc/aliases
body_checks = regexp:/etc/postfix/body_checks
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
header_checks = regexp:/etc/postfix/header_checks
home_mailbox = Maildir/
html_directory = /usr/share/doc/postfix-2.2.5-documentation/html
local_recipient_maps = $alias_maps $virtual_mailbox_maps
mail_owner = postfix
mailbox_command = /usr/local/bin/maildrop -d "$USER" -f "$SENDER" "$EXTENSION"
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname
mydomain = xxx.com.ar
myhostname = rosario.xxx.com.ar
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.2.5-documentation/readme
receive_override_options = no_address_mappings
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_client_restrictions = permit_mynetworks,  check_client_access mysql:/etc/postfix/virtual_dominios.cf
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks,       permit_sasl_authenticated,      reject_unauth_destination,        reject_unauth_pipelining,       reject_unknown_sender_domain,   reject_unknown_recipient_domain,  reject_non_fqdn_recipient,      reject_rbl_client relays.ordb.org,      permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /etc/postfix/certs/cacert.pem
smtpd_tls_cert_file = /etc/postfix/certs/newcert.pem
smtpd_tls_key_file = /etc/postfix/certs/newreq.pem
smtpd_tls_loglevel = 3
smtpd_tls_received_header = yes
smtpd_tls_session_cache_database = btree:/var/run/smtpd_tls_session_cache
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
transport_maps = mysql:/etc/postfix/transport.cf
unknown_local_recipient_reject_code = 550
virtual_alias_maps = mysql:/etc/postfix/virtual.cf
virtual_gid_maps = static:5000
virtual_mailbox_base = /home/dominios/
virtual_mailbox_domains = mysql:/etc/postfix/virtual_dominios.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virt.cf
virtual_minimum_uid = 5000
virtual_transport = maildrop:
virtual_uid_maps = static:5000


en Mozilla Thunderbird, en SMTP tengo marcado TLS, pero no da respuesta, alguna idea ?
Gracias.
Emiliano.
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: http://lists.wl0.org/pipermail/postfix-es/attachments/20050819/45354bcc/attachment.html


Más información sobre la lista de distribución Postfix-es