Attached is the output:
# postconf -n

to use for recipients that are not found in the UNIX passwd database.
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = amavisfeed:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
local_recipient_maps =
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 15728640
milter_default_action = reject
milter_protocol = 2
mydestination = $myhostname, $mydomain
mydomain = dev1.cpgtest.ostinet.net
myhostname = dev1.cpgtest.ostinet.net
mynetworks_style = class
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
receive_override_options = no_address_mappings
relayhost = mail.ostinet.net:25
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sendmail_path = /usr/bin/sendmail.postfix
setgid_group = postdrop
  inet:localhost:10028,calhost:10026,
  permit_rbl_client bl.spamcop.netrg,recipient_access 
hash:/etc/postfix/recipientRestrictionList,
smtpd_tls_ask_ccert = yes
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_key_file = $smtpd_tls_cert_file
smtpd_tls_loglevel = 1
smtpd_tls_security_level = may
unknown_local_recipient_reject_code = 550

Thanks
Ashish Sharma

-----Original Message-----
From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] 
On Behalf Of Noel Jones
Sent: Wednesday, October 27, 2010 5:01 PM
To: postfix-users@postfix.org
Subject: Re: Correction: Persistent mails being received

On 10/27/2010 6:19 AM, Sharma, Ashish wrote:
> There's a correction in my Postfix 'main.cf' settings in the mail below.

We don't care about random snippings from main.cf.  If you 
want to show your config, show "postconf -n" output.


> smtpd_recipient_restrictions =
>    check_recipient_access hash:/etc/postfix/recipientRestrictionList,
>    check_sender_access hash:/etc/postfix/senderRestrictionList,
>    reject_unauth_destination,
>    reject_rbl_client zen.spamhaus.org,
>    reject_rbl_client bl.spamcop.net
>    permit


Typically this should look like:

smtpd_recipient_restrictions =
   permit_mynetworks
   reject_unauth_destination
   ... access maps ...
   ... RBL checks ...


Is something not working as expected?



   -- Noel Jones

Reply via email to