2016-04-27 1 views
1

J'ai installé Chef-server 12 sur CentOS 6.6. Quand je veux me rappeler un mot de passe pour l'utilisateur à la page https://ip/password-reset/new Je ne reçois pas de courrier et dans les journaux Exim je voisLe serveur chef n'envoie pas de mails

2016-04-27 14:52:17 1avQp7-0001iP-0U <= <> R=1avQp6-0001iO-Om U=exim P=local S=1611 
2016-04-27 14:52:17 1avQp7-0001iP-0U => opscode <[email protected]_resorvable_fqdn> R=localuser T=local_delivery 
2016-04-27 14:52:17 1avQp7-0001iP-0U Completed 
2016-04-27 14:53:23 Start queue run: pid=6616 
2016-04-27 14:53:23 End queue run: pid=6616 

mais quand j'envoie un message avec tout xmail est bien

2016-04-27 14:45:05 1avQi9-0001g2-DL <= [email protected]_resorvable_fqdn U=ec2-user P=local S=611 
2016-04-27 14:45:05 1avQi9-0001g2-DL gmail-smtp-in.l.google.com [2a00:1450:4013:c00::1a] Network is unreachable 
2016-04-27 14:45:08 1avQi9-0001g2-DL => [email protected] R=dnslookup T=remote_smtp H=gmail-smtp-in.l.google.com [173.194.65.27] X=UNKNOWN:ECDHE-RSA-AES128-GCM-SHA256:128 
2016-04-27 14:45:08 1avQi9-0001g2-DL Completed 
2016-04-27 14:49:44 1avQme-0001hE-4B <= <> R=1avQme-0001hD-2t U=exim P=local S=1611 
2016-04-27 14:49:44 1avQme-0001hE-4B => opscode <[email protected]_resorvable_fqdn> R=localuser T=local_delivery 
2016-04-27 14:49:44 1avQme-0001hE-4B Completed 

Et j'ai reçu ce courrier

Répondre

1

Vérifiez vos journaux de chef et MTA (exim, postfix, etc) journaux et config. Dans mon cas, après instaling chef-gestion, sur l'interface utilisateur Web après avoir cliqué sur "reset mot de passe" dans le journal /var/log/chef gérer/web/courant J'ai trouvé:

[date] INFO -- : Rendered password_reset_mailer/password_reset.text.erb (1.2ms) 
[date] sh: 1: /usr/sbin/sendmail: not found 

J'ai installé postfix, et maintenant les mails sont envoyés comme ils le devraient. Donc, je pense que dans votre cas, exim est un problème.

+0

Merci j'ai installé postfix et éteint SELinux et ça fonctionne bien, je dois trouver selinux booléen approprié. (J'ai aussi dû éteindre exim) – MAXIDAVIDPL