# to update the database after changing this file, run: # tcprules /etc/tcprules.d/tcp.qmail-Qsmtp.cdb /etc/tcprules.d/.tcp.qmail-Qsmtp.tmp < /etc/tcprules.d/tcp.qmail-Qsmtp # For the full documentation on the format of this file, # see http://cr.yp.to/ucspi-tcp/tcprules.html #----------------------------------------------------------------- # Short description of the rules # If you set 'allow', this means that our mail server will allow the specified # IP address range to make a TCP connection to our server. # If you set 'deny', this means that our mail server will not allow the # specified IP address range to make a TCP connection to our server. #----------------------------------------------------------------- # Allow everyone else to send us e-mails: # Everyone else can make connections to our server, but not allowed to relay. # RBL lookups are performed. :allow # If you are using qmail-scanner, this line here is the correct one to use # instead (comment out the above ':allow' line FIRST) and applies that script # to any mail coming in that is not from a host allowed to relay. You can # change the value of the variable to any other value you desire to use custom # scripts for example. #:allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue"