On Mon, Jul 30, 2007 at 02:26:06PM +0800, Shane Chrisp wrote: > Anyone know if there is a way to turn off the sender MX check in > chkuser in the tcp.smtp or the qmail-smtp/run file? I have a few > messages from a host which I want to accept and then turn it back on > again due to thier dns being totally broken at the moment.
First remove comment and set this #define in toaster source in chkuser_settings.h file: #define CHKUSER_SENDER_NOCHECK_VARIABLE "SENDER_NOCHECK" Second define SENDER_NOCHECK="" option in your tcp.smtp file for your hosts. -- Erki-Kiss Zsolt
