blob: a47adde2238b4f624dca678f8fed37d3442b8f6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# In this file, you can include customizable SMTP reply messages for qmail-smtpd
# Call this file in the qmail-smtpd run script (i.e. '. /var/qmail/etc/smtpreplies')
# such the variables are available in the environment
#
export REPLY_GREYLISTED=""
export REPLY_HELO=""
export REPLY_BADRCPTTO=""
export REPLY_MAILBOX=""
export REPLY_BADMAILFROM=""
export REPLY_SENDERENV=""
export REPLY_NOGATEWAY=""
export REPLY_MAILFROM=""
export REPLY_CONTENT=""
|