Browse Source

Sebastian Knapp:


			
			
				rocklinux
			
			
		
Sebastian Knapp 20 years ago
parent
commit
a4f3d1f83f
4 changed files with 15 additions and 14 deletions
  1. +9
    -4
      package/public/exim/config.hlp
  2. +1
    -0
      package/public/exim/config.in
  3. +2
    -5
      package/public/exim/exim.conf
  4. +3
    -5
      package/public/exim/exim.desc

+ 9
- 4
package/public/exim/config.hlp

@ -23,13 +23,18 @@
MENU_PKG_EXIM MENU_PKG_EXIM
Because some SMTP-server allow only plain text authentification, you can Because some SMTP-server allow only plain text authentification, you can
configure here the authentification methods for exim.
configure here the authentification methods for exim and set the content
scan feature.
ROCK_CFG_EXIM_CRAM_MD5
ROCKCFG_PKG_EXIM_CRAM_MD5
The more secure standard authentification. The more secure standard authentification.
ROCK_CFG_EXIM_PLAINTEXT
ROCKCFG_PKG_EXIM_PLAINTEXT
Authentification without cryptographic technology. Authentification without cryptographic technology.
ROCK_CFG_EXIM_SPA
ROCKCFG_PKG_EXIM_SPA
Sorry, no help available for this option. Sorry, no help available for this option.
ROCKCFG_PKG_EXIM_CONTENT_SCAN
Enables the former exiscan features. Provides a interface for
antivirus and malware scaner and spam detection.

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

@ -27,5 +27,6 @@ then
bool 'Use MD5 auth' ROCKCFG_PKG_EXIM_CRAM_MD5 1 bool 'Use MD5 auth' ROCKCFG_PKG_EXIM_CRAM_MD5 1
bool 'Use plain text auth' ROCKCFG_PKG_EXIM_PLAIN_TEXT 0 bool 'Use plain text auth' ROCKCFG_PKG_EXIM_PLAIN_TEXT 0
bool 'SPA authentification' ROCKCFG_PKG_EXIM_SPA 0 bool 'SPA authentification' ROCKCFG_PKG_EXIM_SPA 0
bool 'Enable content scan' ROCKCFG_PKG_EXIM_CONTENT_SCAN 1
menu_end menu_end
fi fi

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

@ -21,11 +21,6 @@
# --- ROCK-COPYRIGHT-NOTE-END --- # --- ROCK-COPYRIGHT-NOTE-END ---
exim_pc() { exim_pc() {
echo "merging exiscan ..."
# patches are not compressed (any more). Feature or Bug?
# bunzip2 -c $archdir/exiscan-${exiscan_version}.patch.bz2 | patch -p1
patch -p1 <$archdir/exiscan-${exiscan_version}.patch
[ "${prefix#opt/}" == "$prefix" ] && sysconfdir="$sysconfdir/exim" [ "${prefix#opt/}" == "$prefix" ] && sysconfdir="$sysconfdir/exim"
echo "creating Makefile ..." echo "creating Makefile ..."
@ -48,6 +43,8 @@ EOT
echo "AUTH_PLAINTEXT=yes" >> Local/Makefile echo "AUTH_PLAINTEXT=yes" >> Local/Makefile
[ "$ROCKCFG_PKG_EXIM_SPA" = 1 ] && \ [ "$ROCKCFG_PKG_EXIM_SPA" = 1 ] && \
echo "AUTH_SPA=yes" >> Local/Makefile echo "AUTH_SPA=yes" >> Local/Makefile
[ "$ROCKCFG_PKG_EXIM_CONTENT_SCAN" = 1 ] && \
echo "WITH_CONTENT_SCAN=yes" >> Local/Makefile
if pkginstalled gnutls; then if pkginstalled gnutls; then
cat >> Local/Makefile << EOT cat >> Local/Makefile << EOT

+ 3
- 5
package/public/exim/exim.desc

@ -34,6 +34,7 @@
[T] Compared with sendmail it is much easier to configure, too ;-)! [T] Compared with sendmail it is much easier to configure, too ;-)!
[U] http://www.exim.org [U] http://www.exim.org
[U] http://duncanthrax.net/exiscan-acl/
[A] University of Cambridge [A] University of Cambridge
[M] The ROCK Linux Project [M] The ROCK Linux Project
@ -43,12 +44,9 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 4.44
[V] 4.50
[P] X -?---5---9 160.000 [P] X -?---5---9 160.000
[O] exiscan_version=acl-4.44-28
[D] 3295364322 exim-4.44.tar.bz2 ftp://ftp.exim.org/pub/exim/exim4/
[D] 3522884505 exiscan-acl-4.44-28.patch http://duncanthrax.net/exiscan-acl/
[D] 675839166 exim-4.50.tar.bz2 ftp://ftp.exim.org/pub/exim/exim4/
[D] X config.samples.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