Hi, on occassion, I'm noting rejected emails without any specific reason logged. Without a reason, it's hard to pinpoint a fix to allow legit emails through. Here's an example from my mail log:

Apr 12 13:15:10 postal2 postfix/smtpd[22543]: connect from hsarelay1t.mail.mylife.com[216.52.223.210] Apr 12 13:15:10 postal2 postfix/smtpd[22543]: NOQUEUE: reject: RCPT from hsarelay1t.mail.mylife.com[216.52.223.210]: 554 5.7.1 <myl...@mail.mylife.com>: Sender address rejected: Access denied; from=<myl...@mail.mylife.com> to=<e...@whoi.edu> proto=ESMTP helo=<hsarelay1t.mail.mylife.com> Apr 12 13:15:10 postal2 postfix/smtpd[22543]: disconnect from hsarelay1t.mail.mylife.com[216.52.223.210]

I would like to allow emails from this particular sender but have not been able to do so though the usual allowances in my smtpd_recipient_restrictions. The recipient address is legit and working for other senders. Any ideas as to what could cause this?

postconf -n output is attached.

Thank you.

-Eric Cunningham

--- Begin Message ---
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, ldap:ldap
anvil_rate_time_unit = 60s
append_dot_mydomain = yes
body_checks = pcre:/etc/postfix/access/body_access
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
default_rbl_reply = $rbl_code Service unavailable; $rbl_class [$rbl_what] 
blocked using $rbl_domain${rbl_reason?; $rbl_reason}.  Contact 
<postmas...@whoi.edu> if this is in error.
header_checks = pcre:/etc/postfix/access/header_access
html_directory = /usr/share/doc/postfix/html
mailbox_size_limit = 0
message_size_limit = 104857600
mydestination = $myhostname, $mydomain, postal1.$mydomain, outbox.$mydomain,    
mail.$mydomain, localhost.$mydomain, localhost.localdomain, localhost,  
beachcomberscompanion.net,      whoi.net,       oceansites.org, interridge.org, 
cinar.org
myhostname = postal1.whoi.edu
mynetworks = 128.128.0.0/16, 127.0.0.0/8, 199.92.168.150, 172.16.8.0/24
myorigin = $mydomain
parent_domain_matches_subdomains = 
permit_mx_backup_networks = $mynetworks
rbl_reply_maps = hash:/etc/postfix/access/dnsbl_replies
readme_directory = /usr/share/doc/postfix
recipient_delimiter = +
relay_domains = hash:/etc/postfix/mx_host_relays,       oceanus.whoi.edu,       
atlantis.whoi.edu       knorr.whoi.edu, tioga.whoi.edu, bosun.whoi.edu, 
striker.whoi.edu,       striker2.whoi.edu,      sssg1.whoi.edu, wbc.whoi.edu
relayhost = 
relocated_maps = hash:/etc/postfix/relocated
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_client_connection_rate_limit = 60
smtpd_client_message_rate_limit = 250
smtpd_client_new_tls_session_rate_limit = 60
smtpd_client_recipient_rate_limit = 300
smtpd_client_restrictions = check_client_access 
hash:/etc/postfix/access/connect_client_access
smtpd_error_sleep_time = 5s
smtpd_etrn_restrictions = permit_mynetworks, reject
smtpd_hard_error_limit = 20
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,        
check_recipient_access pcre:/etc/postfix/access/final_recipient_access,        
reject_unauth_pipelining,        check_helo_access 
pcre:/etc/postfix/access/final_helo_access,        check_client_access 
hash:/etc/postfix/access/final_client_access,        check_sender_access 
pcre:/etc/postfix/access/final_sender_access,        permit_mynetworks,        
reject_unknown_sender_domain,        reject_unauth_destination,        
check_helo_access pcre:/etc/postfix/access/suspect_helo,       
reject_rbl_client b.barracudacentral.org,       reject_rbl_client 
zen.spamhaus.org,        reject_rbl_client autospam.whoi.edu,        
reject_rhsbl_sender dsn.rfc-ignorant.org,        reject_rbl_client 
dnsbl.ahbl.org,        reject_rbl_client list.dsbl.org,        
reject_rbl_client bl.spamcop.net,        reject_rbl_client cbl.abuseat.org,     
   reject_rbl_client combined.njabl.org,        reject_rbl_client bhnc.njabl.org
smtpd_restriction_classes = require_reverse_dns
smtpd_sasl_local_domain = 
smtpd_sasl_security_options = noanonymous
smtpd_soft_error_limit = 10
smtpd_tls_CAfile = /etc/postfix/tls/DigiCertCA.crt
smtpd_tls_cert_file = /etc/postfix/tls/star_whoi_edu.crt
smtpd_tls_key_file = /etc/postfix/tls/private.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
virtual_alias_domains = $virtual_alias_maps
virtual_alias_maps = hash:/etc/postfix/virtual, ldap:vldap

--- End Message ---

Reply via email to