From: raj on
Hi all

I have a system Fedora Core (2.6.9-1.667) with postfix-2.2.5
Installed.
The Local mail is working with my configuration but when i tried to
send mail to external address. IT gives: Relay access denied.

SMTP Connection:
OK, connected to mail.info.com...
< 220 pluto.pbn.net.np ESMTP Postfix Hello! You have reached Info Mail
Server.
> HELO edit.dnsvr.com
< 250 mail.info.com
> MAIL FROM:<test(a)class.com>
< 250 Ok
> RCPT TO:<rajendra(a)sns.com.np>
< 554 <raj(a)sns.com.np>: Relay access denied

MY postfix main.cf configuration is:

alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 20
default_privs = nobody
default_transport = smtp
header_checks = regexp:/etc/postfix/header_checks
html_directory = /usr/share/doc/packages/postfix/html
inet_interfaces = all
local_destination_concurrency_limit = 2
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mydomain = info.com
myhostname = mail.info.com
mynetworks = 202.75.167.0/27, 127.0.0.0/8
mynetworks_style = subnet
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
relay_domains = $mydestination
relayhost = $mydomain
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
smtpd_banner = $myhostname ESMTP $mail_name Hello! You have reached
Info Mail Server.
soft_bounce = no
unknown_local_recipient_reject_code = 450

IS there any mistakes i have done. Please Help

Thankyou