Displaying 7 results from an estimated 7 matches for "reject_unknown_client".
2012 Feb 02
10
postfix - reject of incoming mail due to helo check??
..._reject = yes
#added 20090410
strict_rfc821_envelopes = yes
smtpd_helo_restrictions =
permit_mynetworks,
reject_non_fqdn_helo_hostname,
reject_invalid_helo_hostname,
permit
smtpd_sender_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_non_fqdn_sender,
reject_unknown_client,
reject_unauthenticated_sender_login_mismatch,
permit
smtpd_sender_login_maps = hash:/etc/postfix/smtpd_sender_login_map
smtpd_client_restrictions =
check_client_access hash:/etc/postfix/access
smtpd_recipient_restrictions =
reject_unauth_pipelining,
reject_non_fqdn_recipient,...
2012 May 31
4
question for those who run mail servers
Not technically a centos question, but a lot of you guys seem to manage
some large systems
and I could use some clarification on a postfix setting.*
*reject_unknown_client_hostname
(in postfix < 2.3 reject_unknown_client)
When I first used this there were issues with users trying to send mail
through the server
from hotels, wireless spots, etc. This was solved by pushing up permit
sasl_authenticated.
I took it out after those issues. I read many online posts f...
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
2013 May 02
1
Tuning!
...relayhost =
sender_bcc_maps = mysql:/etc/postfix/mysql_bcc.cf
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = Welcome to $myhostname
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated,
check_client_access mysql:/etc/postfix/mysql_access.cf,
reject_unknown_client, reject_unknown_client_hostname,
reject_unauth_pipelining, reject_rbl_client bl.spamcop.net,
reject_rbl_client zen.spamhaus.org, reject_rbl_client b.barracudacentral.org
smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10031
smtpd_helo_required = yes
smtpd_helo_restrictions = pe...
2011 Oct 25
3
Temporary Failure that's Permanent!
...----------------------
smtpd_soft_error_limit = 10
smtpd_hard_error_limit = 20
smtpd_helo_required???????????? = yes
disable_vrfy_command??????????? = yes
non_fqdn_reject_code??????????? = 504
invalid_hostname_reject_code??? = 450
maps_rbl_reject_code??????????? = 554
alias_maps = hash:/etc/aliases
reject_unknown_client?????????? = false
reject_unknown_hostname???????? = false
mailbox_command = /usr/local/libexec/dovecot/deliver -f "$SENDER" -a "$RECIPIENT"
[root] # vi master.cf
smtp????? inet? n?????? -?????? n?????? -?????? -?????? smtpd
submission inet n - - - - smtpd -D
? -o smtpd_tls_sec...
2012 Dec 29
2
question
I just install Dovecot and postfix. When I'm pull dovecot I see in the log
that its checking for mail. if a put a test message locally on the server
I can pull the message down to my cell phone and other computers. But when
I try to a message from gmail or aol it doesn't come in to the server.
it always bounces back to the place were I sent it from
2016 Mar 26
2
Fw: VS: Re: Need help solving issue
...etworks permit_sasl_authenticated reject_non_fqdn_hostname reject_non_fqdn_sender reject_non_fqdn_recipient reject_unauth_pipelining reject_invalid_hostname reject_rbl_client list.dsbl.org reject_rbl_client bl.spamcop.net reject_rbl_client sbl-xbl.spamhaus.org reject_unknown_reverse_client_hostname reject_unknown_client reject_unauth_destination
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_sender...