Afficher un message
Vieux 14/07/2005, 03h36   #1
Vincent Ramos
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut [Postfix] Remplacement d'options

Bonjour,

Les journaux de Postfix ne cessent de m'avertir:

postfix/smtpd[8316]: warning: support for restriction
"reject_maps_rbl" will be removed from Postfix; use
"reject_rbl_client domain-name" instead
et
postfix/smtpd[8316]: warning: support for restriction
"check_relay_domains" will be removed from Postfix; use
"reject_unauth_destination" instead

En effet, mon /etc/postfix/main.cf se présente ainsi:

maps_rbl_domains = relays.ordb.org
sbl-xbl.spamhaus.org
header_checks = regexp:/etc/postfix/header_checks
body_checks = regexp:/etc/postfix/body_checks
smtpd_helo_required = yes
smtpd_sender_restrictions = regexp:/etc/postfix/forbid_from,
reject_unauth_pipelining, permit_mynetworks,
reject_unauth_destination, reject_non_fqdn_sender
smtpd_recipient_restrictions = permit_mynetworks, reject_maps_rbl,
check_relay_domains

Bref, il faudrait que je remplace reject_maps_rbl et
check_relay_domains dans les smtpd_recipient_restrictions.

Le problème est que je ne comprends pas bien la documentation¹
puisqu'elle ne mentionne pas les anciennes options: sont-elles
équivalentes et puis-je simplement remplacer les restrictions par
leur nouveau nom?

D'autre part, je ne suis pas vraiment sûr qu'utiliser
reject_unauth_pipelining et reject_unauth_destination pour les
smtpd_sender_restrictions soit pertinent. Qu'en pensez-vous?

Toute remarque bienvenue quant à ma configuration, du reste (inspirée
de <http://colino.net/computing/unix.php3>.

Merci.

----------------------------
1)<http://x.guimard.free.fr/postfix/index.php?page=postconf.5.html#smtpd_recipient_res trictions>
  Réponse avec citation
 
Page generated in 0,05124 seconds with 9 queries