[Postfixbuch-users] SASLfinger

Andreas Meyer anmeyer at anup.de
So Aug 8 20:21:41 CEST 2004


Ralf Hildebrandt <Ralf.Hildebrandt at charite.de> wrote:

> Anbei ein Script, welches man zum extrahieren aller relevanten SASL
> Daten aus einer Postfixinstallation benutzen kann.

Danke! Was hälst du von ein paar echos zusätzlich?

#!/bin/bash
echo SASLfinger
echo
echo ---- suche sasl2 directory
SASL_PATH=`find /usr/local/lib /usr/lib /etc/postfix -name sasl2 -type d`
echo $SASL_PATH
echo
echo ---- suche smtpd.conf
find $SASL_PATH -name smtpd.conf
find $SASL_PATH -name smtpd.conf | xargs cat
echo
echo ---- SASL für smtpd in Postfix konfiguriert?
/usr/sbin/postconf -n | egrep -i "smtpd.*sasl"
echo
echo ---- SASL in smtpd gelinkt?
ldd `/usr/sbin/postconf -h daemon_directory`/smtpd
echo
echo ---- smtpd chrooted?
egrep "(^# service type|\(yes\)|smtpd)" /etc/postfix/master.cf
echo ----

Würde die Übersichtlichkeit erhöhen.


Gruß
-- 
   Andreas Meyer




Mehr Informationen über die Mailingliste Postfixbuch-users