Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
683df750fd
3 changed files with 5 additions and 2 deletions
  1. +1
    -0
      package/public/exim/config.in
  2. +2
    -0
      package/public/exim/exim.conf
  3. +2
    -2
      package/public/exim/exim.desc

+ 1
- 0
package/public/exim/config.in

@ -28,5 +28,6 @@ then
bool 'Use plain text auth' ROCKCFG_PKG_EXIM_PLAIN_TEXT 0
bool 'SPA authentification' ROCKCFG_PKG_EXIM_SPA 0
bool 'Enable content scan' ROCKCFG_PKG_EXIM_CONTENT_SCAN 1
bool 'DATA ACL MIME support' ROCKCFG_PKG_EXIM_ACL_MIME 1
menu_end
fi

+ 2
- 0
package/public/exim/exim.conf

@ -45,6 +45,8 @@ EOT
echo "AUTH_SPA=yes" >> Local/Makefile
[ "$ROCKCFG_PKG_EXIM_CONTENT_SCAN" = 1 ] && \
echo "WITH_CONTENT_SCAN=yes" >> Local/Makefile
[ "$ROCKCFG_PKG_EXIM_ACL_MIME" = 1 ] && \
echo "WITH_OLD_DEMIME=yes" >> Local/Makefile
if pkginstalled gnutls; then
cat >> Local/Makefile << EOT

+ 2
- 2
package/public/exim/exim.desc

@ -44,9 +44,9 @@
[L] GPL
[S] Stable
[V] 4.50
[V] 4.54
[P] X -?---5---9 160.000
[D] 675839166 exim-4.50.tar.bz2 ftp://ftp.exim.org/pub/exim/exim4/
[D] 1025276896 exim-4.54.tar.bz2 ftp://ftp.exim.org/pub/exim/exim4/
[D] X config.samples.tar.bz2 ftp://ftp.exim.org/pub/exim/exim4/

Loading…
Cancel
Save