Re: [Burp-users] Notify success email does not work
Brought to you by:
grke
|
From: Graham K. <gr...@gr...> - 2017-03-20 04:17:59
|
On Sat, March 18, 2017 6:58 pm, Antonio Sanguigni wrote:
> Hello,
>
> it seems I have a problem with notify success script. By about 15 gg I
> did not receive anymore succeded backup email and I cannot understand
> why. Sendmail on my Ubuntu burp server works well, I'm able to send
> email from console and I can receive summary daily email by Burp.
>
> Burp server and client: 2.0.54
>
> Any idea do I have to verify ?
>
>
> Thank you
> Antonio
Hello,
I don't know what 'by about 15 gg' means.
Can you try:
burp -c /etc/burp/burp-server.conf -t -C <clientname> | grep notify
And check that the arguments look sensible?
It should be something like this:
server_script_pre_notify: 0
server_script_post_notify: 0
server_script_notify: 0
notify_success_script: /usr/share/burp/scripts/notify_script
notify_success_arg: sendmail -t
notify_success_arg: To: you...@ex...
notify_success_arg: From: burp
notify_success_arg: Subject: %b succeeded: %c %w
notify_success_warnings_only: 0
notify_success_changes_only: 0
notify_failure_script:
notify_failure_arg:
And check that the path is pointing to a real file.
|