Re: [Burp-users] Notify success email does not work
Brought to you by:
grke
|
From: Antonio S. <a.s...@gm...> - 2017-03-22 17:28:53
|
2017-03-22 15:28 GMT+01:00 Christian Vieser <chr...@gm...>: >> Messages with multiple addresses in From: 550 >> 5.7.1 header are not accepted. > > Seems like your From: header line is malformed. Out of your mail of 03/20: > >> notify_success_arg: From: burp ESXi 6 > > This is no valid mail address. It should be something like "burp EXSi <bu...@my...>" or just "bu...@my...". It's weird it worked until now. Anyway, I solved so: # nano /etc/postfix/sasl_passwd and I put in: [smtp.gmail.com]:587 use...@gm...:password then # nano /etc/postfix/main.cf relayhost = [smtp.gmail.com]:587 smtp_use_tls = yes smtp_sasl_auth_enable = yes smtp_sasl_security_options = smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt then # postmap /etc/postfix/sasl_passwd then # rm /etc/postfix/sasl_passwd Restarted postifx and now I'm receiving again success email. Thank you Antonio -- Antonio Sanguigni alias slapshot ---------------------------------------------------------------------- Servizi informatici Windows e GNU/Linux http://www.backupsolutions.it http://www.pieroni.biz |