I think I've config issue.

I have some accounts:
us...@example.com
us...@example.com

I have noticed in the logs that spam is getting though as:

*dose_not_ex...@example.com* sent to -> us...@example.com

May 27 22:00:05 server amavis[12839]: (12839-13) Passed CLEAN {RelayedInbound}, [127.0.0.1] [X.X.X.X] <dose_not_ex...@example.com> -> <us...@example.com>, Message-ID: <e65d8ecad34811cbf18f09f1f397b138b1c0c...@dcsgaakl01.example.com>, mail_id: aUZXib5w4tLp, Hits: -0.028, size: 1675, queued_as: 56B11204D5, 822 ms

*dose_not_ex...@example.com* shouldn't be able to send to a local user because that account or forwarder does not exist. Any suggestions welcomed.

main.cf:

smtpd_client_restrictions =
    permit_mynetworks,
    permit_sasl_authenticated,
    check_client_access hash:/etc/postfix/client_checks.cf,
    permit

smtpd_recipient_restrictions =
    permit_mynetworks,
    permit_sasl_authenticated,
    check_client_access hash:/etc/postfix/client_checks.cf,
    reject_unauth_pipelining,
    reject_unauth_destination,
    reject_rbl_client bl.spamcop.net,
    reject_rbl_client b.barracudacentral.org,
    check_policy_service unix:private/policyd-spf,
    permit

smtpd_helo_restrictions =
    permit_mynetworks,
    permit_sasl_authenticated,
    regexp:/etc/postfix/helo.regex,
    permit


Reply via email to