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?
> In dspam.conf I have:
>
> TrustedDeliveryAgent "/usr/sbin/sendmail"
Which sendmail is this? Postfix or sendmail.org's?
Where are the logs you should have posted?
--
Viktor.
Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.
To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:[email protected]?body=unsubscribe%20postfix-users>
If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.