Problème postfix depuis dernières MAJ Debian

Bonjour,

Sur une Debian Lenny kernel 2.6.26, postfix ne fonctionne plus depuis mes dernières mises à jour.

postfix check

postfix/postfix-script: warning: /var/spool/postfix/lib/libnss_nis-2.7.so and /lib/libnss_nis-2.7.so differ

J’ai donc pris le fichier “libnss_nis-2.7.so” de “/var/spool/postfix/lib/” et je l’ai copié dans “/lib/” pour avoir la même version.
Suite à cette opération, plus de message d’erreur lors d’un postfix check.

Je tente d’envoyer un message, et voici le résultat dans mail.log :

postfix/smtp[3366]: 4D335A983A: to=moi@mondomaine.com, relay=smtp.mondomaine.com[86.64.240.33]:25, delay=0.25, delays=0.05/0.01/0.1/0.08, dsn=5.1.1, status=bounced (host smtp.mondomaine.com[86.64.xx.xx] said: 550 5.1.1 moi@mondomaine.com sender rejected (in reply to RCPT TO command))

Une idée ?

Mon main.conf :

[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]