Bonjour bonjour, je souhaite installer un petit autoresponder simple pour postfix et j'ai quelques petits soucis.
J'ai suivis le tutorial situé ici http://www.postfix.org/VIRTUAL_README.html#autoreplies .
Donc j'ai modifier mon master.cf de cette maniére
==========================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================
autoreply unix - n n - - pipe
flags= user=mailer argv=/usr/local/bin/autoreply $sender $recipient
mon main.cf comme ceci
alias_maps = hash:/etc/aliases
transport_maps = hash:/etc/postfix/transport
Mon alias maps ressemble à ça
g.moore: [email protected], gas
Pour que les mails envoyer à g.moore soit redirigé vers sa boite "gas" et vers [email protected]
mon fichier transport ressemble à ça :
autoreply.bso.fr autoreply:
j'ai bien fait un newaliases et un postmap transport.
Le fichier /usr/local/bin/autoreply est fait comme ceci
cat /usr/local/bin/autoreply.txt | mail [email protected]
c'est un simple petit script sh pour m'envoyer un petit texte à moi même pour vérifier que ça marche. Le scrit je l'ai testé seul et il marche cependant quand j'envois a un mail a la boite [email protected] il arrive bien dans sa boite mais je ne reçoit pas de petit mail comme si postfix ne lançait pas mon scrit et j'ai dans les logs cette erreur.
Nov 22 11:52:51 mail postfix/qmgr[3302]: warning: premature end-of-input on private/autoreply socket while reading input attribute name
Nov 22 11:52:51 mail postfix/qmgr[3302]: warning: private/autoreply socket: malformed response
Nov 22 11:52:51 mail postfix/qmgr[3302]: warning: transport autoreply failure -- see a previous warning/fatal/panic logfile record for the problem description
Nov 22 11:52:51 mail postfix/qmgr[3302]: warning: premature end-of-input on private/autoreply socket while reading input attribute name
Nov 22 11:52:51 mail postfix/qmgr[3302]: warning: private/autoreply socket: malformed response
Nov 22 11:52:51 mail postfix/qmgr[3302]: warning: transport autoreply failure -- see a previous warning/fatal/panic logfile record for the problem description
Je ne comprend pas trop donc si vous avez une idée ça m'aiderait bien ... je comprend pas du tout pourquoi ça ne marche pas.
J'ai suivis le tutorial situé ici http://www.postfix.org/VIRTUAL_README.html#autoreplies .
Donc j'ai modifier mon master.cf de cette maniére
==========================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================
autoreply unix - n n - - pipe
flags= user=mailer argv=/usr/local/bin/autoreply $sender $recipient
mon main.cf comme ceci
alias_maps = hash:/etc/aliases
transport_maps = hash:/etc/postfix/transport
Mon alias maps ressemble à ça
g.moore: [email protected], gas
Pour que les mails envoyer à g.moore soit redirigé vers sa boite "gas" et vers [email protected]
mon fichier transport ressemble à ça :
autoreply.bso.fr autoreply:
j'ai bien fait un newaliases et un postmap transport.
Le fichier /usr/local/bin/autoreply est fait comme ceci
cat /usr/local/bin/autoreply.txt | mail [email protected]
c'est un simple petit script sh pour m'envoyer un petit texte à moi même pour vérifier que ça marche. Le scrit je l'ai testé seul et il marche cependant quand j'envois a un mail a la boite [email protected] il arrive bien dans sa boite mais je ne reçoit pas de petit mail comme si postfix ne lançait pas mon scrit et j'ai dans les logs cette erreur.
Nov 22 11:52:51 mail postfix/qmgr[3302]: warning: premature end-of-input on private/autoreply socket while reading input attribute name
Nov 22 11:52:51 mail postfix/qmgr[3302]: warning: private/autoreply socket: malformed response
Nov 22 11:52:51 mail postfix/qmgr[3302]: warning: transport autoreply failure -- see a previous warning/fatal/panic logfile record for the problem description
Nov 22 11:52:51 mail postfix/qmgr[3302]: warning: premature end-of-input on private/autoreply socket while reading input attribute name
Nov 22 11:52:51 mail postfix/qmgr[3302]: warning: private/autoreply socket: malformed response
Nov 22 11:52:51 mail postfix/qmgr[3302]: warning: transport autoreply failure -- see a previous warning/fatal/panic logfile record for the problem description
Je ne comprend pas trop donc si vous avez une idée ça m'aiderait bien ... je comprend pas du tout pourquoi ça ne marche pas.