I do have the SAV postfix. I have this in my main.cf: #sender address verification new stuff for "trace" postfix address_verify_map = hash:/var/log/address_verify.map address_verify_positive_expire_time = 31d address_verify_positive_refresh_time = 7d address_verify_negative_cache = yes address_verify_negative_expire_time = 3d address_verify_negative_refresh_time = 12h
#################### All default settings, but silly me - there is no such file in /var/log There is no apparent info on the postfix site (under SAV) that I could see. How do I implement this? Sorry if it is a RTFM issue that I missed - ;) ~Casey -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kenzo Sent: Wednesday, January 15, 2003 10:21 AM To: [EMAIL PROTECTED] Subject: [IMGate] Re: SAV Not Working? what your sav log look like? it should be /var/sav/log/global SAV uses port 10025 and 26 to transfer stuff back and forth with postfix. you should see something like from=<[EMAIL PROTECTED]>, size=32025, nrcpt=1 (queue active) Jan 15 11:18:19 mailgate postfix/smtpd[7763]: disconnect from dc-mx03.cluster1.charter.net[209.225.8.13] Jan 15 11:18:20 mailgate ravpostfix[7816]: data received... begin scanning... Jan 15 11:18:20 mailgate ravpostfix[7816]: scanning returns OK... sending file... Jan 15 11:18:20 mailgate postfix/smtpd[7784]: connect from localhost[127.0.0.1] Jan 15 11:18:20 mailgate postfix/smtpd[7784]: 2BBA52DC: client=localhost[127.0.0.1] Jan 15 11:18:20 mailgate postfix/cleanup[7780]: 2BBA52DC: message-id=<001101c2bcba$21a92f70$43ed9f18@toddsony> Jan 15 11:18:20 mailgate postfix/smtpd[7784]: disconnect from localhost[127.0.0.1] Notice the connection to 127.0.0.1 ----- Original Message ----- From: "Casey Lenhart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 11:07 AM Subject: [IMGate] SAV Not Working? > > Is the something obvious that I am not seeing here? > > Obviously the SAV is not working or I have not got it configured > properly. > Quite [EMAIL PROTECTED] is not the real sender here. > > Thoughts?? > > > > > Received: from gate3.touchfon.com [207.173.91.121] by touchfon.com with > ESMTP > (SMTPD32-7.12) id A48414FD0190; Wed, 15 Jan 2003 07:47:32 -0700 > Received: from a47072.upc-a.chello.nl (a47072.upc-a.chello.nl > [62.163.47.72]) > by gate3.touchfon.com (Postfix) with SMTP id 229DD10533 > for <[EMAIL PROTECTED]>; Wed, 15 Jan 2003 07:36:08 +0000 (GMT) > Received: from cat21.subscribe.ru (cat21.subscribe.ru [81.222.129.21]) > by carbon.btinternet.com with smtp (Exim 3.22 #16) > for <[EMAIL PROTECTED]>; Wed, 15 Jan 2003 06:37:09 -0800 > Received: from esam (Async2.Mars.lsi.ru [212.58.195.130]) > by relay1.wplus.net (8.9.1/8.9.1/wplus.2) with ESMTP id > QAA43653; > for <[EMAIL PROTECTED]>; Wed, 15 Jan 2003 06:37:09 -0800 > Received: from smarthost2.mail.uk.easynet.net > (smarthost2.mail.uk.easynet.net [212.135.6.12]) > by mta02.btfusion.com with esmtp (Exim 4.05) > for <[EMAIL PROTECTED]>; Wed, 15 Jan 2003 06:37:09 -0800 > Date: Wed, 15 Jan 2003 06:37:09 -0800 > From: "yacoob52" <[EMAIL PROTECTED]> > To: "" <[EMAIL PROTECTED]> > Subject: Earn an Annual Return of 1200% on your Investment! > Mime-Version: 1.0 > Content-Type: text/plain; charset="iso-8859-1" > X-Mailer: The Bat! (v1.47 Halloween Edition) UNREG / CD5BF9353B3B7091 > Message-ID: <[EMAIL PROTECTED]> > X-RCPT-TO: <[EMAIL PROTECTED]> > Status: U > X-UIDL: 342486094 >
