Displaying 5 results from an estimated 5 matches for "sender_access".
2019 Sep 19
3
Postfix vs. Thunderbird on Mac OS
...et quite a lot of spam, so I have the following sender
restrictions in my /etc/postfix/main.cf:
--8<------------------------------------------------------
# Restrictions SMTP
smtpd_helo_restrictions = reject_unknown_helo_hostname
smtpd_sender_restrictions = reject_unknown_sender_domain,
check_sender_access hash:/etc/postfix/sender_access
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_rbl_client zen.spamhaus.org,
reject_rhsbl_reverse_client dbl.spamhaus.org,
reject_rhsbl_helo dbl.spamhaus.org,
reject_rhsbl_sender dbl.spamhaus.org
smtpd_relay_restrictions...
2020 Jun 07
3
Postfix restrictions
...lo_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
check_helo_access hash:/etc/postfix/helo_access
reject_invalid_helo_hostname,
reject_non_fqdn_helo_hostname,
reject_unknown_helo_hostname
smtpd_sender_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
check_sender_access hash:/etc/postfix/sender_access,
reject_unknown_sender_domain,
reject_unknown_reverse_client_hostname,
reject_unknown_client_hostname
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
check_client_access hash:/etc/postfix/rbl_override,
reject_rhsbl_helo dbl....
2016 Aug 22
3
Catch-all with LMTP and Postfix
..._non_fqdn_hostname, reject_non_fqdn_sender,
reject_non_fqdn_recipient, reject_unknown_sender_domain,
reject_unknown_recipient_domain, reject_unauth_destination,
check_recipient_access hash:/etc/postfix/recipient_access.hash,
check_recipient_access pcre:/etc/postfix/recipient_access.pcre,
check_sender_access hash:/etc/postfix/sender_access.hash,
check_sender_access pcre:/etc/postfix/sender_access.pcre,
reject_rbl_client b.barracudacentral.org, reject_rbl_client
zen.spamhaus.org, reject_rbl_client bl.spamcop.net permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_path = private/a...
2012 Feb 02
10
postfix - reject of incoming mail due to helo check??
...check_client_access hash:/etc/postfix/access
smtpd_recipient_restrictions =
reject_unauth_pipelining,
reject_non_fqdn_recipient,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
check_sender_access hash:/etc/postfix/sender_access,
check_recipient_access hash:/etc/postfix/roleaccount_exceptions,
check_helo_access pcre:/etc/postfix/helo_checks,
reject_rbl_client sbl-xbl.spamhaus.org,
reject_rbl_client cbl.abuseat.org,
reject_rbl_client dul.dnsbl.sorbs.net,
check_policy_serv...
2006 Jul 29
1
dovecot sasl error with postfix
...--------
client {
user = postfix
group = postfix
/path = /var/run/dovecot/auth-client
mode = 0660
}
postfix main.cf
---------------------
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sender_restrictions = permit_sasl_authenticated,
check_sender_access hash:/etc/postfix/sender_access
smtpd_recipient_restrictions =permit_sasl_authenticated,
reject_unknown_recipient_domain,
reject_invalid_hostname,
reject_non_fqdn_recipient,
# reject_non_fqdn_hostname,
reject_non_fqdn_sender,
reje...