PDA

Voir la version complète : Xivo v15.08 email messagerie vocale



vienuj
03/10/2015, 19h00
Bonjour,

J'ai besoin d'aide pour faire fonctionner l'envoi des messages vocaux par mail.
Mon Xivo ne parvient pas à envoyer un mail car le sender est mauvais d'après le mail.log.
Je ne sais pas si c'est le Xivo ou la conf postfix qui ajoute un asterisk@ dans l'adresse du l'emetteur, ducoup les mails sont rejectés.
Voici une trace du mail.log

Oct 3 17:41:41 x-lite postfix/pickup[17396]: 62CB9818B7: uid=110 from=<asterisk>
Oct 3 17:41:41 x-lite postfix/cleanup[17397]: 62CB9818B7: message-id=<Asterisk-1-1912031460-90-3315@x-lite>
Oct 3 17:41:41 x-lite postfix/qmgr[16493]: 62CB9818B7: from=<asterisk@xxx@orange.fr>, size=85149, nrcpt=1 (queue active)
Oct 3 17:41:42 x-lite postfix/smtp[17399]: 62CB9818B7: to=<xxx@gmail.com>, relay=smtp.orange.fr[193.252.22.64]:25, delay=1.5, delays=0.27/0.03/0.24/0.97, dsn=5.1.0, status=bounced (host smtp.orange.fr[193.252.22.64] said: 501 5.1.0 Emetteur invalide. Invalid Sender. OFR204_405 [405] (in reply to MAIL FROM command))

Oct 3 17:41:42 x-lite postfix/cleanup[17397]: CDDAB818B8: message-id=<20151003164142.CDDAB818B8@x-lite.orange.fr>
Oct 3 17:41:42 x-lite postfix/qmgr[16493]: CDDAB818B8: from=<>, size=2485, nrcpt=1 (queue active)
Oct 3 17:41:42 x-lite postfix/bounce[17400]: 62CB9818B7: sender non-delivery notification: CDDAB818B8
Oct 3 17:41:42 x-lite postfix/qmgr[16493]: 62CB9818B7: removed
Oct 3 17:41:44 x-lite postfix/smtp[17399]: CDDAB818B8: to=<asterisk@xxx@orange.fr>, relay=smtp.orange.fr[80.12.242.10]:25, delay=1.5, delays=0.07/0/0.26/1.1, dsn=5.1.1, status=bounced (host smtp.orange.fr[80.12.242.10] said: 550 5.1.1 Adresse d au moins un destinataire invalide. Invalid recipient. OFR204_418 [418] (in reply to RCPT TO command))
Oct 3 17:41:44 x-lite postfix/qmgr[16493]: CDDAB818B8: removed

J'ai masqué les noms par xxx.
Comment puis faire pour empêcher l'ajout du asterisk@ ?

Je vous remercie.

Julien

quintana
03/10/2015, 19h53
Salut,

Regardes par ici:

http://projects.xivo.io/boards/8/topics/4134

++

vienuj
04/10/2015, 12h32
Bonjour Quintana,

Merci mais cela ne change rien (capture après modification):

root@x-lite:~# cat /etc/xivo/common.conf | grep XIVO_SMTP
XIVO_SMTP_MYDOMAIN="orange.fr"
XIVO_SMTP_RELAYHOST="smtp.orange.fr"
XIVO_SMTP_ORIGIN="orange.fr"
XIVO_SMTP_CANONICAL=""
XIVO_SMTP_FALLBACK_RELAYHOST=""


root@x-lite:~# tail -f /var/log/mail.log

Oct 4 11:28:59 x-lite postfix/pickup[12507]: 77847818F5: uid=110 from=<asterisk>
Oct 4 11:28:59 x-lite postfix/cleanup[12520]: 77847818F5: message-id=<Asterisk-1-748699907-90-3315@x-lite>
Oct 4 11:28:59 x-lite postfix/qmgr[10433]: 77847818F5: from=<asterisk@orange.fr>, size=981, nrcpt=1 (queue active)
Oct 4 11:29:00 x-lite postfix/smtp[12522]: 77847818F5: to=<xxx@gmail.com>, relay=smtp.orange.fr[193.252.22.64]:25, delay=1.5, delays=0.27/0.05/0.19/0.97, dsn=5.1.0, status=bounced (host smtp.orange.fr[193.252.22.64] said: 550 5.1.0 Emetteur invalide. Invalid Sender. OFR_415 [415] (in reply to MAIL FROM command))
Oct 4 11:29:00 x-lite postfix/cleanup[12520]: E58FC818F6: message-id=<20151004102900.E58FC818F6@x-lite.orange.fr>
Oct 4 11:29:01 x-lite postfix/qmgr[10433]: E58FC818F6: from=<>, size=2938, nrcpt=1 (queue active)
Oct 4 11:29:01 x-lite postfix/bounce[12523]: 77847818F5: sender non-delivery notification: E58FC818F6
Oct 4 11:29:01 x-lite postfix/qmgr[10433]: 77847818F5: removed
Oct 4 11:29:02 x-lite postfix/smtp[12522]: E58FC818F6: to=<asterisk@orange.fr>, relay=smtp.orange.fr[193.252.22.64]:25, delay=1.2, delays=0.06/0/0.16/1, dsn=5.1.1, status=bounced (host smtp.orange.fr[193.252.22.64] said: 550 5.1.1 Adresse d au moins un destinataire invalide. Invalid recipient. OFR_416 [416] (in reply to RCPT TO command))
Oct 4 11:29:02 x-lite postfix/qmgr[10433]: E58FC818F6: removed
Oct 4 11:30:22 x-lite postfix/master[10425]: terminating on signal 15
Oct 4 11:30:23 x-lite postfix/master[13461]: daemon started -- version 2.9.6, configuration /etc/postfix


J'ai toujours asterisk@ préfixé au mail

Julien