[Postfix]problème d'envoi externe

Bonjour,

Je suis sur Debian Leeny.
Les mail en local fonctionnent, mais dès qu’il s’agit d’envoyer vers l’extérieur, ça ne passe pas…

moi@monfai.com: host smtp.monfai.com[86.64.xxx.xx] said:
550 5.1.1 moi@monfai.com sender rejected (in reply to RCPT
TO command)

Mon main.cf :

[i]# See /usr/share/postfix/main.cf.dist for a commented, more complete version

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no

appending .domain is the MUA’s job.

append_dot_mydomain = no

Uncomment the next line to generate “delayed mail” warnings

#delay_warning_time = 4h

myorigin = /etc/mailname
mydestination = dns, $myhostname, $mydomain, localhost.localdomain, localhost, localhost.$mydomain, mondomaine.gm

alias_maps = hash:/etc/aliases

mailbox_command = procmail -a $EXTENSION
mailbox_size_limit = 0

recipient_delimiter = +
mynetworks_style = class
default_transport = smtp
relayhost = smtp.monfai.com
mynetworks = 127.0.0.0/8 192.168.0.0/24
inet_protocols = ipv4
local_recipient_maps =
[/i]

Les mails en interne transitent.
mais pas en externe.
Je pense à une histoire d’expediteur qui n’est pas bon… car voici le log :

postfix/qmgr[3055]: 57C13A9837: from=root@mondomaine.com, size=313, nrcpt=1 (queue active)
postfix/smtp[4168]: 57C13A9837: to=moi@monfai.com, relay=smtp.monfai.com[86.xx.xx.xx]:25, delay=0.84, delays=0.05/0.1/0.31/0.37, dsn=5.1.1, status=bounced (host smtp.monfai.com[86.xx.xx.xx] said: 550 5.1.1 moi@monfai.com sender rejected (in reply to RCPT TO command))

Est il possible de modifier le FROM du mail UNIQUEMENT pour les mails qui sortent ?

Le problème vient (je pense) de la dernière version de GLPI.
J’ai créé une adresse canonique pour contourner le problème.

Esct-ce que le reverse DNS fonctionne pour ton serveur de mail ?