Scalix Update 11.1.0

Aus Neobikers Wiki
Zur Navigation springen Zur Suche springen

Ich plane folgendes Vorgehen:

  • Scalix, sendmail, fetchmail anhalten
  • LVM Snapshot ziehen
  • Scalix updaten
/etc/init.d/fetchmail stop
/etc/init.d/sendmail stop
for f in /etc/rc1.d/*scal*; do echo $f; sh $f stop; done