080ea46ad2
* TLS o Support for PKI-less TLS server certificate verification, where the CA public key or the server certificate is identified via DNSSEC lookup * LMDB database support * master o The master_service_disable parameter value syntax has changed: use "service/type" instead of "service.type". * postconf: o Support for advanced master.cf query and update operations. This was implemented primarily to support automated system management tools. o The postconf command produces more warnings * relay safety New smtpd_relay_restrictions parameter built-in default settings: smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination * postscreen whitelisting Allow a remote SMTP client to skip postscreen(8) tests based on its postscreen_dnsbl_sites score. OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=180
13 lines
366 B
Diff
13 lines
366 B
Diff
--- src/tlsproxy/Makefile.in.orig 2014-02-12 15:41:35.614464191 +0100
|
|
+++ src/tlsproxy/Makefile.in 2014-02-12 15:42:14.445752897 +0100
|
|
@@ -9,7 +9,7 @@
|
|
PROG = tlsproxy
|
|
INC_DIR = ../../include
|
|
LIBS = ../../lib/libtls.a ../../lib/libmaster.a ../../lib/libglobal.a \
|
|
- ../../lib/libutil.a
|
|
+ ../../lib/libutil.a ../../lib/libdns.a
|
|
|
|
.c.o:; $(CC) $(CFLAGS) -c $*.c
|
|
|
|
|