On Mon, Nov 22, 2010 at 8:45 AM, Nigel Kukard <[email protected]> wrote:
> > Can you show us your postfix config? > > -N > > _______________________________________________ > Users mailing list > [email protected] > http://lists.policyd.org/mailman/listinfo/users > > Here's my postfix, it's working though. It's just the counter issue, but it eventually prevents the user from doing massive mails so that should be acceptable # postconf -n alias_maps = hash:/etc/aliases biff = no broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/lib/postfix debug_peer_level = 2 default_destination_concurrency_limit = 2000 default_process_limit = 1000 defer_transports = disable_dns_lookups = yes header_checks = regexp:/etc/postfix/header_checks html_directory = /usr/share/doc/packages/postfix/html inet_interfaces = all initial_destination_concurrency = 2000 local_recipient_maps = mail_owner = postfix mail_spool_directory = /var/mail mailbox_size_limit = 0 mailbox_transport = lmtp:localhost mailq_path = /usr/bin/mailq manpage_directory = /usr/share/man masquerade_classes = envelope_sender, header_sender, header_recipient masquerade_domains = masquerade_exceptions = root max_use = 10 message_size_limit = 51200000 mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain mydomain = dev.nitido.com myhostname = dev.domain.com mynetworks = 127.0.0.0/8 myorigin = $mydomain newaliases_path = /usr/bin/newaliases queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/packages/postfix/README_FILES recipient_delimiter = + relay_domains = $mydestination, $mynetworks, dev.domain.com relayhost = smtp.domain.com sample_directory = /usr/share/doc/packages/postfix/samples sendmail_path = /usr/sbin/sendmail smtp_connection_cache_time_limit = 10s smtp_sasl_auth_enable = no smtp_use_tls = no smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) smtpd_client_connection_count_limit = 1000 smtpd_client_restrictions = smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10031 smtpd_helo_required = no smtpd_helo_restrictions = smtpd_recipient_restrictions = check_policy_service inet:127.0.0.1:10031, permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_path = private/auth smtpd_sasl_type = dovecot smtpd_sender_login_maps = ldap:/etc/postfix/login_maps.cf smtpd_sender_restrictions = reject_sender_login_mismatch smtpd_use_tls = no soft_bounce = no strict_rfc821_envelopes = yes unknown_local_recipient_reject_code = 550 virtual_transport = lmtp:localhost
_______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
