# This file tests a connection from another non-black/whitelisted machine
192.168.1.2
220
EHLO remote.domain
250
# First test mail with a from address of a non-black/whitelisted sender/domain
MAIL FROM:<anyone@remote.domain>
250 
# Always accept mail to the postmaster
RCPT TO:<postmaster@local.domain>
250
# We don't want to accept mail from this IP
RCPT TO:<local.user@local.domain>
550 The IP or hostname used when connecting is locally blacklisted.
RSET
250
QUIT
221
