|
Lines 24-29
Link Here
|
| 24 |
%def_without ipv6 |
24 |
%def_without ipv6 |
| 25 |
%def_with sasl |
25 |
%def_with sasl |
| 26 |
%def_with cyrus |
26 |
%def_with cyrus |
|
|
27 |
%def_with dovecot |
| 27 |
%def_with tls |
28 |
%def_with tls |
| 28 |
%def_without memcache |
29 |
%def_without memcache |
| 29 |
|
30 |
|
|
Lines 141-146
Link Here
|
| 141 |
%description cyrus |
142 |
%description cyrus |
| 142 |
This package provides Cyrus SASL support for Postfix. |
143 |
This package provides Cyrus SASL support for Postfix. |
| 143 |
|
144 |
|
|
|
145 |
%package dovecot |
| 146 |
Summary: Dovecot SASL plugin for Postfix |
| 147 |
Group: System/Servers |
| 148 |
Requires: %name = %serial:%version-%release |
| 149 |
|
| 150 |
%description dovecot |
| 151 |
This package provides Dovecot SASL support for Postfix. |
| 152 |
|
| 144 |
%package tls |
153 |
%package tls |
| 145 |
Summary: SSL/TLS support for Postfix |
154 |
Summary: SSL/TLS support for Postfix |
| 146 |
Group: System/Servers |
155 |
Group: System/Servers |
|
Lines 380-385
Link Here
|
| 380 |
XSASLS='$(XSASL_CYRUS)' \ |
389 |
XSASLS='$(XSASL_CYRUS)' \ |
| 381 |
# |
390 |
# |
| 382 |
%endif #with cyrus |
391 |
%endif #with cyrus |
|
|
392 |
%if_with dovecot |
| 393 |
%make_build -C .. xsasls \ |
| 394 |
DIRS='src/xsasl' \ |
| 395 |
DEBUG='%optflags_shared' \ |
| 396 |
LIBS='../../lib/libpostfix.so' \ |
| 397 |
SYSLIBS= \ |
| 398 |
AUXLIBS= \ |
| 399 |
XSASLS='$(XSASL_DOVECOT)' \ |
| 400 |
# |
| 401 |
%endif #with dovecot |
| 383 |
%endif #with sasl |
402 |
%endif #with sasl |
| 384 |
|
403 |
|
| 385 |
popd # src |
404 |
popd # src |
|
Lines 668-673
Link Here
|
| 668 |
%dir %plugin_directory |
687 |
%dir %plugin_directory |
| 669 |
%plugin_directory/xsasl_cyrus.so |
688 |
%plugin_directory/xsasl_cyrus.so |
| 670 |
%endif #with cyrus |
689 |
%endif #with cyrus |
|
|
690 |
%if_with dovecot |
| 691 |
%files dovecot |
| 692 |
%dir %plugin_directory |
| 693 |
%plugin_directory/xsasl_dovecot.so |
| 694 |
%endif #with dovecot |
| 671 |
%endif #with sasl |
695 |
%endif #with sasl |
| 672 |
|
696 |
|
| 673 |
%if_with tls |
697 |
%if_with tls |