Please find the information in my main.cf file:-
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
default_privs = nobody
myhostname = xx.xxxxx.net
mydomain = xxxxx.net
myorigin = $mydomain
inet_interfaces = all
smtpd_delay_reject = yes
smtpd_helo_required = yes
smtpd_recipient_restrictions =
check_client_access hash:/etc/postfix/access
permit_mynetworks
reject_unauth_destination
reject_non_fqdn_sender
reject_unknown_sender_domain
reject_unknown_recipient_domain
check_helo_access pcre:/etc/postfix/helo_checks
reject_unauth_pipelining
smtpd_soft_error_limit = 3
smtpd_hard_errors_limit = 6
smtpd_helo_restrictions = permit_mynetworks,
reject_rbl_client = relays.ordb.org
reject_rbl_client = sbl.spamhaus.org
reject_rbl_client = proxies.relays.monkeys.com
reject_rbl_client = opm.blitzed.org
reject_rbl_client = dnsbl.njabl.org
reject_rbl_client = blackholes.wirehub.net
reject_rbl_client = list.dsbl.org
append_at_myorigin = yes
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains = $mydomain
alias_maps = hash:/etc/postfix/aliases
alias_database = hash:/etc/postfix/aliases
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/bin/procmail
header_checks = regexp:/etc/postfix/header_checks
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.0.18/samples
readme_directory = /usr/share/doc/postfix-2.0.18/README_FILES
alias_database = hash:/etc/postfix/aliases
mailbox_size_limit = 600000000
content_filter = smtp-amavis:[127.0.0.1]:10024
regards
rajesh.bahl