Nuno

Do you have this configuration in your main.cf somewhere:
smtpd_end_of_data_restrictions =
      check_policy_service inet:127.0.0.1:10031

If not add this in, otherwise the quota's will not work as expected, also note this is a feature in the later releases of Postfix, from 2.2 onwards.

Regards


On 21/06/2013 17:49, Nuno Abrantes wrote:
Hello

I'm trying to configure a cluebringer.

I have and Ubuntu installed and running with all the necessary packages, cluebringer, clubringer wui, postfix...

I've setup a "test" quota but I don't see any ckind of intervention of cluebringer, perhaps postfox isn't passing information to it. Bypassing...

Can someone hint me please.... I have no errors (It's better than nothing..).

My postfix uses a smarthost.

Here is my main.cf <http://main.cf>:
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
append_dot_mydomain = no
readme_directory = no
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
myhostname = policyd
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = policyd."customer-domain".com.pt <http://com.pt>, policyd, localhost.localdomain, localhost
relayhost = 192.168.1.38
mynetworks = 127.0.0.0/8 <http://127.0.0.0/8> [::ffff:127.0.0.0]/104 [::1]/128
smtpd_recipient_restrictions =
check_policy_service inet:127.0.0.1:10031 <http://127.0.0.1:10031>
permit mynetworks
reject_unauth_destination
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all

--
Cptos / Regards

Nuno Abrantes

skype: n <mailto:[email protected]>[email protected] <mailto:[email protected]> / nmabrantes
http://www.linkedin.com/in/nabrantes


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

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

Reply via email to