Hi all,

Trying to set up cluebringer on our postfix mail server, I don't know 
how to tweak main.cf (or master.cf) to unable Quota with (outgoing) 
smtps (tls) connections.
Right now, after following the INSTALL doc, the rules are:


smtpd_recipient_restrictions =
         check_policy_service inet:127.0.0.1:10031,
         reject_sender_login_mismatch,
         reject_unknown_sender_domain,
         check_sender_access hash:/etc/postfix/restricted_senders,
         permit_sasl_authenticated,
         permit_mynetworks,
         check_relay_domains,reject

smtpd_end_of_data_restrictions =
         check_policy_service inet:127.0.0.1:10031


smtpd_restriction_classes = local_only

local_only =
         check_recipient_access hash:/etc/postfix/local_domains, reject

smtpd_sender_restrictions =
         permit_mynetworks,
         check_sender_access hash:/etc/postfix/sender_access,
         reject_unknown_sender_domain,
         warn_if_reject reject_unverified_sender


Quota, policies, limits set with the webui interface are effectively 
applied on usual port:25 smtpd mails, but users connected on ports 587 
and 465 using TLS seem to  bypass the cbpolicyd rules.
It looks a lot like this recent thread:

http://lists.policyd.org/pipermail/users/2011-January/003238.html

so I tried to apply the same recipe, without being successful...

Should I also tweak the master.cf config file?
Thanks a lot for any hint.

regards,
sebastien

_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to