On Mon, Apr 20, 2009 at 2:52 PM, Victor Duchovni < victor.ducho...@morganstanley.com> wrote:
> On Mon, Apr 20, 2009 at 02:35:01PM -0700, Jerry Gardner wrote: > > > I have Postfix (2.5.5) set up to deliver email to virtual users (without > > accounts on the system), and this works fine. > > > > I'm trying to add DSPAM to filter spam, but run into problems with mail > > loops when trying to get it to work. > > > > I have DSPAM configured as a transport in Postfix with the following line > in > > master.cf: > > > > dspam unix - n n - 10 pipe > > flags=Ru user=dspam argv=/usr/bin/dspam --deliver=innocent,spam --user > > $user -i -f $sender -- recipient > > > > and the following in main.cf: > > > > virtual_transport = dspam > > dspam_destination_recipient_limit = 1 > > > > smtpd_client_restrictions = > > permit_mynetworks, > > check_client_access pcre:/etc/postfix/dspam_filter_access > > Where are the contents of this file that you should have posted? /./ FILTER dspam:dspam > > In dspam.conf I have: > > > > TrustedDeliveryAgent "/usr/sbin/sendmail" > > Which sendmail is this? Postfix or sendmail.org's? It's Postfix's sendmail. > Where are the logs you should have posted? > > I'll post the logs when I get home tonight.