2 msgDuplicate messages with always_bcc
14 msg[OT] Saving outgoing email Gmail style
3 msg451 error
10 msgPostfix 2.5 release candidate (and 2.6 snapshot...
2 msgpostfix errors when sending smtp auth via yahoo
4 msgDocumentation enhancement: Adjusting DB file pe...
11 msgI don't want Postfix to confirm users via telnet
3 msgQuestion on Earthlink and dnsbl.sorbs.net
36 msgRe: Enforced Outbound TLS (part deux)
6 msgsmtpd_proxy_filter to unix: problem
4 msgAgain troubles with postfix and cyrus-sasl
3 msgExclude local host from smtpd_proxy_filter
4 msgtransport nexthop nexthop

TLS has been selected, but TLS support is not c...
\ Floyd Arguello (15 Jan 2008)
. \ Victor Duchovni (15 Jan 2008)
. . \ Floyd Arguello (15 Jan 2008)

2 msgWhich documentation to read for this..
4 msgExchange 2003 to Postfix maildir migration
7 msgvirtual_mailbox_base & LDAP
12 msgEnforced Outbound TLS
2 msgpostfix+maildrop error
10 msgOutgoing IP address
Subject:TLS has been selected, but TLS support is not compiled in
Group:Postfix-users
From:Floyd Arguello
Date:15 Jan 2008


 
Hi:

I thought I compiled postfix with TLS support, but my maillog returns
the following:

warning: TLS has been selected, but TLS support is not compiled in


Here is the make command that I ran:

make -f Makefile.init makefiles 'CCARGS=-DUSE_TLS' 'AUXLIBS=-lssl
-lcrypto' 'CCARGS=-DHAS_MYSQL -I/usr/include/mysql'
'AUXLIBS=-L/usr/lib/mysql -l mysqlclient -lz -lm'


postconf -n is posted below; any help would be appreciated.

Thanks,
Floyd



alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
allow_untrusted_routing = no
bounce_notice_recipient = postmaster
bounce_size_limit = 65536
bounce_template_file = /etc/postfix/bounce.cf
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = lmtp:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 10
default_privs = nobody
disable_vrfy_command = yes
header_size_limit = 32768
home_mailbox = Maildir
html_directory = /etc/postfix/html
in_flow_delay = 1s
inet_interfaces = all
local_destination_concurrency_limit = 6
mail_owner = postfix
mailbox_size_limit = 0
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
message_size_limit = 40960000
mydestination = $myhostname
mydomain = domain.tld
myhostname = mail.domain.tld
mynetworks = /etc/postfix/mynetworks
myorigin = domain.tld
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /etc/postfix/readme
recipient_bcc_maps = hash:/etc/postfix/maps/recipient_bcc
recipient_delimiter = +
sample_directory = /etc/postfix/sample
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp_tls_CAfile = /etc/ssl/rapidssl.crt
smtp_tls_cert_file = /etc/ssl/domain.tld.crt
smtp_tls_key_file = /etc/ssl/domain.tld.pem
smtp_use_tls = yes
smtpd_banner = $myhostname
smtpd_client_restrictions = permit_mynetworks,
reject_unauth_pipelining
smtpd_etrn_restrictions = permit_mynetworks,
check_etrn_access hash:/etc/postfix/maps/etrn_domains,
smtpd_hard_error_limit = 25
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks,
reject_invalid_helo_hostname,
reject_unauth_pipelining
smtpd_recipient_limit = 128
smtpd_recipient_restrictions =
reject_rbl_client sbl-xbl.spamhaus.org,
reject_rbl_client dnsbl.njabl.org,
reject_rbl_client multihop.dsbl.org,
reject_rbl_client list.dsbl.org,
reject_rbl_client dnsbl.ahbl.org,
reject_rbl_client dnsbl.njabl.org,
permit_mynetworks,
reject_unauth_destination,
reject_non_fqdn_recipient,
reject_unlisted_recipient,
reject_multi_recipient_bounce,
reject_unauth_pipelining,
reject_unverified_sender,
reject_unverified_recipient
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = permit_mynetworks,
reject_unknown_sender_domain,
reject_non_fqdn_sender,
check_sender_access hash:/etc/postfix/maps/bad_senders,
reject_unauth_pipelining
smtpd_soft_error_limit = 10
smtpd_timeout = 180
smtpd_tls_CAfile = /etc/ssl/ssl.crt
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/ssl/domain.tld.crt
smtpd_tls_key_file = /etc/ssl/domain.tld.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
soft_bounce = yes
strict_rfc821_envelopes = yes
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 450
virtual_gid_maps = static:2000
virtual_mailbox_base = /home/mailusers/
virtual_mailbox_domains = hash:/etc/postfix/maps/relay_domains
virtual_mailbox_maps = mysql:/etc/postfix/maps/mysql-virtual-maps.cf
virtual_minimum_uid = 2000
virtual_uid_maps = static:2000


© 2004-2008 readlist.com