QMail: Unterschied zwischen den Versionen

Aus crazylinux.de
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:
  apt-get install qmail-src ucspi-tcp-src
  apt-get install qmail-src ucspi-tcp-src


===UCSPI===
===UCSPI-TLS (UCSPI-SSL patched)===
Ein Ersatz für inetd
Ein Ersatz für inetd
build-ucspi-tcp


===Qmail bauen===
===Qmail bauen===
build-qmail


Patchens einspielen
Qmail patchen mit Spamcontrol
cd /tmp/qmail
wget http://www.hosi.de/qmail/debian_sarge_smtp_auth.tar.gz
tar xvzf debian_sarge_smtp_auth.tar.gz
cd qmail-1.03
patch -p1 < . ./debian_sarge_smtp_auth/qmail_auth.patch


Einspielen
 
dpkg --force-depends --purge exim4 exim4-base exim4-config exim4-daemon-light
 
dpkg -i /tmp/qmail/qmail_1.03-38_i386.deb
==Konfiguration==


Start-Config:
Start-Config:
  echo "meinhostname.domain.tld" > /etc/qmail/me
  echo "meinhostname.domain.tld" > /etc/qmail/me
=Links=
http://www.lifewithqmail.org/lwq.html<br>
http://www.fehcom.de/qmail/spamcontrol/README_spamcontrol.html<br>
http://www.nrg4u.com/<br>
[http://www.dt.e-technik.uni-dortmund.de/~ma/qmail-bugs.html Qmail Bugs and Wishlist]

Version vom 1. November 2006, 23:26 Uhr

als Vorlage diente http://www.debianhowto.de/doku.php/de:howtos:sarge:qmail

Installation

apt-get install qmail-src ucspi-tcp-src

UCSPI-TLS (UCSPI-SSL patched)

Ein Ersatz für inetd

Qmail bauen

Qmail patchen mit Spamcontrol


Konfiguration

Start-Config:

echo "meinhostname.domain.tld" > /etc/qmail/me


Links

http://www.lifewithqmail.org/lwq.html
http://www.fehcom.de/qmail/spamcontrol/README_spamcontrol.html
http://www.nrg4u.com/
Qmail Bugs and Wishlist