You don't need amavis at all -- it's optional, so it doesn't need to be 
enabled,
especially if you have it already configured externally and run 
policydv2 before
calling amavis from your postfix configuration. There are a a number of 
ways to
accomplish this.  For instance:

smtpd_recipient_restrictions =
    check_policy_service inet:127.0.0.1:10031
    check_client_access hash:/etc/postfix/bypass_amavis
    reject_unknown_recipient_domain
    reject_non_fqdn_sender
    reject_non_fqdn_recipient
    reject_invalid_hostname
    check_recipient_access hash:/etc/postfix/block_old_addr
    permit_mynetworks
    permit_sasl_authenticated
    reject_non_fqdn_hostname
    reject_unauth_destination
    reject_unverified_recipient
    permit_auth_destination
    permit_mx_backup

--Tobias


Shelley Waltz wrote:
> On Tue, 29 Sep 2009, Shelley Waltz wrote:
>
>    My configuration looks like below where I only ask to load
>    Core and Quotas module.  I assumed I needed Core.
>
*snip*
>
>    There are also amavis data in the mysql database
>    mysql> desc amavis_rules
>
*snip*
>
>    I do not need the amavis stuff, just quotas - why is this in by default?
>    Should I disable it?
>
>    S
>    _______________________________________________
>  
_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to