1.

How Can I Disable Qmail From Conducting Reverse Dns Lookups On Smtp Connections?

Answer»

This can be done by ADDING a "-H" flag to the tcpserver CALL WITHIN the qmail-smtpd SUPERVISE script.

/usr/local/bin/tcpserver -v -R -H -l "$LOCAL" -X /etc/tcp.smtp.cdb -c "$MAXSMTPD"

This can be done by adding a "-H" flag to the tcpserver call within the qmail-smtpd supervise script.

/usr/local/bin/tcpserver -v -R -H -l "$LOCAL" -x /etc/tcp.smtp.cdb -c "$MAXSMTPD"



Discussion

No Comment Found