Added test_cases for offline testing - do not include in tagged release.
This commit is contained in:
parent
9c264c3867
commit
da0f7279b6
1 changed files with 55 additions and 0 deletions
55
test_cases
Normal file
55
test_cases
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
#HELO and mfrom pass
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.18
|
||||
helo_name=mailout02.controlledmail.com
|
||||
sender=scott@kitterman.com
|
||||
recipient=bogus@kitterman.org
|
||||
queue_id=q1234
|
||||
|
||||
#HELO fail and mfrom pass
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.18
|
||||
helo_name=mailout00.controlledmail.com
|
||||
sender=scott@kitterman.com
|
||||
recipient=bogus@kitterman.org
|
||||
queue_id=q1234
|
||||
|
||||
#no HELO and mfrom pass
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.18
|
||||
helo_name=mailout03.controlledmail.com
|
||||
sender=scott@kitterman.com
|
||||
recipient=bogus@kitterman.org
|
||||
queue_id=q1234
|
||||
|
||||
#helo pass and mfrom fail
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.19
|
||||
helo_name=mailout00.controlledmail.com
|
||||
sender=scott@kitterman.org
|
||||
recipient=bogus@kitterman.org
|
||||
queue_id=q1234
|
||||
|
||||
#helo pass and mfrom none
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.18
|
||||
helo_name=mailout02.controlledmail.com
|
||||
sender=scott@yahoo.com
|
||||
recipient=bogus@kitterman.org
|
||||
queue_id=q1234
|
||||
|
||||
#helo pass and mfrom null
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.18
|
||||
helo_name=mailout02.controlledmail.com
|
||||
sender=
|
||||
recipient=bogus@kitterman.org
|
||||
queue_id=q1234
|
||||
|
||||
#helo fail and mfrom null
|
||||
request=smtpd_access_policy
|
||||
client_address=72.81.252.19
|
||||
helo_name=mailout02.controlledmail.com
|
||||
sender=
|
||||
recipient=bogus@kitterman.org
|
||||
queue_id=q1234
|
||||
Loading…
Add table
Add a link
Reference in a new issue