tcp-investiogation.sh config
This commit is contained in:
parent
762886c328
commit
e74ba0a675
1 changed files with 4 additions and 3 deletions
|
@ -12,11 +12,12 @@ TCP investigation script
|
|||
|
||||
# CONFIGURATION
|
||||
# Sender
|
||||
SENDER="netico@midala.net"
|
||||
SENDER="someone@domain.tld"
|
||||
# Recipient
|
||||
RECIPIENT="paolo.radice@fastwebnet.it"
|
||||
RECIPIENT="someone.else@domain.tld"
|
||||
# Mail relay URL
|
||||
RELAY="smtp://mail.midala.net:587"
|
||||
RELAY="smtp://powerful.mail.server:587"
|
||||
|
||||
|
||||
# ERRORS HANDLING
|
||||
E=false
|
||||
|
|
Loading…
Reference in a new issue