Main menu:

Site search

April 2026
M D M D F S S
 12345
6789101112
13141516171819
20212223242526
27282930  

Categories

Tags

Postgrey deaktivieren

1. Postgrey Deamon stoppen:

 /etc/init.d/postgrey stop

2. In der Postfix config Datei /etc/postfix/main.cf Postgrey Filter deaktivieren, dazu wird folgende zeile auskommentiert:

# check_policy_service inet:127.0.0.1:60000

3. Postfix neu starten, bzw. Postfix config neu laden mit

/etc/init.d/postfix restart

/etc/init.d/postfix reload

4. Postgrey Deamon aus der Runtime austragen, das er nicht automaisch beim nächsten Reboot gestartet wird:

update-rc.d -f postgrey remove

Write a comment