Outils pour utilisateurs

Outils du site


tutoriaux:install-email-server:install-email-server-part-8

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tutoriaux:install-email-server:install-email-server-part-8 [2023/04/23 16:44] – [examples] fratertutoriaux:install-email-server:install-email-server-part-8 [2023/04/23 16:48] (Version actuelle) – [Installation] frater
Ligne 424: Ligne 424:
 <code bash>sudo apt install postgrey</code> <code bash>sudo apt install postgrey</code>
  
 +the package is self installing, you have noting to change to the postfix's configuration files.
 ==== Configuration ==== ==== Configuration ====
  
Ligne 440: Ligne 441:
 # postgrey whitelist for mail recipients # postgrey whitelist for mail recipients
 # -------------------------------------- # --------------------------------------
-# put this file in /etc/postgrey or specify its path +# put this file in /etc/postgrey or specify its path with --whitelist-recipients=xxx
-with --whitelist-recipients=xxx+
  
 # do not delay mail to : # do not delay mail to :
Ligne 451: Ligne 451:
 # postgrey whitelist for mail client hostnames # postgrey whitelist for mail client hostnames
 # -------------------------------------------- # --------------------------------------------
-# put this file in /etc/postgrey or specify its path +# put this file in /etc/postgrey or specify its path with --whitelist-clients=xxx
-with --whitelist-clients=xxx+
 # #
 # postgrey version: 1.36, build date: 2015-09-01 # postgrey version: 1.36, build date: 2015-09-01
Ligne 461: Ligne 460:
 debian.org debian.org
 spi-inc.org spi-inc.org
 +
 +# you may also add IPs
 +1.1.1.1
 +
 +# or regex expressions:
 +/^mail\d+\.telekom\.de$/
 </code> </code>
 ===== Skip Virus-Checking for Your Newsletters ===== ===== Skip Virus-Checking for Your Newsletters =====
tutoriaux/install-email-server/install-email-server-part-8.1682261043.txt.gz · Dernière modification : 2023/04/23 16:44 de frater