Skip to content
Snippets Groups Projects
Commit 6084441e authored by Florent Thiery's avatar Florent Thiery
Browse files

fix banner

parent 91d066ec
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
# Copyright 2017, Florent Thiery # Criticality: High
# envoyer un mail contenant un truc random # Check that emails can be sent
RAND="$RANDOM" RAND="$RANDOM"
EMAIL="noreply+$RAND@ubicast.eu" EMAIL="noreply+$RAND@ubicast.eu"
RELAY=`grep relayhost /etc/postfix/main.cf` RELAY=`grep relayhost /etc/postfix/main.cf`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment