| |||||||||||||||||||||||||||||||
|
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