[Postfixbuch-users] SASLfinger
Ralf Hildebrandt
Ralf.Hildebrandt at charite.de
So Aug 8 18:08:44 CEST 2004
Anbei ein Script, welches man zum extrahieren aller relevanten SASL
Daten aus einer Postfixinstallation benutzen kann.
--
Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt at charite.de
Charite - Universitätsmedizin Berlin Tel. +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-916
IT-Zentrum Standort Campus Mitte AIM. ralfpostfix
-------------- nächster Teil --------------
#!/bin/bash
echo SASLfinger
echo ---- suche sasl2 directory
SASL_PATH=`find /usr/local/lib /usr/lib /etc/postfix -name sasl2 -type d`
echo $SASL_PATH
echo ---- suche smtpd.conf
find $SASL_PATH -name smtpd.conf
find $SASL_PATH -name smtpd.conf | xargs cat
echo ---- SASL für smtpd in Postfix konfiguriert?
/usr/sbin/postconf -n | egrep -i "smtpd.*sasl"
echo ---- SASL in smtpd gelinkt?
ldd `/usr/sbin/postconf -h daemon_directory`/smtpd
echo ---- smtpd chrooted?
egrep "(^# service type|\(yes\)|smtpd)" /etc/postfix/master.cf
echo ----
Mehr Informationen über die Mailingliste Postfixbuch-users