|
This script finds all mail hosts found in the exim mainlog results file. It then creates one log file per host with potential error messages. Useful for debugging exim mail server problems. for i in `cat mainlog | sed -n 's/.*=>.*H=\([a-zA-Z0-9.]*\)\(.*\)/\1/p' | sort -u `; do
cat mainlog | grep $i | grep -v '=>' > log.$i
done
|
Bookmarks
Ist die Seite nützlich? Dann bitte weiterempfehlen! Seiteninhalt
Bereichsinhalt
Letzte Google Suche
xenserver nfs server
8 mins ago
apple bootcamp windows 7 schweizer tastatur
10 mins ago
bootcamp tastaturkürzel
12 mins ago
bootcamp tastatur kürzel
12 mins ago
macbook tastaturbelegung
14 mins ago
1und1 einstellungen für analoges fax
20 mins ago
imac proramme schließen
27 mins ago
"--log selective" smartmontools
37 mins ago
zwei fritzboxen ISDN over internet sip flatrate
45 mins ago
SSL-Zertifikat erstellen openssl
1 hr ago
leises gaming notebook
1 hr ago
iso image MacOS brennen
1 hr ago
macbook tastenkombinationen
1 hr ago
mac-os ctrl alt vertauschen
1 hr ago
express gate usb tastatur
4 hrs ago |
parsing exim mainlog file with sed
Zum Ende der Metadaten springen
Go to start of metadata

Kommentar hinzufügen