Bill, First off, many thanks for your qmail patch as it's been working great for years.
I'm having problems with my latest incarnation of qmail: netqmail-1.05 qmail-toaster-0.8.patch qmail-date-localtime.patch greylisting-20050423.patch shuppCustomSMTPreject.patch I update the toaster patch with custom username/password so dbdef.sql and local_scan.c are ok after patching. Setup mysql with script from relaydelay-0.04.tgz which does the same thing as Shupp's dbdef.sql. Whenever email is sent to the new server it is bounced back. The sending server sees: deferral: 208.252.152.9_failed_after_I_sent_the_message./Remote_host_said:_451 _mail_server_temporarily_rejected_message_(#4.3.0)/ The new email server shows: 2005-10-07 15:40:58.129449500 tcpserver: status: 1/45 2005-10-07 15:40:58.129629500 tcpserver: pid 17254 from {sender IP} 2005-10-07 15:40:58.129717500 tcpserver: ok 17254 0:{receiver IP}:25 :(sender)::54901 2005-10-07 15:40:58.247016500 CHKUSER accepted rcpt: from <::> remote <{sender FQDN}:unknown:{sender IP}> rcp t <[EMAIL PROTECTED]> : found existing recipient 2005-10-07 15:40:58.253741500 tcpserver: end 17254 status 0 2005-10-07 15:40:58.253745500 tcpserver: status: 0/45 However the email never is delivered. Logging into the the mysql/relaydelay dB as the user specified in the greylist patch works just fine. The same user is also able to insert rows into table relaytofrom. No new records are added to any table after bouncing emails with 451. I'm stuck on where to go from here. Thanks in advance for the help. -Jonas