Displaying 15 results from an estimated 15 matches for "check_sender_access".
2013 Apr 07
1
[Dovecot-de] Dovecot Quota via policy service abfragen
...telle in den Restrictions!
> Das muss passieren BEVOR irgendwas ein OK zur?ckgibt.
Ich habe warn_if_reject check_policy_service inet:127.0.0.1:12340
ziemlich am Anfang der recipient_restrictions gesetzt nachdem ich
den check am Ende hatte noch nach postgrey.
smtpd_recipient_restrictions =
check_sender_access hash:/etc/postfix/access_sender,
permit_mynetworks,
permit_sasl_authenticated,
reject_invalid_helo_hostname,
reject_unlisted_recipient,
warn_if_reject check_policy_service inet:127.0.0.1:12340
reject_unknown_sender_domain,
check_sender_access pcre:/etc/postfix/umlaute.pc...
2008 Oct 08
0
Disabling global content_filter with an empty filter specified with an access table
On Wed, Oct 8, 2008 at 7:36 PM, mouss <mouss at netoyen.net> wrote:
>
> an alternative is
>
> content_filter =
> smtpd_sender_restrictions =
> check_sender_access hash:/etc/postfix/sender_ok
> check_sender_access pcre:/etc/postfix/filter
>
> == dsn_ok
> <> OK
>
> == filter
> /./ FILTER filter:[1.2.3.4]:10024
>
> where "filter:[1.2.3...." is what you used to put in content_filter.
Yes, that's wha...
2019 Sep 19
3
Postfix vs. Thunderbird on Mac OS
.... We get 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...
2012 Jan 13
2
Using Dovecot-auth to return error code 450 (or other 4xx) to Postfix when user is on vacation
Hello to all members.
I am using Dovecot for 5 years, but this is my first post here.
I am aware of the various autoresponder scripts for vacation autoreplies (I am using Virtual Vacation 3.1 by Mischa Peters).
I have an issue with auto-replies - it is vulnerable to spamming with forged email address.
Forging can be prevented with several Postfix settings, which I did in the past - but was forced
2020 Jun 07
3
Postfix restrictions
...tpd_helo_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....
2010 May 26
0
with dovecot deliver amavisd not work
..._non_fqdn_sender reject_non_fqdn_recipient
reject_unknown_sender_domain reject_unknown_recipient_domain
reject_unknown_reverse_client_hostname reject_unauth_destination
reject_unauth_pipelining reject_rbl_client zen.spamhaus.org
reject_sender_login_mismatch check_policy_service unix:postgrey/socket
check_sender_access hash:/etc/postfix/check_backscatterer
check_sender_access hash:/etc/postfix/check_spamcannibal
check_policy_service unix:private/spfpolicy reject_rhsbl_sender
dbl.spamhaus.org reject_rbl_client bl.spamcop.net reject_rbl_client
cbl.abuseat.org reject_rbl_client b.barracudacentral.org
check_client...
2010 May 26
1
with dovecot deliver amavisd not work
..._non_fqdn_sender reject_non_fqdn_recipient
reject_unknown_sender_domain reject_unknown_recipient_domain
reject_unknown_reverse_client_hostname reject_unauth_destination
reject_unauth_pipelining reject_rbl_client zen.spamhaus.org
reject_sender_login_mismatch check_policy_service unix:postgrey/socket
check_sender_access hash:/etc/postfix/check_backscatterer
check_sender_access hash:/etc/postfix/check_spamcannibal
check_policy_service unix:private/spfpolicy reject_rhsbl_sender
dbl.spamhaus.org reject_rbl_client bl.spamcop.net reject_rbl_client
cbl.abuseat.org reject_rbl_client b.barracudacentral.org
check_client...
2016 Aug 22
3
Catch-all with LMTP and Postfix
...reject_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...
2006 Dec 11
2
Problem in Postfix
...ecipient_restrictions = permit_mynetworks,permit_sasl_authenticated,check_recipient_access mysql:/etc/postfix/mysql-recipient.cf,reject_unauth_destination,permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-sender.cf
smtpd_tls_CAfile = /etc/postfix/ssl/smtpd.pem
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_loglevel = 3
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_r...
2012 Feb 02
10
postfix - reject of incoming mail due to helo check??
...ions =
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...
2016 Dec 19
0
SASL attacks and SPAM
..._sender_restrictions =
permit_mynetworks,
reject_non_fqdn_sender,
reject_unknown_sender_domain,
permit
smtpd_recipient_restrictions =
reject_unauth_pipelining,
reject_non_fqdn_recipient,
reject_unknown_recipient_domain,
permit_mynetworks,
reject_unauth_destination,
check_sender_access
hash:/etc/postfix/access,
reject_rbl_client zen.spamhaus.org,
reject_rbl_client bl.spamcop.net,
check_policy_service unix:postgrey/socket,
permit
smtpd_client_connection_count_limit = 3
smtpd_client_message_rate_limit = 5
smtpd_client_recipient_rate_limit = 60
smtpd...
2006 Jul 29
1
dovecot sasl error with postfix
...ion
----------
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...
2007 Sep 07
1
Restrict User on Sending Mail
...alid_hostname,
reject_unknown_recipient_domain,
reject_unauth_pipelining,
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination
smtpd_client_restrictions = check_client_access
hash:/etc/postfix/restricted_sender
#smtpd_sender_restrictions = check_sender_access
hash:/etc/postfix/restricted_sender
/etc/postfix/restricted_sender contains:
testuser1 at mydomain.com REJECT
I already try to use smtpd_client_restrictions and
smtpd_sender_restrictions with no success, is there
any other way to do it. Thanks.
junji
aisalen.wordpress.com
Linux Registered User #...
2011 Mar 05
1
Dovecot, Postfix and Dovecot LDA (LMTP) delivery
...nknown_helo_hostname
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated,
reject_non_fqdn_recipient, reject_unauth_destination,
reject_unknown_recipient_domain
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/access,
reject_non_fqdn_sender, reject_unknown_sender_domain
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
sm...
2010 May 21
1
question about scripts sieves
hello list
hello dovecot network
hello all the reader
here is a sieve script
this
########################################
require
["fileinto","regex","comparator-i;ascii-numeric","reject","relational"];
# rule:[spammanage]
if header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-score"]
["500"] {