
scott at schreibnet
Sep 8, 2009, 5:49 AM
Post #4 of 5
(1458 views)
Permalink
|
On Tue, Sep 8, 2009 at 8:15 AM, <up [at] 3> wrote: > Why are you accepting SMTP connections from any source other than the > filtering service? You guys underestimate the depths of my ignorance! heh... I found that the tcp.smtp file that was in use was in the vpop directory structure, so I edited it, hashing out the ":allow" and adding the last two lines below: # # No Qmail-Scanner at all for mail from 127.0.0.1 127.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue" # Use Qmail-Scanner without SpamAssassin on any mail from the local network # [it triggers SpamAssassin via the presence of the RELAYCLIENT var] #10.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" 10.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue" # # Use Qmail-Scanner with SpamAssassin on any mail from the rest of the world #:allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" 216.250.188.210-211:allow,QMAILQUEUE="/var/qmail/bin/qmail-queue" :deny I rebooted the server. The queue is not filling with messages from "<>" right now, but there is some real mail in there that is not going out. The log shows a lot of "CNAME_lookup_failed_temporarily._(#4.4.3)/" Scott
|