Hello,

  I would like to ask a little help about storage profiles.
I would like to use Dspam Storage Profiles, but I can't understand how  
to pass the profile from Postfix to Dspam.

I have the following setup. A Postfix MX server receive mails for many  
domains. Because I have thousands of accounts I would like to separe  
recipients domains by storage profile. For instance:
a.example.com --profile=a.example.com
b.example.com --profile=b.example.com
...

My master.cf contains:

smtpd     pass  -       -       n       -       200     smtpd
         -o content_filter=lmtp-dspam:[127.0.0.1]:20024
         -o receive_override_options=no_address_mappings

lmtp-dspam unix -      -       n     -       40   lmtp
     -o lmtp_data_done_timeout=1200
     -o lmtp_send_xforward_command=yes
     -o disable_dns_lookups=yes
     -o max_use=20



Let suppose I have unique dspam.conf and LMTP listener, using profile  
to separate dbs. With Postfix I can create more filters based on  
recipient domains. But how can I tell to dspam what profile apply?
Is there a way to specify profile in LMTP session?

Could I set profile using something as
ServerParameters        "--deliver=innocent,spam -d %u --profile=%domain"
where %domain shoud be the recipient domain?

Thank you very much
Best Regards
Marco


------------------------------------------------------------------------------
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to