ASSP Anti-Spam SMTP Proxy Server Watchdog
Wer einen ASSP (Anti-Spam SMTP Proxy Server) betreibt will mit Nagios oder Whatsup Gold diesen Service im Auge behalten können. Mit einem kleinen Script kann man den Status des Service abfragen:
#!/bin/bash # ASSP watchdog process. # # Start in the correct directory. BASE=/usr/share/assp/ cd $BASE # Check for a running ASSP process and give Process ID PROC=`ps axww | grep "[a]ssp.pl" | awk '{print $1}'` FILES=`lsof -p "${PROC}" | grep /usr/share/assp | grep perl` # Test If ASSP is not running. if [ "${FILES}" ] then { echo "ASSP OK" } else { echo "ASSP NOT RUNNING" # Start ASSP # /etc/init.d/assp start } fi
ASSP
The Anti-Spam SMTP Proxy (ASSP) server project is an Open Source, Perl based, platform-independent transparent SMTP proxy server that leverages numerous methodologies and technologies to both rigidly and adaptively identify e-mail spam. ASSP is easy to set up because it requires only minor changes to the configuration of your your Mail Transfer Agent.
×
...auch noch interessant
- Linux // 24.04.2022Xubuntu 22.04 VNC Service mit x11vnc
- Linux // 22.04.2022Opnsense: htop make (opnsense-code)
- Linux // 22.04.2022Opnsense: Installation auf einen apu4d4 (GX-412TC pcengines)
- Linux // 22.04.2022Linux USB to RS232 (UART)
Nichts gefunden
Es wurde zur Story ASSP Anti-Spam SMTP Proxy Server Watchdog kein Kommentar gefundenInformation
Werbung oder Ähnliches sind nicht erlaubt, daher wird jeder Beitrag geprüft und freigegeben.Advertising, etc. are not allowed, so any contribution is reviewed and approved.
Facebook-Webadress are not allowed, Facebook als Webadresse ist nicht erlaubt
* Die E-Mail wird nicht veröffentlicht / The email will not be published
** Bitte Zahl eintragen / Please enter the number
Modal Header
Some text in the Modal Body
Some other text...
(c)2025 stastka.ch // help system