sasl2 + Postfix + Debian
Posted: 2005-08-13 12:50
Hallo,
habe das problem das sasl2 nach jedem reboot die pfade ändert.
Standart ist sals in /var/run/saslauthd
Da aber Postfix in einer chroot Umgebung ist, muss sals nach /var/spool/postfix/var/run/saslauthd
Wie folgt habe ich es gemacht
Doch komischerweise löscht Sasl das Symlink und den inhalt von /var/spool/postfix/var/run/saslauthd/ und legt den inhalt wieder in /var/run/saslauthd an.
Weiß einer wieso das immerwieder geschieht nach einem reboot ?
habe das problem das sasl2 nach jedem reboot die pfade ändert.
Standart ist sals in /var/run/saslauthd
Da aber Postfix in einer chroot Umgebung ist, muss sals nach /var/spool/postfix/var/run/saslauthd
Wie folgt habe ich es gemacht
Code: Select all
mkdir -p /var/spool/postfix/var/run
cd /var/run
mv saslauthd/ /var/spool/postfix/var/run
ln -s /var/spool/postfix/var/run/saslauthd/ saslauthd
Weiß einer wieso das immerwieder geschieht nach einem reboot ?