[Debian et Postfix]envoi msg impossible
Fermé
bezourox
Messages postés
729
Date d'inscription
vendredi 30 mars 2007
Statut
Membre
Dernière intervention
19 janvier 2013
-
8 févr. 2010 à 10:42
bezourox Messages postés 729 Date d'inscription vendredi 30 mars 2007 Statut Membre Dernière intervention 19 janvier 2013 - 9 févr. 2010 à 09:31
bezourox Messages postés 729 Date d'inscription vendredi 30 mars 2007 Statut Membre Dernière intervention 19 janvier 2013 - 9 févr. 2010 à 09:31
A voir également:
- [Debian et Postfix]envoi msg impossible
- Mainlevée de l’envoi international ✓ - Forum Consommation & Internet
- Mainlevée des expéditions internationales-importations - Forum Consommation & Internet
- Recuperer msg supprimé whatsapp - Guide
- Mainlevée de l'envoi international - Forum Consommation & Internet
- Envoi impossible messenger ✓ - Forum Facebook Messenger
3 réponses
Ca me semble bizarre quand même, mais il n'est pas impossible qu'il y ait un problème de paquet.
/lib/libnss_nis dépend du paquet libc6 et il y a eu une mise a jour de sécurité.
https://packages.debian.org/lenny/i386/libc6/filelist
J'ai pas trouvé le pendant dans Postfix sur le site Debian.
J'ai vérifié sur ma debian 4, il y a bien la meme architecture, mais je ferai plus confiance à /lib/libnss_nis
Donc je te conseille de reinstaller libc6 et reinstaller postfix (avec reinstall). A mon avis il doit copier les fichiers depuis /lib à l'installation.
Cordialement,
/lib/libnss_nis dépend du paquet libc6 et il y a eu une mise a jour de sécurité.
https://packages.debian.org/lenny/i386/libc6/filelist
J'ai pas trouvé le pendant dans Postfix sur le site Debian.
J'ai vérifié sur ma debian 4, il y a bien la meme architecture, mais je ferai plus confiance à /lib/libnss_nis
Donc je te conseille de reinstaller libc6 et reinstaller postfix (avec reinstall). A mon avis il doit copier les fichiers depuis /lib à l'installation.
Cordialement,
bezourox
Messages postés
729
Date d'inscription
vendredi 30 mars 2007
Statut
Membre
Dernière intervention
19 janvier 2013
143
8 févr. 2010 à 13:51
8 févr. 2010 à 13:51
Je viens d'effectuer un aptitude reinstall postfix.
Pas de changement...
Les mail en local fonctionnent, mais dès qu'il s'agit d'envoyer vers l'extérieur, ça ne passe pas...
<moi@mondomaine.com>: host smtp.mondomaine.com[86.64.xxx.xx] said:
550 5.1.1 <moi@mondomaine.com> sender rejected (in reply to RCPT
TO command)
Pas de changement...
Les mail en local fonctionnent, mais dès qu'il s'agit d'envoyer vers l'extérieur, ça ne passe pas...
<moi@mondomaine.com>: host smtp.mondomaine.com[86.64.xxx.xx] said:
550 5.1.1 <moi@mondomaine.com> sender rejected (in reply to RCPT
TO command)
bezourox
Messages postés
729
Date d'inscription
vendredi 30 mars 2007
Statut
Membre
Dernière intervention
19 janvier 2013
143
9 févr. 2010 à 09:31
9 févr. 2010 à 09:31
mon main.cf :
# 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 =
Les mails en interne trasitent.
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@jaimepaswindows>, 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))
# 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 =
Les mails en interne trasitent.
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@jaimepaswindows>, 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))