Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  2 Mar 2003 20:15:27 +0500 (YEKT)
From:      Dmitry Sukhodoev <raven@bingo.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        khera@kciLink.com
Subject:   ports/48841: tls on postfix does not work (smtp and smtpd fails) 
Message-ID:  <20030302151527.49157D905@bingo.ru>

next in thread | raw e-mail | index | archive | help

>Number:         48841
>Category:       ports
>Synopsis:       tls on postfix does not work (smtp and smtpd fails)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 02 07:20:07 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Sukhodoev
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Bingo GC
>Environment:
System: FreeBSD bingo.ru 4.7-STABLE FreeBSD 4.7-STABLE #1: Tue Feb 25 16:24:18 YEKT 2003 root@bingo.ru:/usr/obj/usr/src/sys/bingo i386

>Description:
piece of main.cf:
=== cut ===
smtp_use_tls = yes
smtp_tls_key_file = /usr/local/share/courier-imap/pop3d.pem
smtp_tls_cert_file = $smtp_tls_key_file
smtp_tls_CAfile = $smtp_tls_key_file
smtp_tls_note_starttls_offer = yes

smtpd_use_tls = yes
smtpd_tls_auth_only = yes
smtpd_tls_key_file = /usr/local/share/courier-imap/pop3d.pem
smtpd_tls_cert_file = $smtpd_tls_key_file
smtpd_tls_CAfile = $smtpd_tls_key_file
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
=== cut ===
with this config tls in port postfix-1.1.11-20020917_1,1 works funny. but if i try to update my old postfix to postfix-1.1.11-20021115,1 or to postfix-2.0.2,1, then tls parts in postfix fails with these log records:

Mar  2 18:53:35 <mail.info> bingo postfix/smtpd[34165]: starting TLS engine
Mar  2 18:53:35 <mail.warn> bingo postfix/master[29036]: warning: process /usr/local/libexec/postfix/smtpd pid 34165 killed by signal 11
Mar  2 18:53:35 <mail.warn> bingo postfix/master[29036]: warning: /usr/local/libexec/postfix/smtpd: bad command startup -- throttling

smtp daemon fails like it. now i has return my old postfix-1.1.11-20020917_1,1 from saved package and this works funny again :-) why new postfix'es cannot use tls? what i can make for this?

>How-To-Repeat:
see higher

>Fix:
cannot fix
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030302151527.49157D905>